roots
root
monbre
root
root
monbre
root
roots
function myOnLoad(success:Boolean) {
if (success) {
var rootNode:XMLNode = this.firstChild;
var a:Array = XPath.selectNodes(this, '//root');
Alert.show(XPath.selectSingleNode( rootNode.firstChild,"Nombre").firstChild.nodeValue)
for (i=0; i < a.length;i++){
datosProcesos.addItem({ Nombre: XPath.selectSingleNode( rootNode.firstChild,"Nombre")[i].firstChild.nodeValue });
}