xsl-list
[Top] [All Lists]

Re: [xsl] template never matches

2011-02-22 09:53:08
Merrilees, David wrote:

        <xsl:template match="/">
                <xsl:copy>
                        <xsl:apply-templates select="@* | node()"

In addition to all the other replies, the @* is useless as the root node doen't 
have any attributes.
-- 
Piet van Oostrum
Cochabamba. URL: http://pietvanoostrum.com/
Nu Fair Trade woonartikelen op http://www.zylja.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>
--~--

<Prev in Thread] Current Thread [Next in Thread>