[Mono-bugs] [Bug 72739][Nor] Changed - XmlSerializer will serialize invalid XML characters but complain at deserialization.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Mar 2005 15:52:51 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by joeshaw@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72739

--- shadow/72739	2005-03-01 15:09:44.000000000 -0500
+++ shadow/72739.tmp.18288	2005-03-01 15:52:51.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 72739
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
 Priority: Normal
 Component: Sys.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: joeshaw@novell.com               
 QAContact: mono-bugs@ximian.com
@@ -52,6 +52,9 @@
 serialization of non-standard chars is needed. Notice that this is not
 a serialization issue, but a general xml reading/writing issues.
 
 In any case, .NET 1.1 does not check for invalid chars when writing,
 and we need to keep compatible even if we don't like this behavior,
 since existing applications may rely on it.
+
+------- Additional Comments From joeshaw@novell.com  2005-03-01 15:52 -------
+sigh.  fair enough.