xsl-list
[Top] [All Lists]

RE: Create ID attribute to match xsl:number

2003-06-12 04:56:28
Ok, let me make that "embarassingly simple".

Thanks, Jarno.

-----Original Message-----
From: Jarno(_dot_)Elovirta(_at_)nokia(_dot_)com 
[mailto:Jarno(_dot_)Elovirta(_at_)nokia(_dot_)com]
Sent: Thursday, June 12, 2003 7:51 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Create ID attribute to match xsl:number


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



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



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