Re: [xsl] template matching

Subject: Re: [xsl] template matching
From: Peter Flynn <pflynn@xxxxxx>
Date: Thu, 05 Feb 2004 15:27:51 +0000
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


Current Thread