You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Jaspreet Singh <Ja...@quark.co.in> on 2004/09/24 07:47:09 UTC

Xpath engine using pointer equality instead of isSameNode

Hi

While evaluating an xpath expression, xalan uses pointer equality. E.g
(parent == node), etc
Why don't we use isSameNode.. In this case we can override this function if
pointers aren't same.


Regards
Jaspreet