Title: 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.