www.digitalmars.com         C & C++   DMDScript  

D - XML Parser

reply David <David_member pathlink.com> writes:
Are there and plans on having an XML SAX parser or preferably Pull parser in the
lines of http://www.xmlpull.org/ written in D.

David
Apr 15 2004
parent Golan <Golan_member pathlink.com> writes:
One of the best Pull based XML Parser is CWXML, it's written in C and is about 3
times faster than Expat.

It's available with source from
http://www.cubewerx.com/main/cwxml/

Golan

In article <c5mvoq$nvj$1 digitaldaemon.com>, David says...
Are there and plans on having an XML SAX parser or preferably Pull parser in the
lines of http://www.xmlpull.org/ written in D.

David
Apr 15 2004