http://bugzilla.novell.com/show_bug.cgi?id=520080
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=520080#c1 Atsushi Enomoto <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Atsushi Enomoto <[email protected]> 2009-07-22 04:50:03 MDT --- This is a bug in the repro code that incorrectly use XmlReaderSettings.ConformanceLevel as ConformanceLevel.Fragment that must not allow XML declaration (*not* text declaration) while the input xml string does contain XML declaration (*not* text declaration). You must use ConformanceLevel.Auto instead of ConformanceLevel.Fragment at XmlFragmentWriter.CreateXmlReader(). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
