PDA

View Full Version : Replace the special characters (•) from xml while reading xml by XmlTextReader class.


webdev
09-21-2009, 07:43 PM
hi, i am using XmlTextReader class to read xml from http link ,now my problem is that i want to replace the special characters(•) from xml before reading its tag, coz it is giving the error in XmlTextReader reader.Read() method. Please suggest any solutions to this. Thanks in advance,...