<% Set doc = CreateObject("Microsoft.XMLDOM") doc.Async = False doc.Load(Server.MapPath("importxml.xml")) Response.Write "" Set doc = Nothing %>