in reply to Re: Re: Re: Why XSLT and not just Perl?
in thread Why XSLT and not just Perl?
XSLT does not mandate the implementation, but pratically XSLT processors build the whole tree in memory. In any case, if you want to be able to use arbitrary XPath expressions on a document, you pretty much need to have it all in memory.
It would be theoretically possible to build really smart XSLT engines that would look at the code and do some clever optimization to only build parts of the tree, but I am not aware of any one that actually does this.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: Why XSLT and not just Perl?
by diotalevi (Canon) on Jun 17, 2003 at 03:48 UTC | |
by gellyfish (Monsignor) on Jun 17, 2003 at 10:26 UTC | |
by mirod (Canon) on Jun 17, 2003 at 04:18 UTC |