Re: [xsl] Select All Except First and Last

Subject: Re: [xsl] Select All Except First and Last
From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@xxxxxxxxx>
Date: Tue, 03 Dec 2013 00:01:19 +0100
On 02.12.2013 23:54, Dimitre Novatchev wrote:
For many extent siblings this might be faster:

extent[not(position() = (1, last()))]


I was counting on the optimizerb&


Current Thread