[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] using xsl:copy


Subject: Re: [xsl] using xsl:copy
From: cutlass <cutlass@xxxxxxxxxxx>
Date: Tue, 23 Jan 2001 17:21:59 +0000



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


try

<xsl:copy-of select="description/*"/>

though u may have to explain a little bit more, ,jim fuller


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




Current Thread