Re: [xsl] Position() Function Using Filter

Subject: Re: [xsl] Position() Function Using Filter
From: "Murray McDonald" <m.mcdonald@xxxxxxxxx>
Date: Fri, 28 Oct 2011 10:27:04 -0400
If you are sure that there will be one and only one "match" then the '[1]'
is unnecessary

index-of(//book, //book[ends-with(., 'ASTRO_00007.JPG')])[1]

Current Thread