asp xml, como soluciono este problema

10/05/2006 - 17:05 por Mark | Informe spam
habro un archivo xml con el siguiente codigo

urlxml= "http://www.dominio/datos.xml"


sScript = Request.ServerVariables("SCRIPT_NAME")
Dim xmldoc,nodeList,node,i,j ,xmlHttp,RSSXML
Set xmlHttp= Server.CreateObject("Microsoft.XMLHTTP")
xmlHttp.Open "Get", UrlXML, false
xmlHttp.Send()
Set xmldoc = Server.CreateObject("Microsoft.XMLDOM")
xmldoc.async = false
xmldoc.loadXML ( xmlHttp.ResponseXML.xml )
if xmldoc.parseError.errorCode=0 Then


para unos servidores los archivos xml los hable bien
otros de otro servidor no los habre, me sale error. pero los habro con el
explorador y los reconoce como bien formados

que sera el error?

gracias por la ayuda

Preguntas similare

Leer las respuestas

#1 Nuno Santos
10/05/2006 - 17:30 | Informe spam
Tenta con:
Set xmlHttp= Server.CreateObject("Msxml2.XMLHTTP")
en vez de
Set xmlHttp= Server.CreateObject("Microsoft.XMLHTTP")


NS


Nuno Santos
nunos7[REMOVER]@hotmail.com

"Mark" wrote in message
news:
habro un archivo xml con el siguiente codigo

urlxml= "http://www.dominio/datos.xml"


sScript = Request.ServerVariables("SCRIPT_NAME")
Dim xmldoc,nodeList,node,i,j ,xmlHttp,RSSXML
Set xmlHttp= Server.CreateObject("Microsoft.XMLHTTP")
xmlHttp.Open "Get", UrlXML, false
xmlHttp.Send()
Set xmldoc = Server.CreateObject("Microsoft.XMLDOM")
xmldoc.async = false
xmldoc.loadXML ( xmlHttp.ResponseXML.xml )
if xmldoc.parseError.errorCode=0 Then


para unos servidores los archivos xml los hable bien
otros de otro servidor no los habre, me sale error. pero los habro con el
explorador y los reconoce como bien formados

que sera el error?

gracias por la ayuda
Respuesta Responder a este mensaje
#2 Mark
10/05/2006 - 18:48 | Informe spam
hice lo que me dijiste pero no funciona, noto que si ejecuto el siguiente
codigo

Set xmlHttp= Server.CreateObject("Msxml2.XMLHTTP")
Set xmlHttp= Server.CreateObject("Msxml2.XMLHTTP")
xmlHttp.Open "get", UrlXML, false
xmlHttp.Send()
Response.Write " " & xmlhttp.ResponseXML.xml & " " & xmlhttp.responsetext



el el servidor que funcuiona en las dos variables me imprimen lo
mismo(xmlhttp.ResponseXML.xml , xmlhttp.responsetext),

y en el servidor que no me funciona me imprime solo la
segunda(xmlhttp.responsetext)
Respuesta Responder a este mensaje
#3 Nuno Santos
11/05/2006 - 10:13 | Informe spam
Coloca un tratamiento de erros en la página y después coloca aqui el erro
que obtienes!

NS


Nuno Santos
nunos7[REMOVER]@hotmail.com

"Mark" wrote in message
news:
hice lo que me dijiste pero no funciona, noto que si ejecuto el siguiente
codigo

Set xmlHttp= Server.CreateObject("Msxml2.XMLHTTP")
Set xmlHttp= Server.CreateObject("Msxml2.XMLHTTP")
xmlHttp.Open "get", UrlXML, false
xmlHttp.Send()
Response.Write " " & xmlhttp.ResponseXML.xml & " " &
xmlhttp.responsetext



el el servidor que funcuiona en las dos variables me imprimen lo
mismo(xmlhttp.ResponseXML.xml , xmlhttp.responsetext),

y en el servidor que no me funciona me imprime solo la
segunda(xmlhttp.responsetext)
email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida