XmlDocument « XML « C# / C Sharp






1.A Simple XML Example
2.LoadXml
3.Save, AppendChild, CreateXmlDeclaration, CreateElement
4.Call GetElementsByTagName to get an element
5.Use Load method in XmlDocument to load xml document
6.Use SelectNodes to query nodes by XPath
7.Get XML Nodes in a Specific XML Namespace
8.Find Elements with an XPath Search
9.Add XmlElement








10.Load With Includes
11.Non CData Normalize