[jdom-interest] writing xml on the fly with jdom

travis at thinkvirtual.com travis at thinkvirtual.com
Thu Dec 13 11:29:37 PST 2001


I was wondering if anybody has thought of how to use jdom or if there is anything out there that does this, but something that will write the xml to a file without creating the full jdom tree.  Like lets say you want to make a huge xml document that if you were to build the tree, then output it would be impossible for your computer to handle like say exporting a large database.  

I realize you can just output this using print() and just doing it like that, but what about something more object oriented?  

Travis



More information about the jdom-interest mailing list