[Mono-bugs] [Bug 60956][Nor] New - XmlInclude attribute is ignored
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Jun 2004 23:13:13 -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 juancri@tagnet.org.
http://bugzilla.ximian.com/show_bug.cgi?id=60956
--- shadow/60956 2004-06-30 23:13:13.000000000 -0400
+++ shadow/60956.tmp.22633 2004-06-30 23:13:13.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 60956
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.XML
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: juancri@tagnet.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: XmlInclude attribute is ignored
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Run the test case
+
+Actual Results:
+The type DoubleWord was not expected. Use the XmlInclude or SoapInclude
+attribute to specify types that are not known statically.
+
+Expected Results:
+ <?xml version="1.0" encoding="utf-8" ?>
+- <Word xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:type="DoubleWord" xmlns="http://tempuri.org/">
+ <text>text</text>
+ <text2>text</text2>
+ </Word>
+
+How often does this happen?
+Always
+
+Additional Information:
+XmlInclude attribute seems to be ignored