trovato or ora, Pietro

FF non ha .text, ma .textContent
con una funzione del genere, fuori, indipendente da leggiNodi()
codice:
function getNode(x){
	while(x.nodeType!=1){x=x.nextSibling;}
	return x;
}
var valoreNodo = getNode(getNode(myXML.childNodes[1]).childNodes[indice]).textContent
dovrebbe restituirti quello che cerchi