[xsd-users] Handling XML documents that potentially do not fit into memory

Boris Kolpackov boris at codesynthesis.com
Thu Jan 5 06:30:38 EST 2012


Hi Marin,

Marin Bistričić <marin.bistricic at uljanik.hr> writes:

> Is there a way to handle xml documents that potentially do not fit into
> memory? By handling I mean parsing and serializing back into xml file.

Yes, it is possible to handle very large documents in C++/Tree with a
bit of effort. See the 'streaming' example in the examples/cxx/tree/
directory of XSD distribution for details.

Boris



More information about the xsd-users mailing list