Hi, I have a question and was wondering if any of you came across this
problem...
I am using DOMParser and to parse a XML string which I got it to do
correctly. Then I try to go though all nodes in the file using
DOM_Node::getNextSibling() method. I run into the problem when I try to
obtain a node value of the current node using
DOM_Node::getNodeValue() method. It comes back with an empty string even
though I have no problem getting the node name using the following method:
DOM_Node::getNodeName().
I would appreciate any feedback. Thanks alot.
Pavel Rabinovich
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]