[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:27:32 +0200
|
John Smith wrote:
is the "identity template" a default built in template that prints the
elements as they are?
No, it is the template originally posted which you asked about, having
the body
<xsl:copy><xsl:copy-of select="@*"/><xsl:apply-templates/></xsl:copy>
--
Martin Honnen
http://JavaScript.FAQTs.com/
|