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:05:13 +0100
does xsl:copy copy all the descendants of the current node?

If yes, then it will copy the node which was intended to change
through some template, right?

If no, then how do the descendants of the current node get copied?

Thanks,
J

On 10/2/07, Martin Honnen <Martin.Honnen@xxxxxx> wrote:
> John Smith wrote:
> > That works perfectly, thanks. But what actually happens here:
> >
> > <xsl:copy><xsl:copy-of select="@*"/><xsl:apply-templates/></xsl:copy>
>
> xsl:copy copies the current node. xsl:copy-of select="@*" copies any
> attribute nodes. xsl:apply-templates processes all child nodes.
>
> --
>
>         Martin Honnen
>         http://JavaScript.FAQTs.com/

Current Thread