Re: [xsl] accessing node[$position]

Subject: Re: [xsl] accessing node[$position]
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Tue, 04 Jun 2002 19:02:25 +0200
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



Current Thread