[Mono-bugs] [Bug 45880][Maj] New - XmlTextReader on network streams

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 6 Jul 2003 11:45:00 -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 dent@cosy.sbg.ac.at.

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

--- shadow/45880	Sun Jul  6 11:45:00 2003
+++ shadow/45880.tmp.30082	Sun Jul  6 11:45:00 2003
@@ -0,0 +1,59 @@
+Bug#: 45880
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dent@cosy.sbg.ac.at               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XmlTextReader on network streams
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+XmlTextReader doesn't work with a NetworkStream anymore (as expected)
+
+Steps to reproduce the problem:
+1. wget http://student.cosy.sbg.ac.at/~dent/files/xml_test.cs
+2. mcs xml_test.cs
+3. mono xml_test.exe
+
+Actual Results:
+Transmitting ...
+Reading (Read line) ...
+<rss version="0.92">
+xml type: Element name: rss
+
+
+Transmitting ...
+Reading (XmlTextReader) ...
+xml type: Text name: 
+
+
+Expected Results:
+Transmitting ...
+Reading (Read line) ...
+<rss version="0.92">
+xml type: Element name: rss
+
+
+Transmitting ...
+Reading (XmlTextReader) ...
+xml type: Element name: rss 
+
+
+How often does this happen? 
+all the time
+
+Additional Information:
+
+as far as i can remember gonzalo fixed it on Oct. 28th 2002 (well, i could
+be wrong :)