Hi David, i had the same problem. i got the textcontent with getnodevalue() printed it out after I transformed it with XMLString::transcode, and i didn`see anything. I my case it was a transcoding problem and the with use of an XMLFormatter I got the results I wanted(on screen). I f you put the XMLCh`s into a new document, it could be possible, that you can see the results of getnodevalue() only in a Texteditor, that recognizes the encoding.
perhaps this might be a hint for you. regards Thomas > Hi David, > you are calling getNodeValue on element nodes, 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 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? > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- +++ GMX - die erste Adresse für Mail, Message, More +++ Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]