D - XML Parser
- David <David_member pathlink.com> Apr 15 2004
- J C Calvarese <jcc7 cox.net> Apr 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
Apr 15 2004
David wrote: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
I don't know how it compares to SAX or Pull, but I found this at Andy's D page, http://andy.tadan.us/d/. xmld An XML library I coded in a day. Modelled after cppdom. Last updated 18 January 2004 - Updated to compile with DMD 0.78. Changed the build system to SCons. (By the way, the web interface doesn't update right away. If you were using Mozilla Thunderbird, you could see your posts immediately. Just a suggestion...) -- Justin http://jcc_7.tripod.com/d/
Apr 15 2004








J C Calvarese <jcc7 cox.net>