[Solved] what is the difference between xml document and xml [closed]


I’m not sure I understand your question.
XMLDocument represents an XML document, it’s simple 🙂

http://msdn.microsoft.com/en-us/library/system.xml.xmldocument(v=vs.80).aspx

XML is a markup language and XMLDocument is a class to read an XML file.

0

solved what is the difference between xml document and xml [closed]