Re: Xerces 2.4 problems to display getValueName()

2003-12-18 Thread david . vilanova
g into. > > > Gareth > > > > On Thu, 18 Dec 2003, david vilanova wrote: > > > I have tried both possiblities below but don't get it... > > > > const XMLCh* test = node->getTextContent(); > > const XMLCh* test = node->getFirstChild

Re: Xerces 2.4 problems to display getValueName()

2003-12-17 Thread david vilanova
des, but these nodes have no > value. You can choose between printing the node value of the text node they > have as child, or calling getTextContent > > Alberto > > At 22.53 17/12/2003 +0100, david vilanova wrote: > >Hello , > >I'm trying to parse an XML documen

Xerces 2.4 problems to display getValueName()

2003-12-17 Thread david vilanova
Hello , I'm trying to parse an XML document a get a specific node value such as 'email' in the code below. I'm using xerces 2.4. However I don't manage to get the value for the email. Can anybody help? thanks in advance, david --- This the output of the piece of code below Index:0 V