[jdom-interest] Split document output

BOROVOY Noam Noam.BOROVOY at oami.eu.int
Mon Mar 4 03:37:50 PST 2002


I'm a JDOM newbie, and have run into the following problem:
At times I need to generate very large XML documents (100's of megs) -
therefore making creating the full document tree in memory not practical -
what I would like is to be able to output the document's opening tags, then
generate and output a large number of elements one by one, and then output
the closing tags of the document.
As is this does not seem possible with JDOM - so I need to "hard code" the
opening and closing portions of the document and root element.

Any ideas welcome...

Thanks,
Noam




More information about the jdom-interest mailing list