我爱Aspx >> Asp.Net >> XMLDOM手册XMLDOM是用来访问和操作XML文档的编程接口规范。
1、简介
XMLDOM被设计为可用于任何语言和任何操作系统。借助DOM,程序员可以创建XML文档、遍历其结构,增、改、删其元素。DOM将整个XML文档视作一棵树,文档级的元素是树的根。
2、MS的XML解析,IE5.0以上。
是一个COM组件,至少包含下列对象:
(1)Micosoft.XMLDOM
(2)Micosoft.XMLDOM.parseError,有如下属性:
| Property | Description |
| errorCode | Returns a long integer error code |
| reason | Returns a string explaining the reason for the error |
| line | Returns a long integer representing the line number for the error |
| linePos | Returns a long integer representing the line position for the error |
| srcText | Returns a string containing the line that caused the error |
| url | Returns the url pointing the loaded document |
| filePos | Returns a long integer file position of the error |
利用XSL和ASP实现XML文档在线编辑[05-20]
让Asp与XML交互[05-20]
在IE里应用XML的一个小例子:解决..[05-20]
修改XML[05-20]
修改XML[05-20]
ASP.NET中使用Treeview和XML[05-20]
用asp.net和xml做的新闻更新系统..[05-20]
用asp.net和xml做的新闻更新系统..[05-20]
用asp.net和xml做的新闻更新系统..[05-20]
用asp.net和xml做的新闻更新系统..[05-20]
利用XSL和ASP实现XML文档在线编辑[05-20]
C#怎样才能实现窗体最小化到托盘..[05-20]
全面剖析C#正则表达式[05-20]
正则表达式语法[05-20]
JScript 和 VBScript 正则表达式..[05-20]
正则表达式基础知识[05-20]
TAPI (Telephony application pr..[05-20]
C#里面全角和半角的自由转换[05-20]
C#操作注册表[05-20]
最简单的字符串加密C#实现-移位..[05-20]