in reply to Re: XSLT processing huge XMLs
in thread XSLT processing huge XMLs
If a given XSLT-program does not require access to the whole tree, e.g. by only using information in the current node, it is possible to do streamline processing where only the relevant part of the XML-file is kept in memory, and information is generated as soon as possible.
I believe that the original XT did this, and that Xalan can do this for simple cases, but I have not researched on this for some time.