Re: [xsl] XSLT internal tree representation in memory

Subject: Re: [xsl] XSLT internal tree representation in memory
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 24 Sep 2003 16:06:49 +0100
> Does
> the XSLT transformer need to load in the whole source document in memory in
> order to read and parse it to create the internal representation of the tree
> in memory?

It is not specified that way but in practice most (all?) implementations
do that. The way Xpath gives random access to the whole input makes it
hard to do otherwise.


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread