Hi Vladimir, Vladimir Loubenski <[email protected]> writes:
> I have large amount of data (more than computer RAM) that I need to > wrote to XML file. How can I do that? There is no out of the box support for this in Xerces-C++. What you can do is create and serialize DOM fragments one at a time. In XSD[1] we have an example called "streaming" (examples/cxx/tree/streaming/) that shows how to do this. [1] http://codesynthesis.com/products/xsd/ Boris -- Boris Kolpackov, Code Synthesis http://codesynthesis.com/~boris/blog Open-source XML data binding for C++ http://codesynthesis.com/products/xsd XML data binding for embedded systems http://codesynthesis.com/products/xsde Command line interface to C++ compiler http://codesynthesis.com/projects/cli --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
