[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: combining node restrictions in select statements
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Tue, 28 Mar 2006 08:03:18 -0500
Andrew Smith wrote:
<xsl:apply-templates select="/root/a[d[starts-with(e, 'A')]]" />


How about:


<xsl:apply-templates select="/root/a[d[starts-with(e, 'A')]][1]" />

best,
-Rob

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member