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: xmlspy and copy-of



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


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