xsl-list
[Top] [All Lists]

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

2007-10-02 06:37:32
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/

--~------------------------------------------------------------------
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>
--~--