Re: returning single result from apply-templates

Subject: Re: returning single result from apply-templates
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 9 Oct 2000 17:41:57 GMT
> If I do
> 
>  <xsl:apply-template select="foo//bar[1]"/>
> 
> I get

but you don't if you do


 <xsl:apply-template select="(foo//bar)[1]"/>

David


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


Current Thread