[Mono-bugs] [Bug 74203][Min] Changed - The XML MiniParser fails for some files.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 8 May 2005 14:52:27 -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 atsushi@ximian.com.

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

--- shadow/74203	2005-05-06 18:56:25.000000000 -0400
+++ shadow/74203.tmp.30323	2005-05-08 14:52:27.000000000 -0400
@@ -94,6 +94,14 @@
 ------- Additional Comments From gonzalo@ximian.com  2005-05-05 04:04 -------
 *** Bug 74799 has been marked as a duplicate of this bug. ***
 
 ------- Additional Comments From miguel@ximian.com  2005-05-06 18:56 -------
 Since we are forced to use this MiniParser in the corlib, maybe we
 should take a look at fixing this?
+
+------- Additional Comments From atsushi@ximian.com  2005-05-08 14:52 -------
+I personally don't prefer keeping MiniParser in use, because its state
+machine is hard to understand (and not perfect as seen), it iterates
+through internal tables unnecesarrily, it checks characters so rough...
+
+So I created another XML parser implementation. If this "replacing"
+strategy sounds ok, I'll brush and fix it up.