NET - Explain how to load the contents of an XML file into an XMLDocument object

Explain how to load the contents of an XML file into an XMLDocument object.

XmlDocument doc=new XmlDocument();
Doc.Loadxml(@“c:\abc.xml”);
NET - Explain how to read the contents of an XML document using XMLTextReader
Answer - Explain how to read the contents of an XML document using XMLTextReader......
NET - Explain how to write data to an XML file
Answer - Explain how to write data to an XML file.......
NET - Explain how XPathNavigator read data from an XMLDocument
Answer - Explain how XPathNavigator read data from an XMLDocument.......
Post your comment