----- Original Message From: "David Hubbard" <>
Does anyone know if xerces has a pull parser where I can write code in a loop pulling out the parsed xml rather than the Sax implementation?
Unless things have changed lately I think the answer to that is no. libxml2 does have an XML Pull parser. Libxml2 is open source, but is written in pure C so I don't know whether that is an issue for you. If you are using MS Windows then I think MS's XMLLite is pull parser based. (It seems to be the way modern parsers are going.)
HTH, Pete Cordell Codalogic For XML C++ data binding visit http://www.codalogic.com/lmx/
