Hi all,
is there a way to create and serialize a DOM
document progressively with low/medium memory use?
My problem is that I can't create large DOM in
memory, therefore i must serialize XML while creating it, maybe i have to
generate my SAX events and then serialize these events? I'm using Xerces
C++
Thanks for all your tips in advance,
Mauro Arcolini