Can someone explain to me the XML object's structure? I look at the example and the help and I do not get why I'm getting an error every time I do:

Code:
if (xmlFile.loaded)
{
	element ("Edit 5").text = xmlFile.childNodes[0].childNodes[0].attributes["title"];
}
Object is not an array on line 3 element ("Edit 5").text = xmlFile.childNodes[0].childNodes[0].attributes["title"]
1 errors found
...Why???