[Mono-bugs] [Bug 74279][Maj] Changed - XML parsing Bug in MiniParser
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 2 Apr 2005 15:57:55 -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=74279
--- shadow/74279 2005-04-01 13:36:58.000000000 -0500
+++ shadow/74279.tmp.26971 2005-04-02 15:57:55.000000000 -0500
@@ -62,6 +62,12 @@
HTML</para><para>What is XML</para></chapter><chapter>XML
Syntax<para>Elements must have a closing tag</para><para>Elements must
be properly nested</para></chapter></book>";
Mono.Xml.SecurityParser sp = new Mono.Xml.SecurityParser();
sp.LoadXml(xml);
+
+------- 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.