RE: apply-templates Q

Subject: RE: apply-templates Q
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Wed, 1 Nov 2000 18:18:11 -0400 (EST)
Heather Lindsay wrote:


-----Original Message-----
From: Heather Lindsay [mailto:heather.lindsay@xxxxxxxxxxxxx]
Sent: 01 November 2000 13:55
To: 'xsl-list@xxxxxxxxxxxxxxxx'
Subject: RE: apply-templates Q



<xsl:template match="/">

some testing...and tables...

<xsl:apply-templates select="data/Dates/Date" />
</xsl:template>

Try this instead.  If you have select="//Date" it means to apply-templates
to all Date elements that are descendents of the context node (the root node
in this case).  The above change insures that you will only be applying the
template to the Date element that you want.

	Good luck,
	Heather




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




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


Current Thread