[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] xsl::number from current note


Subject: [xsl] xsl::number from current note
From: Ming Yu <myu@xxxxxxxx>
Date: Thu, 20 May 2004 15:10:43 -0400

Hi,

Do you know what's the difference between
<xsl:number level="single" from="*" count="SEC" format="1. "/>
and
<xsl:number level="single" from="." count="SEC" format="1. "/>

The second one sometimes does not work by giving error message:

XSLException Type is: XPathParserException
Message is: Expected node test.
pattern = '.'
Remaining tokens: ('.')

Thanks in advance.

Ming


Current Thread