[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:53:47 -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-08 14:52:27.000000000 -0400
+++ shadow/74203.tmp.30366	2005-05-08 14:53:47.000000000 -0400
@@ -102,6 +102,11 @@
 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.
+
+------- Additional Comments From atsushi@ximian.com  2005-05-08 14:53 -------
+Created an attachment (id=15097)
+Small xml parser, not so mini as compared to MiniParser, but handles mixed content
+