[xsl] copy-of and apply-templates equivalence

Subject: [xsl] copy-of and apply-templates equivalence
From: "rick@xxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 18 Sep 2020 18:54:26 -0000
Hi All,

 

Providing I have an identity transform template, are these two basically
equivalent?

 

<xsl:copy-of select="doc($file)/*/*" />

 

<xsl:apply-templates select="doc($file)/*/*"/>

 

I was originally using copy-of, but now I have to do something to some of
the elements in each doc. Thanks in advance.

 

Rick Quatro

Carmen Publishing Inc.

585-729-6746

rick@xxxxxxxxxxxxxxx <mailto:rick@xxxxxxxxxxxxxxx> 

http://www.frameexpert.com/store

Current Thread