Invalid character while using xmldocument.load?
-
Hi, I am having spanish characters as memorystream, when i give this stream to xmldocument.load - it gives me Invalid characters errro. How to solver this isssue.
Be simple and Be sample.
-
Hi, I am having spanish characters as memorystream, when i give this stream to xmldocument.load - it gives me Invalid characters errro. How to solver this isssue.
Be simple and Be sample.
-
Hi, I am having spanish characters as memorystream, when i give this stream to xmldocument.load - it gives me Invalid characters errro. How to solver this isssue.
Be simple and Be sample.
Make sure the encoding is the same. You should probably use UTF-8
ASCII tables, HTML entities, types, string formats and more info for the serious coder at: www.codecharts.com
-
Hi, I am having spanish characters as memorystream, when i give this stream to xmldocument.load - it gives me Invalid characters errro. How to solver this isssue.
Be simple and Be sample.
-
Ok, three people so far have suggested that it's the encoding that is the problem. Anyone else why want to suggest that it's the encoding that is the problem before we close? ;)
Despite everything, the person most likely to be fooling you next is yourself.
Guffa wrote:
Anyone else why want to suggest that it's the encoding that is the problem before we close?
Not me. I'm thinking there's characters in the stream that are invalid for the encoding of the XML. :)
Mark Salsbery Microsoft MVP - Visual C++ :java: