[Mono-bugs] [Bug 43111][Maj] New - XmlTextWriter Flush and WriteWhiteSpace errors

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 15 May 2003 18:15:56 -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 jonathan@onegoodidea.com.

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

--- shadow/43111	Thu May 15 18:15:56 2003
+++ shadow/43111.tmp.316	Thu May 15 18:15:56 2003
@@ -0,0 +1,23 @@
+Bug#: 43111
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jonathan@onegoodidea.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XmlTextWriter Flush and WriteWhiteSpace errors
+
+* Flush incorrectly (at least in comparison to .NET 1.1) closes open tags.
+
+* WriteWhiteSpace does not finish an in-progress start tag.
+
+Test case for both attached, plus proposed patch.