Image

Imagejvinicius wrote in Imagejava_dev

Hello,

I whould like to build (not parse) a huge XML file (sometimes bigger then 1Gb).
DOM and transformers are not an option because they consume too much memory.

I could use a PrintWriter and write the XML manually. But I was wondering if there is an easier way.

Thanks in advance.