xsl-list
[Top] [All Lists]

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

2007-10-02 07:28:01
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--