Re: [xsl] Predicates question

Subject: Re: [xsl] Predicates question
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Sat, 17 Dec 2011 18:51:11 +0000
On 17/12/2011 16:08, Roelof Wobben wrote:
I found that already.

Im now trying to solve this one :


<xsl:apply-templates select="/bookstore/book[position()&lt; 3 and /bookstore[position()&gt; 1 ]" />


Your expression has two left-square-brackets and only one right-square-bracket.

We all have off-days when it takes a while to spot such things, but frankly, you give the impression that you are not taking enough time to examine your code before posting it to the list.

Michael Kay
Saxonica

Current Thread