xsl-list
[Top] [All Lists]

Re: [xsl] Select All Except First and Last

2013-12-03 15:59:27


On 03.12.2013 22:45, Matthew L. Avizinis wrote:
extent[1 lt position() lt last()]

Will be evaluated
1 lt position() ⇒ xs:boolean
xs:boolean lt last() ⇒
Cannot compare xs:boolean to xs:integer

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