[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] problem with xsl:number
Subject: RE: [xsl] problem with xsl:number
From: "Bryan Rasmussen" <bry@xxxxxxxxxx>
Date: Wed, 27 Mar 2002 13:54:38 +0100
|
<xsl:number> would give you the position of the element in the source
tree. Try giving a node value to the count attribute..
<xsl:number count = "node you wana count"/>
thanks I'll try that.
althought I thought as a default it counted the current node?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|