PRB: XML Parser: Invalid Character Was Found in Text Content (238833)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 5
- Microsoft Internet Explorer (Programming) 5.5
- Microsoft XML 3.0
- Microsoft XML 3.0 SP1
- Microsoft XML 4.0
This article was previously published under Q238833 SYMPTOMS
When parsing XML that contains "special characters" using the Microsoft XML parser (MSXML), the parser may report the following error message at the line and position of the first special character:
An Invalid character was found in text content.
CAUSE
The XML document is not marked with the proper character encoding scheme.
RESOLUTION
Specify the proper encoding scheme in the XML processing instruction.
- or -
Re-encode the XML data as proper UTF-8.
STATUS
This behavior is by design.
Modification Type: | Minor | Last Reviewed: | 7/18/2003 |
---|
Keywords: | kbFAQ kbIntl kbIntlDev kbprb KB238833 |
---|
|