RE: Insert an attribute to all nodes.

Subject: RE: Insert an attribute to all nodes.
From: "Ron Ten-Hove" <rtenhove@xxxxxxxxx>
Date: Wed, 11 Oct 2000 11:35:36 -0700
>  <xsl:template select="*">

That ought to be match, not select.  Your observed
output was produced by the default rules.

Select is used to select node-sets; match is used
to select a single node.

-Ron


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread