You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by A L <al...@gmail.com> on 2010/04/27 16:29:05 UTC

Reading XML but getting extraneous characters such as blanks & # signs as well

Hi,

I have just started using Xerces but am getting extraneous characters such
as blanks & # signs while reading XML. Do you have any solution to this
problem? I mean how can I correctly read XML without getting extraneous
characters in Node values, etc? In the current scenario, I have to read all
the Nodes - with or without extraneous characters. Kindly show me a way out
please.

-Al