RE: [xsl] Create ID attribute to match xsl:number

Subject: RE: [xsl] Create ID attribute to match xsl:number
From: Jarno.Elovirta@xxxxxxxxx
Date: Thu, 12 Jun 2003 14:50:59 +0300
Hi,

> Simple, I know.  I also need to create an ID attribute node 
> for each step.
> The ID needs to match the number applied above, e.g., Step 
> 1.2's @ID would
> be 1.2

  <xsl:attribute name="ID">
    <xsl:number level="multiple" count="step" format="1.1"/>
  </xsl:attribute>

Cheers,

Jarno - The Cure: Wrong Number

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread