RE: [xsl] Bug or feature

Subject: RE: [xsl] Bug or feature
From: Oliver Becker <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 25 Apr 2001 16:55:50 +0200 (MET DST)
> > 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?

Probably he meant $sort contains a string and not a number.
In that case $sort would be converted to a number and evaluated to NaN
(assuming this special string can't be converted to a number).
According to http://www.w3.org/TR/xpath#function-substring
(particularly the 4th example) I would expect that the result of this
substring call is "".

If $sort *is* declared somehow then the processor mustn't report an error.

Cheers,
Oliver


/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


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


Current Thread