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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 8 Apr 2005 18:11:40 -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-04 09:18:30.000000000 -0400
+++ shadow/74279.tmp.5312	2005-04-08 18:11:40.000000000 -0400
@@ -134,6 +134,20 @@
 more complete (general or specific), parser on top of MiniParser.
 
 Finally keep in mind the "mini" of the parser. Huge patches or changes
 for stuff rarely required XML functionalities are likely to be ignored
 as we already have a much better alternative for them.
 
+
+------- Additional Comments From gnauck@ag-software.de  2005-04-08 18:11 -------
+The problem is the MiniParser, not in the SecurityParser.
+I tried to fix it, but there is some stuff where i have no idea what
+is going on, and there are no code comments at all.
+In my opinion there are 2 solutions.
+
+1) Fix the miniparser to accept mixed content xml
+2) rewrite the security parser to work with another xml parser
+(System.Xml.Document)
+
+But as you said the Miniparser is a really nice small parser that can
+be used to write own specific parsers. I think i bad to get rid of the
+MiniParser.