RE: apply-templates Q

Subject: RE: apply-templates Q
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 1 Nov 2000 09:59:01 -0400 (EST)
> I want the <xsl:apply-templates> to only select the main 
> <Date> element and not the <Date> element within the <Weeks> node.  

there are many ways you could qualify it, e.g.

select="//Date[not(parent::Weeks)]"

Mike Kay




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


Current Thread