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>> 

Krefeld, Matthias.vcf

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

Reply via email to