This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: number and XT


> 
> <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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]