[Mono-bugs] [Bug 57992][Maj] New - problem with the deserialization of System.Xml.Serialization.XmlAnyAttributeAttribute().

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 3 May 2004 13:18:58 -0400 (EDT)


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 along@mainsoft.com.

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

--- shadow/57992	2004-05-03 13:18:58.000000000 -0400
+++ shadow/57992.tmp.3237	2004-05-03 13:18:58.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 57992
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.XML
+AssignedTo: lluis@ximian.com                            
+ReportedBy: along@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: problem with the deserialization of System.Xml.Serialization.XmlAnyAttributeAttribute().
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+there is a problem with the deserialization of 
+System.Xml.Serialization.XmlAnyAttributeAttribute().
+In my example the object rootSkipAny (in the main method)doesn't contain
+XmlAttributes as it should.
+
+
+Steps to reproduce the problem:
+1. run the attached example.
+ 
+Actual Results:
+an empty array.
+
+Expected Results:
+Array that contains one XmlAttribute
+
+How often does this happen? 
+Always
+
+Additional Information: