Subject: Re: Question about xsl-xslt
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Wed, 23 May 2001 09:52:21 +0100
|
Hi Dennis,
> 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.
> Rather if u want to store a value u need to declare it as -->
> select="'3'"
Actually, you don't have to worry about that with numbers - element
names in XML *cannot* start with a number, so XSLT processors know
that when the first character in an expression is a number, it cannot
be an element.
Cheers,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|