【发布时间】:2011-03-02 03:59:43
【问题描述】:
我有一些看起来像这样的数据 xml 数据
<root xsi:noNamespaceSchemaLocation="test1.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<configuration>
<CLICK/>
<KLT/>
<DETd/>
</configuration>
</root>
我得到一个配置列表使用
var 结果:XMLList = xml.configuration.*;
现在我想循环遍历 XMLList 并输出 CLICK、KLT、DETd 等,但是我如何在 XML 中获得这样的节点名称
【问题讨论】:
标签: xml apache-flex actionscript-3