Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/338.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/asp.net-core/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# xml文档和xml之间有什么区别_C#_Xml - Fatal编程技术网

C# xml文档和xml之间有什么区别

C# xml文档和xml之间有什么区别,c#,xml,C#,Xml,我们知道xml是用来存储数据的,这些数据可以跨平台移植,这是webservice的一个基本原理。但我对xmldocument这个术语感到困惑。什么是xml文档?这是XMl的替代名称吗?我不确定我是否理解你的问题。 XMLDocument表示一个XML文档,它很简单: XML是一种标记语言,XMLDocument是一个用来读取XML文件的类。duplicate:你是在谈论类XMLDocument,还是更多的术语?我不想知道Xdocument和XML documnet之间的区别,我想知道术语XMLD

我们知道xml是用来存储数据的,这些数据可以跨平台移植,这是webservice的一个基本原理。但我对xmldocument这个术语感到困惑。什么是xml文档?这是XMl的替代名称吗?

我不确定我是否理解你的问题。 XMLDocument表示一个XML文档,它很简单:


XML是一种标记语言,XMLDocument是一个用来读取XML文件的类。

duplicate:你是在谈论类XMLDocument,还是更多的术语?我不想知道Xdocument和XML documnet之间的区别,我想知道术语XMLDocument是什么,是XML吗?@Henric,英语和书的区别是什么?请仔细阅读