Fco.Mario Barcala Rodr?guez wrote: > I have a 100 Mb large XML document, and I want to modify it. I would like > to know if it is possible to do it in XXE without loading all document in > memory, "as in a SAX way". > > Other alternative would be if XXE supports some kind of XML document > compression or something similar (binary XML, for example).
Sorry but XXE has not been designed to edit large documents. --- PS: If one day XXE supports something like binary XML, this would not solve the problem. A compact, optimized, representation of XML in a file would immediately be converted to the internal representation of XXE at document load time.

