Re: Copy attribute from a node to another

Subject: Re: Copy attribute from a node to another
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 14 Dec 1999 15:13:16 GMT

<xsl:template match="node">
<xsl:copy>
<xsl-copy-of select="@*"/>
<xsl:apply-templates/>
<subnode>
  <format width="45" align="{@align}"/>
</subnode>
</xsl:copy>
</xsl:template>

David


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


Current Thread