Re: [xsl] Select All Except First and Last

Subject: Re: [xsl] Select All Except First and Last
From: "Matthew L. Avizinis" <matt@xxxxxxxxx>
Date: Wed, 04 Dec 2013 09:49:27 -0500
I wasn't thinking at all.
I was depressed at the thought of all of sudden being considered a 'senior'.
And finally, I used to do so much xslt work, and now I'm relegated to php...

On 12/3/2013 6:52 PM, David Carlisle wrote:
> On 03/12/2013 23:31, Matthew L. Avizinis wrote:
>> extent[1 lt position() eq following-sibling::extent]
>
>
> hard to guess what you'd intend that to mean, but it generates
>
>   XPST0003: XPath syntax error at char 23 on line 5 in {...ition() eq
> following-siblin...}:
>     expected "]", found "eq"
>
>
> 1 lt position() is a boolean
>
> following-sibling::extent  is a sequence of nodes
>
> what would you expect eq to do given those arguments (if it parsed at
> all)?
>
>
> David

Current Thread