RE: how to insert the *complete* content of a node2003-03-21 11:53:55so 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
|
|