Thread overview
xml
Jul 04, 2004
J C Calvarese
July 04, 2004
i wanna know if there is any xml library available for d. is there any expat wrapper?

thanks,

Miguel Simoes


July 04, 2004
In article <cc8rju$q6h$1@digitaldaemon.com>, Miguel Ferreira Simões says...
>
>i wanna know if there is any xml library available for d. is there any expat wrapper?
>
>thanks,
>
>Miguel Simoes

That question sounds familiar.

From http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/2607: does anyone ported expat to D ?

Miguel

Here's an answer...

From http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/2794:

I did a little while back.  Wasn't too hard but then again it's not tested 100%. The little testing I did it was with GDC on Mac OS X 10.3

http://brianhammond.com/expat-1.95.7-d-binding.tar.gz

It does not provide a class based wrapper.  It just uses function pointers.

Brian

jcc7
http://jcc_7.tripod.com/d/
July 04, 2004
"Miguel Ferreira Simões" <kobold@netcabo.pt> escribió en el mensaje
news:cc8rju$q6h$1@digitaldaemon.com
| i wanna know if there is any xml library available for d. is there any
expat
| wrapper?
|
| thanks,
|
| Miguel Simoes

xmld: not expat, but dom: http://andy.tadan.us/d/

-----------------------
Carlos Santander Bernal