|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Copy attribute from a node to anoth, Niclas Wallander | Thread | Re: Copy attribute from a node to a, Phil Lanch |
| Copy attribute from a node to anoth, Niclas Wallander | Date | RE: Copy attribute from a node to a, Kay Michael |
| Month |