Re: [xsl] combining node restrictions in select statements

Subject: Re: [xsl] 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