Hello,

Thanks for your answers.
Now I avoid mixing level 1 and 2 of DOM.

However if you think that the validation fail is not a bug because it is not 
sane to mix level of DOM, then you should override following methods 

org.apache.xerces.dom.ElementNSImpl.setAttribute
org.apache.xerces.dom.ElementNSImpl.setAttributeNode

to throw an exception with a clear message like

throw new XercesException("Please use setAttributeNS")
throw new XercesException("Please use setAttributeNodeNS")

So people like me could correct their code and avoid spending time to determine 
why the validation behavior differs and where is the real issue.

Regards,
Gael Lalire


---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org
For additional commands, e-mail: j-users-h...@xerces.apache.org

Reply via email to