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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 3 Apr 2005 12:16:07 -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=74279

--- shadow/74279	2005-04-03 07:15:11.000000000 -0400
+++ shadow/74279.tmp.10034	2005-04-03 12:16:07.000000000 -0400
@@ -3,13 +3,13 @@
 Version: 1.1
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Major
+Priority: Wishlist
 Component: Mono.Security
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gnauck@ag-software.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -75,6 +75,14 @@
 ------- 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
+
+------- Additional Comments From atsushi@ximian.com  2005-04-03 12:16 -------
+Then setting priority as Major is improper as described in the page
+linked from above.
+
+BTW if XmlTextReader does not handle network stream where it should
+handle, then opening another bug report and posting an example code
+would be nice.