最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
遍历XML文档返回二维数组(ASP)(更新版)
时间:2022-07-02 23:38:07 编辑:袖梨 来源:一聚教程网
<% on error resume next
'问题没处理
'xmlfile = "???.xml"
Set xml = Server.CreateObject("MSXML.DOMDocument")
xml.async = false
xml.load(xmlfile)
Public Function PrettyPrint(node,tabLevel)
on error resume next
If node.nodeName <> vbNullStrin And node.nodeName <> "#text" Then
PrettyPrint = PrettyPrint & tabLevel & "[sp2]0[sp2]" + node.nodeName + "[sp1]"
For Each i In node.Attributes
pstr = pstr + i.Name + "=" + i.Value + " "
Next
PrettyPrint = PrettyPrint & tabLevel & "[sp2]2[sp2]" + pstr + "[sp1]"
End If
If node.hasChildNodes Then
For Each childNode In node.childNodes
tabLevel=tabLevel+1
PrettyPrint = PrettyPrint + PrettyPrint(childNode, tabLevel)
Next
Else
PrettyPrint = PrettyPrint & tabLevel-1 & "[sp2]1[sp2]" + node.Text + "[sp1]"
End If
End Function
Public Function ShowXml(s)
on error resume next
ta = split(s,"[sp1]")
k = ubound(ta)-1
'response.write "sta(" &k &",2)
"
redim sta(k,2)
for i = 0 to k
ta2 = split(ta(i),"[sp2]")
cs1 = ta2(0)
cs2 = ta2(1)
cs3 = ta2(2)
'Response.write "sta(" & cs1 & "," & cs2 & ") = " & cs3 & "
"
sta(cs1,cs2) = cs3
Next
ShowXml = sta
End Function
相关文章
- 实用伴唱app下载推荐 热门伴唱软件排行榜 07-30
- 免费视频提取软件合集 值得推荐的视频提取软件盘点 07-30
- 有哪些软件英语推荐 值得推荐的英语app盘点 07-30
- 日结临时工app哪个平台靠谱 真实可靠的日结临时工app推荐 07-30
- ai做ppt一键生成工具推荐 ai做ppt一键生成工具有哪些 07-30
- 学泰语的app哪个更好 学泰语的app实用分享 07-30