|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Possible to pass 'empty sequence' to function?
On Thu, 31 Mar 2005 11:58:51 +0100, Andrew Welch <ajwelch@xxxxxxxxxxxxxxx> wrote: > > > if you don't use as then an xsl:variable with content and no > > select attribute produces a temporary tree, what we used to > > lovingly call a result tree fragment. > > > > <xsl:variable name="x">hello</xsl:variable> > > > > $x is (a sequence of one) document node that has a single > > text node child that has string value "hello" > > > > > > <xsl:variable name="y" as="string?">hello</xsl:variable> > > > > $x is (a sequence of one) string with value "hello" > > Is this really the case? Does it really mean that the processor doesn't > construct the temporary tree (and then atomise it?) - if so then it's > really useful. Also, using: <xsl:variable name="vFun" as="element()"> <myFun:myFun/> </xsl:variable> is much faster than: <xsl:variable name="vFun" select="document('')/*/myFun:*[1]"/> because no re-parsing of the stylesheet will take place in the former case. I am gradually upgrading FXSL to use this technique. Cheers, Dimitre Novatchev
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






