xml parser
-
When I execute this VBscript I get the following error. Does anyone have an idea how to resolve this issue? The xml it tries to parser is down below labled xml file. Thanks. '*********************************** xml parser CODE******************************* Set xmlDoc = Server.CreateObject("MSXML2.DOMDocument") xmlDoc.async = False xmlDoc.setProperty "ServerHTTPRequest", true xmlDoc.loadXML(objHttp.responseText) xmlDoc.loadXML(sOutPut) Response.write sOutPut.documentElement.selectSingleNode("ebrary_username") ************************************ XML FILE bry_teets7etrfr1ss8s ************************************ ERROR MESSAGE -------------------------------------------------------------------------------- Invalid at the top level of the document. Error processing resource ... Parsing Error......