xsl-list
[Top] [All Lists]

Re: template matching

2004-02-05 08:27:51
On Wed, 2004-02-04 at 15:14, David Carlisle wrote:
}  <xsl:template match="//note">

Or equivalently just

<xsl:template match="note">

Starting a match with // does not change the elements matched, only
changes the default priority)

Quite right, my memory was bleeding over from what I 
was working on.

Normally I'd use separate templates rather than an xsl:choose:

Ditto :-)

I need more coffee.

///Peter



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



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