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 SAX events and then serialize these events?
 
Thanks for all your tips in advance,
Mauro Arcolini
 
 
 
 

Reply via email to