xsl-list
[Top] [All Lists]

Re: step-by-step work instructions -- recursive apply-templates to cr eate html table

2003-04-09 09:24:15


 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



<Prev in Thread] Current Thread [Next in Thread>