Re: [xsl] Select All Except First and Last

Subject: Re: [xsl] Select All Except First and Last
From: "Matthew L. Avizinis" <matt@xxxxxxxxx>
Date: Tue, 03 Dec 2013 16:45:18 -0500
On 12/3/2013 12:19 AM, Dimitre Novatchev wrote:
> On Mon, Dec 2, 2013 at 7:36 PM, Houghton,Andrew <houghtoa@xxxxxxxx> wrote:
>> Maybe I'm missing something about the question that was asked, but why wouldn't the following work?
>>
>> extent[position( ) gt 1 and position( ) lt last( )]
> Do note that in the above expression "position()" occurs twice  --
> this obviously making the expression not one of the shortest possible.
>
>
Ok, so then:

    extent[1 lt position() lt last()]

seems pretty short -- just figured I'd chime in with 2B" on my
birthday just for the heckuvit

Regards,
Matthew Avizinis

Current Thread