We know xml is used for storing data,which can be ported across platforms(underlying principle of webservice). But i am confused with the term xmldocument. What is actually xml document? does that the alternate name of XMl??
We know xml is used for storing data,which can be ported across platforms(underlying principle
Share
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.