简体   繁体   中英

Difference between XMLDOM document, XML document and XML String document

Can any one tell me what is XML String document and XMLDOM document? What will be the extension of those two documents (XML String and XMLDOM). How does those document differ from normal XML Document(.xml)?

XMLDOM document (which is actually XML DOM) or XML Document Object Model is an in-memory representation of an XML document. The DOM allows you to read, write, replace, manipulate and copy a XML document via code. For further reading, take a look here and here .

Never heard of XML String document, but i geuss you mean the type that represents the text written inside the XML document. Take a look here for more information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM