Subject: Re: Add an element that contains multiple nested elements
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 16 May 2006 16:51:32 +0100
|
<xsl:template match="rootElement">
<rootElement>
<container>
<xsl:copy-of select="node()"/>
</container>
</rootElement>
</xsl:template>
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|