Bug 1793 - Validating with different character sets between content and declaration
Summary: Validating with different character sets between content and declaration
Status: NEW
Alias: None
Product: Xerces-J
Classification: Unclassified
Component: Core (show other bugs)
Version: 1.3.1
Hardware: PC All
: P1 normal
Target Milestone: ---
Assignee: Xerces-J Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-17 00:04 UTC by thomas2.maesing
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description thomas2.maesing 2001-05-17 00:04:17 UTC
Hi,
validating a document with characters inside which are outside the encoding 
declaration character set should cause an error.

I have checked it with DOMWriter and SAXWriter.

I have used a ISO-8859-1 Ä inside a UTF-8 declared document. 

Other parsers (for example MSXML) report an error.

Regards

Thomas