|
-
XML, can't get value
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|