RE: [xsl] Question about xsl-xslt

Subject: RE: [xsl] Question about xsl-xslt
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 23 May 2001 10:05:40 +0100
> The problem is in the defination of
>      <xsl:variable name="level" select="3"></xsl:variable>
> When u define the select="3" its looking for a element node  3.

Not so. select="3" is quite OK, it causes the variable to have the numeric
value 3.

Mike Kay


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


Current Thread