DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20882>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20882 Null Pointer in DOM2DTM.addNode ------- Additional Comments From [EMAIL PROTECTED] 2003-06-18 21:23 ------- If your non-namespace example is working, that does suggest we're asking the right questions. Be sure you set DocumentBuilderFactory.setNamespaceAware(true). When programmatically manipulating the DOM, ***NEVER*** call createElement, createAttribute, setAttribute; Use only createElementNS, createAttributeNS, setAttributeNS.
