xsl-list
[Top] [All Lists]

Re: [xsl] Alternative to except operator that preserves order?

2012-01-10 03:27:00
On 10/01/2012 07:23, TW wrote:
I'm processing a sorted sequence of elements, recursively eliminating
elements that have already been processed.  I'm using "except" for
this purpose, but except destroys the order and returns the remaining
elements in document order,

$X[not(. intersect $Y)]

Michael Kay
Saxonica

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