www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - xml

reply "Miguel Ferreira Simões" <kobold netcabo.pt> writes:
i wanna know if there is any xml library available for d. is there any expat
wrapper?

thanks,

Miguel Simoes
Jul 04 2004
next sibling parent J C Calvarese <jcc7 cox.net> writes:
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/
Jul 04 2004
prev sibling parent "Carlos Santander B." <carlos8294 msn.com> writes:
"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
Jul 04 2004