Re: merging attributes (with xsl:copy?)

Subject: Re: merging attributes (with xsl:copy?)
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 20 Jul 1999 10:46:33 +0100 (BST)

Yes, with xsl:copy. It's easier than you think:-)

David


<xsl:template match="x">
<x b="b" c="c">
<xsl:copy-of select="@*"/>
</x>
</xsl:template>



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread