[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Output input_xml apart from one tag change?
Subject: Re: [xsl] Output input_xml apart from one tag change?
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Tue, 02 Oct 2007 16:10:49 +0200
|
John Smith wrote:
does xsl:copy copy all the descendants of the current node?
No.
If no, then how do the descendants of the current node get copied?
Because xsl:apply-templates processes all child nodes with matching
templates meaning meaning the identity template is applied to the
children, the grandchildren and so on unless there is a matching
template with a higher priority which does something else.
--
Martin Honnen
http://JavaScript.FAQTs.com/
|