RE: Create ID attribute to match xsl:number2003-06-12 04:50:59Hi, 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
|
|