getNodeValue problem
--------------------

                 Key: XERCESC-1684
                 URL: https://issues.apache.org/jira/browse/XERCESC-1684
             Project: Xerces-C++
          Issue Type: Bug
          Components: DOM
    Affects Versions: 2.7.0
         Environment: winxp
vc6.0
            Reporter: machwu


hi,
please help me!
there is xml source "<P type="OSI-TSEL">00 01</P>", i try to get the value of 
"00 01", and i dont want to use pNode->getTextContent method,
but the type of "P" node if DOMNode::ELEMENT_NODE, so the DOMNode::getNodeValue 
method get null result,
and i try to use DOMText->getWholeText, but fatal error occured.
 
thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to