The Xml control is used to display the contents of an XML document without formatting or using XSL Transformations, by setting one of three properties. Web developer can display You a System.Xml.XmlDocument, an XML string, or an XML file by setting the appropriate property:
– Document – Sets the XML document using a System.Xml.XmlDocument object. – DocumentContent – Sets …