[Mono-bugs] [Bug 74279][Maj] Changed - XML parsing Bug in MiniParser

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 3 Apr 2005 07:15:11 -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 gnauck@ag-software.de.

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

--- shadow/74279	2005-04-02 15:57:55.000000000 -0500
+++ shadow/74279.tmp.7038	2005-04-03 07:15:11.000000000 -0400
@@ -68,6 +68,13 @@
 
 ------- Additional Comments From atsushi@ximian.com  2005-04-02 15:57 -------
 I think MiniParser is minimum implementation for security XML markup
 (that's why it is "Mini" parser).
 
 You should use XmlTextReader for general purpose.
+
+------- Additional Comments From gnauck@ag-software.de  2005-04-03 07:15 -------
+the MiniParser is a excellent and very fast Parser. Its perfect for
+parsing network streams and SAX like parsing. Would be very cool if it
+could read mixed content too.
+
+Alex