You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org> on 2007/05/20 01:47:16 UTC

[jira] Assigned: (XERCESJ-1249) Node comparison with == should be replaced by isSameNode() test for DOM Level 3 nodes

     [ https://issues.apache.org/jira/browse/XERCESJ-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Glavassevich reassigned XERCESJ-1249:
---------------------------------------------

    Assignee: Michael Glavassevich

> Node comparison with == should be replaced by isSameNode() test for DOM Level 3 nodes
> -------------------------------------------------------------------------------------
>
>                 Key: XERCESJ-1249
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1249
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: JAXP (javax.xml.validation)
>    Affects Versions: 2.7.0, 2.7.1, 2.8.0, 2.8.1, 2.9.0
>            Reporter: Carla Spruit
>         Assigned To: Michael Glavassevich
>
> Class org.apache.xerces.jaxp.validation.DOMValidatorHelper has function private void validate(Node node) that traverses the descendants of a DOM node.
> In this traversal, nodes are compared with '=='. This may give problems with DOM implementations other than the Xerces implementation.  
> Similar issue: case XERCESJ-1127

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org