Hi,

I am using the XmlTextReader along XmlValidatingRe ader for parsing the XML file. Becuase of the foreign characters sometimes I get the "There is an invalid character in the given encoding" error. I know this is the issue of Encoding and when I change the Encoding, my Parser works just fine.
For reading & moving to next node, I use Read method of XmlValidatingRe ader. What I am trying is in case if error occurs...