David,
Thanks for the response. it was the null pointer. I appreciate it. Raymond -----Original Message----- From: David Bertoni [mailto:[email protected]] Sent: Saturday, January 29, 2011 12:30 PM To: [email protected] Subject: Re: EXTERNAL: Re: DOMNode::getTextContent() On 1/24/2011 4:42 PM, Steele, Raymond wrote: > Thanks for providing some hint of direction. I have found that if any of the > text nodes do not contain content, the program dumps. A text node should never be empty. How is this DOM instance created? > I think I need to place a check in there. If you provide a stack dump of the crash, that would be helpful. Perhaps you are getTextContent() on a null pointer. Without more information, it will be difficult to help you. Dave
