Re: [xsl] Output input_xml apart from one tag change?

Subject: Re: [xsl] Output input_xml apart from one tag change?
From: "John Smith" <debrief@xxxxxxxxx>
Date: Tue, 2 Oct 2007 15:20:44 +0100
is the "identity template" a default built in template that prints the
elements as they are?

On 10/2/07, Martin Honnen <Martin.Honnen@xxxxxx> wrote:
> 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/

Current Thread