RE: [xsl] xmlspy and copy-of

Subject: RE: [xsl] xmlspy and copy-of
From: RSuiter@xxxxxxxxx
Date: Mon, 14 May 2001 09:43:08 -0500
Amir:

xsl:copy        gives you a shallow copy of the single level.  So
xsl:apply-templates can be used within it for recursion.
xsl:copy-of   gives you a deep copy of everything from the selected node on
downwards.  So you can't use xsl:apply-templates there.

See Mike Kaye's book (pp. 180-187 in the first edition)

Rick Suiter



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


Current Thread