[Mono-bugs] [Bug 33012][Nor] Changed - unable to load valid XML document

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
31 Oct 2002 09:20:43 -0000


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 mono.vanberne@xs4all.nl.

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

--- shadow/33012	Thu Oct 31 04:03:33 2002
+++ shadow/33012.tmp.31695	Thu Oct 31 04:20:43 2002
@@ -55,6 +55,25 @@
 
 
 ------- Additional Comments From mono.vanberne@xs4all.nl  2002-10-31 04:03 -------
 Created an attachment (id=2682)
 dtd used by xml
 
+
+------- Additional Comments From mono.vanberne@xs4all.nl  2002-10-31 04:20 -------
+I've been checking my xml file again. Unfortunatly it was not 
+wellformed. I must have made a mistake during my tests, else I 
+wouldn't have filed it as bug. 
+ 
+However the exception thrown by the "stable" 0.16 version is much 
+more clear, see below: 
+ProcessID3Genre, exception: System.Xml.XmlException: expected ';' 
+(3B) but found '?' (FFFFFFFF) 
+in <0x0015d> 00 System.Xml.XmlTextReader:Expect (int) 
+in <0x000d6> 00 System.Xml.XmlTextReader:ReadEntityReference (bool) 
+in <0x00058> 00 System.Xml.XmlTextReader:ReadReference (bool) 
+in <0x00058> 00 System.Xml.XmlTextReader:ReadText () 
+in <0x001e4> 00 System.Xml.XmlTextReader:ReadContent () 
+in <0x00020> 00 System.Xml.XmlTextReader:Read () 
+in <0x00344> 00 System.Xml.XmlDocument:Load (System.Xml.XmlReader) 
+in <0x0006b> 00 System.Xml.XmlDocument:Load (string) 
+in <0x000ef> 00 .RecursiveFileProcessor:ProcessID3Genre (int)