RE: number and XT

Subject: RE: number and XT
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 17 Feb 2000 11:35:09 -0000
> 
> <xsl:number value="position()" level="single" count="title"/>
> 
If value is specified, level and count are ignored. The above (and your
other examples) are equivalent to <xsl:value-of select="position()"/>. The
only reason for using the value attribute of <xsl:number> is if you want to
take advantage of the number formatting capabilities.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread