ActionScriptでnodeValuenullになってしまい、苦戦しました。

<foo>
<bar>hoge</bar>
</foo>

をXMLオブジェクトtheXMLに読み込んだ時、barノードのnodeName

theXML.firstChild.firstChild.nodeName

だが、barノードのnodeValue

theXML.firstChild.firstChild.firstChild.nodeValue

となる。

ウ〜ン。。。