Bug 19087

Summary: Node of type <node></node> in the document tree while doing a importNode fails with a NullPointerException in the TextNode class.
Product: Crimson Reporter: karthik kalyanaraman <karthik>
Component: otherAssignee: Edwin Goei <edwingo>
Status: NEW ---    
Severity: critical    
Priority: P3    
Version: 1.1.3   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description karthik kalyanaraman 2003-04-16 19:09:48 UTC
Node of type <node></node> in the document tree while doing a importNode fails 
with a NullPointerException in the TextNode class. If the Node is of type 
<node/> it works fine but if <node></node> with empty text data then it throws 
a NPE.