This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: How to copy the whole tree?


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]