[Mono-bugs] [Bug 55057][Nor] New - XmlDocument.Implementation always return null

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Mar 2004 02:14:55 -0500 (EST)


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 along@mainsoft.com.

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

--- shadow/55057	2004-03-02 02:14:55.000000000 -0500
+++ shadow/55057.tmp.24939	2004-03-02 02:14:55.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 55057
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.XML
+AssignedTo: atsushi@ximian.com                            
+ReportedBy: along@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XmlDocument.Implementation always return null 
+
+Description of Problem:
+The property XmlDocument.Implementation always return null. 
+
+Steps to reproduce the problem:
+1. creating a new XmlDocument.
+2. call the instance's Implementation property. 
+
+Actual Results:
+null.
+
+Expected Results:
+XmlImplementation object.
+
+How often does this happen? 
+always.
+
+Additional Information: