ActionScriptでnodeValue
がnull
になってしまい、苦戦しました。
<foo>
<bar>hoge</bar>
</foo>
をXMLオブジェクトtheXML
に読み込んだ時、bar
ノードのnodeName
は
theXML.firstChild.firstChild.nodeName
だが、bar
ノードのnodeValue
は
theXML.firstChild.firstChild.firstChild.nodeValue
となる。
ウ〜ン。。。