dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] Change in System.Xml/XmlDocument.cs to compile ml-pnet


From: Klaus Treichel
Subject: [Pnet-developers] Change in System.Xml/XmlDocument.cs to compile ml-pnet's System.Data
Date: Fri, 23 Apr 2004 08:26:49 +0200

Hi,

to compile ml-pnet there has to be made a change in 
pnetlib/System.Xml/XmlDocument.cs. This one resolves one of the methods
marked as missing in the classstatus bus is not 100% .NET 1.1
compatible.

Lines to be added:

        // Create a navigator to navigate in this document with the current
position
        // on the given node
        // should be internal protected virtual XPathNavigator
CreateNavigator(XmlNode node)
        // but for monos System.Data the internal modifier has to be removed
        [TODO]
        protected virtual XPathNavigator CreateNavigator(XmlNode node)
                        {
                                throw new 
NotImplementedException("CreateNavigator");
                        }

Regards

Klaus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]