Re: [xsl] template never matches

Subject: Re: [xsl] template never matches
From: Piet van Oostrum <piet@xxxxxxxxxxxxxx>
Date: Tue, 22 Feb 2011 11:52:35 -0400
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

Current Thread