xsl-list
[Top] [All Lists]

Re: [xsl] Select All Except First and Last

2013-12-04 08:51:24
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



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



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

<Prev in Thread] Current Thread [Next in Thread>