Hallo Tini,
wenn Du einfach die Elemente fortlaufend im Attribut ID durchnummerieren möchtest sollte es ungefähr wie folgt funktionieren:
<xsl:template match="@*|node()">
xsl:copy
<xsl:attribute name="id"><xsl:number count="//*" level="any"/>
</xsl:attribute>
<xsl:apply-templates />
</xsl:copy>
</xsl:template>
Da XSLT keine Programmiersprache ist,
Doch ist es.
Viele Grüße
Stefan
--
bythewaythewebsuxgoofflineandenjoytheday
bythewaythewebsuxgoofflineandenjoytheday