简体   繁体   English

XMLDOM文档,XML文档和XML String文档之间的区别

[英]Difference between XMLDOM document, XML document and XML String document

Can any one tell me what is XML String document and XMLDOM document? 谁能告诉我什么是XML String文档和XMLDOM文档? What will be the extension of those two documents (XML String and XMLDOM). 这两个文档(XML String和XMLDOM)的扩展名是什么。 How does those document differ from normal XML Document(.xml)? 这些文档与普通的XML Document(.xml)有何不同?

XMLDOM document (which is actually XML DOM) or XML Document Object Model is an in-memory representation of an XML document. XMLDOM文档(实际上是XML DOM)或XML文档对象模型XML文档的内存表示形式。 The DOM allows you to read, write, replace, manipulate and copy a XML document via code. DOM允许您通过代码读取,写入,替换,操作和复制XML文档。 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. 从来没有听说过XML String文档,但是我认为您的意思是表示XML文档中编写的文本的类型。 Take a look here for more information. 在这里查看更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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