Re: Copying a portion of a subtree in its entirety including retaining the attribute and text info

Subject: Re: Copying a portion of a subtree in its entirety including retaining the attribute and text info
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 20 Nov 2000 16:50:03 GMT

The subject line above is exactly a description of xsl:copy-of so you just
want something ike

<xsl:template match="Object1">
<xsl:copy-of select="Filter"/>
</xsl:template>

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp


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


Current Thread