RE: [xsl] how to insert the *complete* content of a node

Subject: RE: [xsl] how to insert the *complete* content of a node
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 21 Mar 2003 18:53:55 GMT
> so how would I get this, ie what would the xsl be?

you want to copy the children rather than the element itself
so use <xsl:copy-of select="node()"/> rather than xsl:copy-of
select="."/>

David

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


Current Thread