原本运行正常的ASP页面,今天突然提示:
复制代码 代码如下:
Microsoft VBScript 运行时错误 错误 '800a01a8'
缺少对象: 'xmlDoc.documentElement'
/work/Menu.asp,行 80
复制代码 代码如下:
Set xmlDoc=Server.CreateObject("MicroSoft.XmlDom")
xmlDoc.async = false
xmlDoc.load(Server.MapPath("Menu.xml"))
Set root = xmlDoc.documentElement.selectSingleNode("//index")
复制代码 代码如下:
Response.Write(xmlDoc.xml)
复制代码 代码如下:
<?xml version="1.0" encoding="gb2312"?>
<index>
<catalog target="main">子类11</a>]]></item>
<item><![CDATA[<a href="class1_2.asp" target="main">子类12</a>]]></item>
</catalog>
</index>
><![CDATA[<a href="class2_3" target="main">子类23</a>]]></item>
</catalog>
</index>
新闻热点
疑难解答