April 15, 2004
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


April 15, 2004
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
>
>