xsl-list
[Top] [All Lists]

Re: [xsl] Select All Except First and Last

2013-12-02 17:01:42


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 optimizer…

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--