RE: increment value2004-01-22 10:15:52-----Original Message----- From: Ricardo Saraiva <snip />
Something like:
<xsl:template match="a/b">
<xsl:element name="b">
<xsl:attribute name="id">
<xsl:value-of select="concat(name(.),.)" />
</xsl:attribute>
</xsl:element>
</xsl:template>
Cheers,
Andreas
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|
||||||||||||||||