You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/04/03 18:56:53 UTC

DO NOT REPLY [Bug 7724] - java.lang.NullPointerException thrown if an attribute has a null value

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

keshlam@us.ibm.com 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 keshlam@us.ibm.com  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.