[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] XSLT 2.0 processor signalling error, for type errors


Subject: Re: [xsl] XSLT 2.0 processor signalling error, for type errors
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Wed, 8 Oct 2008 12:04:31 +0100

> <xsl:template match="/">
>  <xsl:variable name="temp" as="element()?">
>    123
>  </xsl:variable>
> </xsl:template>
>
> And Saxon doesn't show any error.


lazy evaluation - the variable isn't used so it never gets evaluated...



-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/


Current Thread