try this:
var xml:XML = new XML(inputXML.text); // get the xml
var ns:Namespace = xml.namespace(); // extract the default
namespace
trace('folder13:',xml..ns::folder.(id ==13)); // use it in the
E4X expressionhth julio

