RE: [xsl] Bug or feature

Subject: RE: [xsl] Bug or feature
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 25 Apr 2001 15:09:10 +0100
> I mistakenly used
>
> <xsl:variable name="gummibaum"
>     ><xsl:value-of
> select="substring(2,string-length($sort)-2,$sort)"/></xsl:variable>
>
> with a string containing variable $sort.

You mean that $sort wasn't declared?

I would expect most processors to detect that at compile time, but there's
nothing in the spec that says which errors should be reported at compile
time and which at run-time, it's up to the implementer - so long as it is
actually reported in the end.

Mike Kay
Software AG


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


Current Thread