Código Javascript
:
Ver original$( function(){
            $.ajax({
            url: 'xml.xml',
            dataType: 'xml',
                success: function(data) {
                     valores = $(data).find('a2011 Valores');
                     valores.each( function(){
                         alert( $(this).attr('id') );
                     });
                }
            });
        });
  
Es como buscar elementos html