You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "machwu (JIRA)" <xe...@xml.apache.org> on 2007/03/09 01:52:24 UTC

[jira] Created: (XERCESC-1684) getNodeValue problem

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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Resolved: (XERCESC-1684) getNodeValue problem

Posted by "David Bertoni (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Bertoni resolved XERCESC-1684.
------------------------------------

    Resolution: Invalid

Please do not create bugs to ask questions.  Instead, you should subscribe to the Xerces-C Users list and post your questions there:

http://xml.apache.org/mail.html#xerces-c-user

> 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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Closed: (XERCESC-1684) getNodeValue problem

Posted by "David Bertoni (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Bertoni closed XERCESC-1684.
----------------------------------


> 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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org