Subject: RE: How to copy the whole tree?
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Thu, 17 May 2001 13:44:01 +0200
|
> and I do not know how to copy the whole tree,
> to the result with applying this template "ProcessID"
>
> I was fighting with xsl:copy but I failed to force
> it co copy the whole tree for me.
>
Use xsl:copy-of select="*", this performs a 'deep copy', that is, the whole
tree starting from the current node.
Linda
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|