Subject: xsl number with LotusXSL
From: Stephane St-Denis <Stephane.St-Denis@xxxxxx>
Date: Fri, 13 Aug 1999 09:20:43 -0400
|
Hi everybody !!
I would like to now if this statement is supported by LotusXSL_0_17_2
<xsl:number level="multiple" format="1.1 "/>
The objective of this statement is to produce a numbering sequence
example :
1
1.1
2
2.1
...
I use this statement in my XSL stylesheet but the result isn't correct.
My result is :
1
1
2
1
I would like to now if "level=multiple" is supported. If not, I replace
this by
what???
Thanks !!!
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|