xsl-list
[Top] [All Lists]

Re: [xsl] what am I doing wrong with except and intersect?

2011-03-20 07:59:25
Alex Muir wrote:

It would seem that the variables that use the distinct method are
correct and the variables using except and intersect are incorrect.

So what am I doing wrong?

except/intersect work based on node identity, not based on values. If you want to use values look into http://www.xsltfunctions.com/xsl/functx_value-intersect.html and http://www.xsltfunctions.com/xsl/functx_value-except.html


--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/

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