ReadXML error

V

vovan

I'm using DataSet.ReadXML method to populate the dataset with data from XML
file.
If one of the values contains apostrophe (for instance: It's something) then
an error occures:
System.Xml.XmlException: Invalid character in the given encoding.
Is this a bug or what? I wouldn't want to parse an XML created by another
program which is using the same ADO.NET for creating the file. On that side
apostrophe is allowed.

Thank you
vovan
 
M

Martin Honnen

vovan said:
I'm using DataSet.ReadXML method to populate the dataset with data from XML
file.
If one of the values contains apostrophe (for instance: It's something) then
an error occures:
System.Xml.XmlException: Invalid character in the given encoding.
Is this a bug or what?

Can you post the URL of that XML document? There seems to something
wrong with the way the document encodes its characters.
 
V

vovan

I found out that I cannot open that file in Internet Explorer either.
It says "An invalid character was found in a text content." I opened it in
Notepad and see there the character which looks like comma, but it's on the
place of apostrophe. I even cannot find it on my keyboard. Probably it's a
special character and it is not supported by XML. I need to find out what is
it and how it was entered by the user.

Thank you
vovan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top