Comments inline: -jacobd On Dec 5, 2007 2:15 AM, <[EMAIL PROTECTED]> wrote:
> As I understand, the only way of writing an xml file is filling a > document object with data and then saving it. > Any type that inherits from XmlObject has a save method, so you aren't limited to the document object. > However, if one wishes to write a big file one encounters memory related > problems. > Have you tried just increasing the mem size for java when you run your code? > Is there a way to write the document incrementally? > Not AFAIK

