As with most people im new to this AS3 thing, I have been using flash for a while and also recently been dropped into flex, if someone could clarify if the syntax im using to traverse an XML is correct? my ‘where’ clause is the id of the content but i then need to get the name of the parent node?
var str2:String = xmlPropertyDataObjects.Property.Category.Scene.Content.(@ID == currentPresentationItem)[0].parent.@Name;
thanks in advance, ive been using this site for years, the tutorials are ace!