Subject: Re: step-by-step work instructions -- recursive apply-templates tocr eate html table
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 9 Apr 2003 17:24:15 +0100
|
> but either I get the numbering
> correct (which needs to be outline format 1., 1.1, 1.1.1, 1.1.1.1, or
> 1.1.1.1.1)
looks like you want something like
<xsl:number level="multiple" count="step" format="1.1"/>
or if step (rather than para) is your current node just
<xsl:number level="multiple" format="1.1"/>
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|