Subject: RE: number formatting....
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 16 Jun 2000 10:24:29 +0100
|
>
> 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
|