You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Keno <ke...@coretechnologies.com> on 2001/09/27 04:42:09 UTC

Very Useful development

Hello all, now here's a nice library I've encountered that I think we should definitely develop in C++. 

http://www.devsphere.com/xml/saxdomix/index.html

It's a framework called SAXDomix, it's really cool. While parsing using Sax you can trigger the building of a DOM tree for a record that you'd like to extract from the entire file. I've been looking for something like this for a while now. 

Just thought I'd share it with all in case you don't know already.

- Keno -