将Msxml2.DOMDocument的内容设置为textarea

时间:2011-12-07 17:28:34

标签: vbscript textarea domdocument

使用以下代码,我可以成功加载XML文件。但我想将总内容设置为textarea我该怎么做

Dim xmlDoc, objNodeList, plot
Set xmlDoc = CreateObject("Msxml2.DOMDocument")
xmlDoc.load("\ReadIT.xml")
'I want to set this xmlDoc total content to a textarea

1 个答案:

答案 0 :(得分:0)

xmlDoc.xml将为您提供ReadIT.xml的总xml内容