Document.normalizeDocument : default attributes are inserted with NULL 
ownerElement and without MutationEvents
--------------------------------------------------------------------------------------------------------------

         Key: XERCESJ-1111
         URL: http://issues.apache.org/jira/browse/XERCESJ-1111
     Project: Xerces2-J
        Type: Bug
  Components: DOM (Level 3 Core)  
    Versions: 2.7.1    
    Reporter: Dick Deneer


If the normalization process insert default attributes:
- EventListeners do not get MutationEvents
- The attributesare inserted with ownerElement == null.

I have attached 2 testprograms:
One using the JAXP Api which works correct.
One using the DOM Level 3 api which has the above bug

You can test with the personal.xsd file and personal.xml file as input

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to