[xml] Does xsltproc load entire XML into memory

2009-02-23 Thread ABeylin
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

Re: [xml] Does xsltproc load entire XML into memory

2009-02-23 Thread Liam R E Quin
On Mon, 2009-02-23 at 17:36 -0500, abey...@axsone.com wrote: [...] 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