RE: [xsl] Generating Sequential IDs

Subject: RE: [xsl] Generating Sequential IDs
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Tue, 5 Jul 2005 14:46:06 +0300
Hi,

> <xsl:copy>
> <xsl:copy-of select="@*"/>
> <xsl:attibute name="id"><xsl:number level="any"/></xsl:attribute>

You forgot count="*", the elements had different expanded-names.

Cheers,

Jarno

--
Joy Division: Something Must Break

Current Thread