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

[xml] Does xsltproc load entire XML into memory

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