[Expat-discuss] DOM parser, expat vs. lbxml?

AFish at GoldenGate.com AFish at GoldenGate.com
Tue Mar 4 11:23:34 EST 2003


We need a DOM parser in C that will compile on any platform. So far, the
only C xml parsers I have seen are expat and libxml. The only DOM parser
build on top of expat I have seen is 'SCEW' the simple C expat wrapper
(http://www.nongnu.org/scew/).

Questions:
1. Are there other expat wrappers or examples which provide DOM-like xml
tree traversal?
2. Has anyone done a side-by-side libxml vs. expat comparison? Is there any
reason we should roll our own DOM parser on top of expat instead of using
libxml?



More information about the Expat-discuss mailing list