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=7724>. 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=7724 java.lang.NullPointerException thrown if an attribute has a null value [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|java.lang.NullPointerExcepti|java.lang.NullPointerExcepti |on thrown if an attribute |on thrown if an attribute |has a null value |has a null value ------- Additional Comments From [EMAIL PROTECTED] 2002-04-03 16:56 ------- Please post a small attachment that demonstrates the problem. A SAX stream should never be delivering an attibute whose value is null, and our DOM2DTM wrapper should be doing The Right Thing to convert that case, so this situation should never arise.
