Hello,

 

I looked through the code, and it seems xsltproc calls xmlReadFile on
XML file, which would load it into memory.

We normally deal with very large XML files and avoid loading them into
memory in our application by using SAX api.  However in scripts we call
xsltproc.

 

Am I understanding it correctly that xsltproc does in fact load entire
XML into memory?

And is that a part of a spec, or could it be redone by SAX parsing and
avoiding a large memory imprint.

 

Thank you.

Alex

 

_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to