Re: [xsl] Diagram of XPath axes

Subject: Re: [xsl] Diagram of XPath axes
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Sun, 27 May 2012 19:38:57 +0100
>I inferred from Mike's suggestion that any arbitrary expression, returning a Boolean, would be allowed on the right hand side, evaluated with the item in the sequence as context.

//* until (. is current())



Yes, that's the idea. Of course there are potentially two variants, one that includes the first item matching the "until" predicate, and one that excludes it.

Michael Kay
Saxonica

Current Thread