This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Bug or feature


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]