Ver originalvar fotos = xml.getElementsByTagName("foto");for( i = 0; i < fotos.length; i++ ) { alert(fotos[i].firstChild.data);}