[Mono-bugs] [Bug 55638][Min] Changed - Error when reading XML file in Mono 0.30.2
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 18 Mar 2004 17:09:54 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=55638
--- shadow/55638 2004-03-18 16:13:30.000000000 -0500
+++ shadow/55638.tmp.30464 2004-03-18 17:09:54.000000000 -0500
@@ -139,6 +139,15 @@
Would you please also provide the xml file? Thanks.
------- Additional Comments From ryan@runuo.com 2004-03-18 16:13 -------
Created an attachment (id=7017)
XML Document
+
+------- Additional Comments From atsushi@ximian.com 2004-03-18 17:09 -------
+I modified the code (that cannot be compiled) and ran. It ran fine on
+mono. So it won't be problem in xml stuff. Have you actually tried
+your example code with that xml?
+
+(Well, what I modified are (1) comment out nonexist "cur" stuff and
+(2)removed "..." and filled switches and (3)form the code as to be
+compiled such as class, static void Main() etc.)