谁知道ASP怎么样读取XML?

来源:百度知道 编辑:UC知道 时间:2024/05/16 15:02:01
谁知道ASP怎么样读取XML?
读取标准RSS的

dim temXML
set temXML = Server.CreateObject("MSXML2.DOMDocument")
temXML.async = false
temXML.load "X:\XXX.xml" ' 或"http://XXX.com/xx.xml"