Re: Printing Node Values

2001-06-29 Thread Joseph_Kesselman
>I'm trying to print out the Node values of a DOM_Node using getNodeValue() after >parsing the document through DOM_Parse::parse(). But it prints out null. See the DOM spec. Not all nodes have node values. Elements, in particular, always have the node value null; to examine their contents, you m

Printing Node Values

2001-06-29 Thread RACHEL MUTHURAJ, BLOOMBERG/ SKILLMAN
Hello, I'm trying to print out the Node values of a DOM_Node using getNodeValue() after parsing the document through DOM_Parse::parse(). But it prints out null. Iam abl e to print the Node name,parent node ,type etc. except this. I even tried format ting the contents using the XMLFormatter classes