c++ - Load partial xml using xerces dom parser -


the xml file huge in size, while need specific parts of file in random manner (hence cannot use sax) while processing. there way can load partial dom tree in memory using xerces dom parser?

it sounds want python's pulldom xerces not offer.

if beholden xerces , memory primary concern, use xerces sax (push) parser populate data structure data xml care about. "randomly" access data interested in.

if free use other libraries, might stax (pull) parser. although, think still have implement own data structure hold data you're interested in. i'm not aware of c++ equivalent of python's pulldom.


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -