[Mono-list] implementation of System.Xml.XmlElement.InnerXml

Miguel de Icaza miguel@ximian.com
21 Oct 2002 11:50:02 -0400


Hello!

> I wrote System.Xml.XmlElement.InnerXml() code and some tests.

Thanks a lot!

> note: In those codes, I created two 'internal protected' method
> in 'XmlNode.cs' file. I wonder if they are breaking any rules...

I do not believe it is breaking any rules.

> I also fixed the cause of many failures of the testcases.
> It was because of the return value of 'XmlTextReader.ReadContent()'.

Thanks, appreciated!  Duncan got the code into CVS last night.

Miguel