using namespaces in XML

Ok, I lost my friday evening on this one. using namespaces in AS3 and XML. You can get the namespace using namespaceDeclarations. that's step 1. if you need to find node X you MUST type namespace::X. if you don't your query will return empty and you will be left clueless!