[Mono-list] System.Xml.XmlElement set InnerText

Duncan Mak duncan@ximian.com
10 Jan 2003 14:56:14 -0500


Hey Atsushi,

I realized that XmlElement.InnerText (set) isn't working right now, it
hasn't been since early January (I tested on Jan 3rd, but didn't file a
bug)

When I try to run monodoc to generate documentation stubs, I get this
exception:

Unhandled Exception: System.NotImplementedException: The requested
feature is not yet implemented
in <0x0002f> 00 System.Xml.XmlElement:set_InnerText (string)
in <0x003ca> 00 .DocumentationEditor:GenerateDocumentationStubs
(Mono.Document.Library.DocType,DocFile)
in <0x000ce> 00 .DocumentationEditor:LoadClass (string)
in <0x001a1> 00 .DocumentationEditor:TreeSelectionChanged
(object,System.EventArgs)
in <0x00067> 01 System.MulticastDelegate:invoke_void_object_EventArgs
(object,System.EventArgs)
in <0x00164> 00 GtkSharp.voidObjectSignal:voidObjectCallback
(intptr,int)
in <0x00026> 05 GtkSharp.voidObjectSignal:voidObjectCallback
(intptr,int)
in (unmanaged) 06 Gtk.Application:gtk_main ()
in <0x00004> 06 Gtk.Application:gtk_main ()
in <0x00041> 00 .DocumentationEditor:Main (string[])

Do you think you can fix this?

Arigato,

-- 
Duncan Mak <duncan@ximian.com>