xsl-list
[Top] [All Lists]

Re: [xsl] Select All Except First and Last

2013-12-03 17:53:01
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>
--~--

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