Bugs item #690684, was opened at 2003-02-21 14:44
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=690684&group_id=16035

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Christian Oetterli (christianoett)
Assigned to: Nobody/Anonymous (nobody)
Summary: exception when selecting by an attribute with null value

Initial Comment:
the following snippet causes a NullPointerException:




Document doc = DocumentHelper.createDocument();




// maybe a null value should not be allowed?


doc.addElement("a").addAttribute("b", null);


      


// select by an null attribute value causes exception


doc.selectSingleNode("[EMAIL PROTECTED] = 1]");


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=690684&group_id=16035


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to