A ver, para crear el objeto, con esto te basta
Código Javascript
:
Ver originalvar xmlhttp;
if (window.XMLHttpRequest)
{// IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new XMLHttpRequest();
}
else
{// IE6, IE5
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
Luego, dónde y como está abriendo el XML? y cual es su estructura?
Saludos