Re: [xsl] using xsl:copy

Subject: Re: [xsl] using xsl:copy
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 23 Jan 2001 17:18:45 GMT
The problem is somewhat underspecified, but perhaps


<xsl:template match="/catalog/item">
	<xsl:copy-of select="description/node()"/>
</xsl:template>

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


Current Thread