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]
Other format: [Raw text]

Re: accessing node[$position]


spiders frommars wrote:

<xsl:variable name="blah" select="5"/>
Here you have a variable bound to *number* typed value 5.

<xsl:variable name="blah2">5</xsl:variable>
And here you have a varibale bound to result tree fragment with text node holding string "5", so there is a difference indeed.


Neither worked in Xselerator, though.
That's probably a bug, try another xslt processor.

--
Oleg Tkachenko
Multiconn International, Israel


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]