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


> 
> Now in the inner FOR Loop, the number format produces the 
> actual position sequence, which I dont want in this case. I want the 
> numbering to be related to the inner FOR Loop number. i.e. should start
with "a." 
> every time it enters the FOR Loop the first time....

use <xsl:number value="position()" format="a."/>

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]