Re: [xsl] XSLT internal tree representation in memory

Subject: Re: [xsl] XSLT internal tree representation in memory
From: Oleg Tkachenko <oleg@xxxxxxxxxxxxx>
Date: Wed, 24 Sep 2003 18:56:07 +0200
David Carlisle wrote:

It is not specified that way but in practice most (all?) implementations
do that.
In Microsoft .NET it's different. Instead XSLT engine operates on source tree via XPathNavigator interface. So if source XML is provided in XPathNavigator-compatible form (e.g. XmlDocument (DOM) or XPathDocument), it's used directly, otherwise XPathDocument is built and used internally.
--
Oleg Tkachenko
http://www.tkachenko.com/blog
Multiconn Technologies, Israel



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



Current Thread