xsl-list
[Top] [All Lists]

RE: Generating Sequential IDs

2005-07-05 04:46:06
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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