xsl-list
[Top] [All Lists]

Re: [xsl] Find the next item in a sequence

2020-05-03 14:59:34
position()+1 directly. Why can't I use position()+1 directly?

[...] with a numeric value is short for [position()=...]  so [
position()+1] is short for [position()=position()+1] which is not an error
but is always false.

David
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>