Ämne: ASP och XML
Visa ett inlägg
Oläst 2007-11-22, 10:49 #6
Skatan Skatan är inte uppkopplad
Medlem
 
Reg.datum: Apr 2007
Inlägg: 182
Skatan Skatan är inte uppkopplad
Medlem
 
Reg.datum: Apr 2007
Inlägg: 182
Testa med MSXML2.Domdocument.4.0 istället.

dim xmlDom, nodeCol, oNode, oChildNode
set xmlDom = Server.CreateObject("MSXML2.Domdocument.4.0")

call xmlDom.setProperty("ServerHTTPRequest", true)
xmlDom.async = false
call xmlDom.load("http://www.adressen.se/filen.xml")
Skatan är inte uppkopplad   Svara med citatSvara med citat