xsl-list
[Top] [All Lists]

Re: [xsl] Select All Except First and Last

2013-12-03 15:47:14
On 12/3/2013 12:19 AM, Dimitre Novatchev wrote:
On Mon, Dec 2, 2013 at 7:36 PM, Houghton,Andrew 
<houghtoa(_at_)oclc(_dot_)org> 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 2¢ on my
birthday just for the heckuvit

Regards,
Matthew Avizinis

--~------------------------------------------------------------------
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>
--~--