[Mono-bugs] [Bug 30433][Wis] New - XmlTextReader needs to handle BaseURI
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Sep 2002 23:11:22 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30433
--- shadow/30433 Mon Sep 16 19:11:22 2002
+++ shadow/30433.tmp.2402 Mon Sep 16 19:11:22 2002
@@ -0,0 +1,28 @@
+Bug#: 30433
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System.XML
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: duncan@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: XmlTextReader needs to handle BaseURI
+
+/home/duncan/src/testing/XML $ mono XmlReadWriteSchemaExample.exe
+Reading schema sample.xsd ...
+
+Exception: System.NotImplementedException: The requested feature is not yet
+implemented
+in <0x0002b> 00 System.Xml.XmlTextReader:get_BaseURI ()
+in <0x00014> 00 System.Xml.Schema.XmlSchemaReader:get_BaseURI ()
+in <0x000f8> 00 System.Xml.Schema.XmlSchema:Read
+(System.Xml.XmlReader,System.Xml.Schema.ValidationEventHandler)
+in <0x000fb> 00 HowTo.Samples.XML.XmlReadWriteSchemaSample:Run (string)