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?

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@informatik.hu-berlin.de             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


 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]