C
Christian Hiller
Hi,
i have to update large XML-files (> 100 MB). Sometimes some attributes
has to be changed. If i load it with the sax reader into a DOM-Object
this will require a huge amount of RAM.
Does somebody know how to handle so huge xml-files without loading it
into the RAM? I there a possibility to update xml-files directy in the
filesystem?
Thanks
Christian
i have to update large XML-files (> 100 MB). Sometimes some attributes
has to be changed. If i load it with the sax reader into a DOM-Object
this will require a huge amount of RAM.
Does somebody know how to handle so huge xml-files without loading it
into the RAM? I there a possibility to update xml-files directy in the
filesystem?
Thanks
Christian