xsl-list
[Top] [All Lists]

Re: Comparing nodes in axis

2004-12-17 12:39:54
Michael Kay wrote:

You are comparing the nodes for equality, whereas your description suggests
you want to compare them for identity. To compare whether $A and $B are the
same node, use ($A is $B) in XPath 2.0, or (count($A|$B)=1) in XPath 1.0.

That's exactly what i want. In fact, testing for equality could lead to
potencial errors, cause nothing in my structure forbids the existence of
two nodes with the same content.

A very large thank you...


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