[Mono-bugs] [Bug 51853][Nor] Changed - MONO XML Serializer Attribute Ordering Bug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 8 Dec 2003 04:48:17 -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 ginga@kit.hi-ho.ne.jp.

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

--- shadow/51853	2003-12-08 01:58:23.000000000 -0500
+++ shadow/51853.tmp.30053	2003-12-08 04:48:17.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 51853
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: davidandrewtaylor@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -67,6 +67,11 @@
 
 Additional Information:
 The output when run using MS.NET is to serialize the fields in the same
 order as they appear in the class.  The MONO XmlSerializer seems to output
 in a different less predictable order (which could lead to interoperability
 problems).
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp  2003-12-08 04:48 -------
+As a general XML rule, attribute order is meaningless (see XML 
+InfoSet specification). It is not interoperability problem. You 
+should not rely on it.