Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
256 Points
419 Posts
Mar 01, 2012 09:23 PM|LINK
The problem is , and I am going to describe it again:
When an XML comes with invalid characters like - é , o' (not necessary spanish characters) I get the following error when the xml is loaded.
Error Loading xml document: Invalid character in the given encoding.
And the way the program is loading the xml is
doc = New Xml.XPath.XPathDocument(New IO.MemoryStream(XMLContent))
How do i fix it?
SSpost
Member
256 Points
419 Posts
Re: error loading xml document
Mar 01, 2012 09:23 PM|LINK
The problem is , and I am going to describe it again:
When an XML comes with invalid characters like - é , o' (not necessary spanish characters) I get the following error when the xml is loaded.
Error Loading xml document: Invalid character in the given encoding.
And the way the program is loading the xml is
doc = New Xml.XPath.XPathDocument(New IO.MemoryStream(XMLContent))
How do i fix it?