[Home] [By Thread] [By Date] [Recent Entries]
Mukul Gandhi wrote:
Hi Mukul, this was what I was looking for in my solution, but couldn't get right. Humbly updating my solution with yours, gives the following, making it better looking than the original: <xsl:key name="x" match="Root/*" use="local-name()" /> <xsl:template match="Root">
<xsl:copy>
<xsl:apply-templates
select="*[generate-id() =
generate-id(key('x', local-name())[1])]"/>
</xsl:copy>
</xsl:template>
|

Cart



