Hi everybody,

I want to use xsl:number in my stylesheet.
I put in a template :
<xsl:number level="multiple" count="//sol" format="1. "/>
And in an other :
<xsl:number level="multiple" count="//sol" format="1."/>
<xsl:number level="multiple" count="//schap" from="//sol" format="1 " />

All is fine ! I got my generation : 1., 2., ... Good!

But I want to begin my count not at 1 but at 2.
Regarding the documentation I've found in the web, I don't know how I can
do that (2., 3., ...)

If someone know the answer ?
Thanks.

Stephane


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to