x = new XML();
Why can't I get the value when finish loading?
trace ( x.firstChild.childNodes[0].firstChild.nodeValue);
I am not that comfortable with XML yet.
XML structure:
<page id="id" author="authot" date="date" content="content" swf="swf.swf">
<title>Title</title>
<body>Body</body>
</page>
Thanks in advance,
T
