Double dot « XML « Flash / Flex / ActionScript






1.The double-dot operator works for any level of nesting
2.Use the length( ) method to count the number of elements found: trace( items.item.length( ) );
3.Using the Descendant Accessor (..) to make a deep dive to the data without worrying about the path.
4.pull all of the attributes from the entire XML document