¡@

Home 

c++ Programming Glossary: sax

Boost and XML (c++)

http://stackoverflow.com/questions/1042855/boost-and-xml-c

It beats every DOM based parser that I know of but when SAX parser comes there is no chance. You can't process a 2 Gb XML..

Best open XML parser for C++ [closed]

http://stackoverflow.com/questions/170686/best-open-xml-parser-for-c

a tree like in memory data structure. C Parser is a new SAX like mapping which represents the information stored in XML..

Fast, lightweight HTML parser for C++

http://stackoverflow.com/questions/2912165/fast-lightweight-html-parser-for-c

HTML parser something along the lines of a non validating SAX parser except of course for HTML . The answers to this question..

What's the best way to parse RSS/Atom feeds for an iPhone application?

http://stackoverflow.com/questions/566078/whats-the-best-way-to-parse-rss-atom-feeds-for-an-iphone-application

is relative. The best performance you'll need to go the SAX route and implement the handlers. I don't know of anything out..

What XML parser should I use in C++?

http://stackoverflow.com/questions/9387610/what-xml-parser-should-i-use-in-c

next question is Does your API need to conform to DOM or SAX I Need Exact DOM and or SAX Conformance OK so you really need.. API need to conform to DOM or SAX I Need Exact DOM and or SAX Conformance OK so you really need the API to be DOM and or SAX... Conformance OK so you really need the API to be DOM and or SAX. It can't just be a SAX style push parser or a DOM style retained..