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 MK...@heyde.de on 2001/10/30 16:45:19 UTC

DOM_Node::getNodeValue

Hi,
please have a look at this code snippet:
DOM_Node node =childs.item(i);
DOM_Element    element;    
if (node.getNodeType() == DOM_Node::ELEMENT_NODE)
   element = (DOM_Element &) node;
char* test = element.getNodeName().transcode();
char* test2 = element.getNodeValue().transcode();

I always get the Nodename, but never the Node-Value (
NodeImpl::getNodeValue() returns Null). 

Can you help me?


Thanks a lot!!




Mit freundlichen Grüßen Matthias Krefeld

 <<Krefeld, Matthias.vcf>>