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 Anders Hammervald <an...@chello.se> on 2001/03/03 12:05:22 UTC

Problems with Xerces-C 1.4

Hi there,

I just got started with Xerces-C 1.4 but I can't get it to retrieve the
nodevalue from a XML element (<element></element>), I use the following
line:

	oHeadlines.item(i).getNodeValue().transcode();

however I can retrieve the values of attributes from elements in the same
XML file with no problems. Has anyone else had this kind of problem?

/ Anders

ps. I'm using the DOMParser.