bastante raro .... jajajaja [email protected]
aer ... sobre el tema en custion.
Si tienes un documento .xml que cargar se hace
Set XmlDom = Server.CreateObject("MSXML2.DOMDocument")
XmlDom.load("../xml/XmlDoc.xml")
y si el xml lo tienes grabado dentro de una variable (x ej "XmlDoc") se hace
Set XmlDom = Server.CreateObject("MSXML2.DOMDocument")
XmlDom.loadXml(XmlDoc)
ahora..... niunca habia probado eso que me dices ... mmm seria interesante probar pasandole la url onda asi:
Set XmlDom = Server.CreateObject("MSXML2.DOMDocument")
XmlDom.load("http://www.otrodominio.com/consulta.asp?asunto=24&problema=11
")
si funciona un

para mi ...sino ....