[Home] [By Thread] [By Date] [Recent Entries]
On 14.01.2010 01:13, Imsieke, Gerrit, le-tex wrote:
What you probably intended to use is a catch-all template like this: And this more specific template for the table's newly created id (I forgot to mention in the previous message): <xsl:template match="table">
<xsl:copy>
<xsl:attribute name="id" select="generate-id()" />
<xsl:apply-templates />
</xsl:copy>
</xsl:template>
|

Cart



