Subject: Re: Question about xsl-xslt
From: Ingo Schildmann <ingoschi@xxxxxx>
Date: Wed, 23 May 2001 10:30:22 +0200
|
On Tuesday 22 May 2001 20:29, Dennis wrote:
> 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'"
That's not right.
An expression "3" will always be recognized as a number, because a qualified
node name has to start with a letter or underscore.
I
--
Ingo Schildmann ingoschi@xxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
Michael Kay - Tue, 22 May 2001 06:00:20 -0400 (EDT)
Dennis Thomas - Tue, 22 May 2001 14:28:01 -0400 (EDT)
- Ingo Schildmann - Wed, 23 May 2001 04:28:25 -0400 (EDT) <=
- Michael Kay - Wed, 23 May 2001 05:01:07 -0400 (EDT)
- Jeni Tennison - Wed, 23 May 2001 05:43:26 -0400 (EDT)
|
|