[Mono-bugs] [Bug 30240][Wis] New - XmlTextWriter:WriteDocType is missing
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
12 Sep 2002 14:48:15 -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=30240
--- shadow/30240 Thu Sep 12 10:48:15 2002
+++ shadow/30240.tmp.5773 Thu Sep 12 10:48:15 2002
@@ -0,0 +1,26 @@
+Bug#: 30240
+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: XmlTextWriter:WriteDocType is missing
+
+We can't run the WriteXmlFile sample from the Quickstart tutorials because
+WriteDocType is missing.
+
+Exception: System.NotImplementedException: The requested feature is not yet
+implemented
+in <0x0002b> 00 System.Xml.XmlTextWriter:WriteDocType
+(string,string,string,string)
+in <0x00096> 00 HowTo.Samples.XML.WriteXmlFileSample:Run (string)