GET节点没有循环XML响应

时间:2013-05-28 18:51:14

标签: asp-classic

我有像这样的xml响应:

<result><message>Email does not exist</message></result>

我只想获得消息节点“电子邮件不存在”的文本。

我正在使用“MSXML2.DOMDocument”组件

1 个答案:

答案 0 :(得分:0)

xmlDoc.setProperty "SelectionLanguage", "XPath"
node = xmlDoc.selectSingleNode("/result/message").innerText