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: Question about xsl-xslt


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]