Re: XML + ASP

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Bob Barrows [MVP] (reb01501_at_NOyahoo.SPAMcom)
Date: 06/01/04


Date: Tue, 1 Jun 2004 08:40:42 -0400

Robert J Egan wrote:
> Hi i'm trying to search a remote website page. The form returns xml
> information, though the page extension is missing. I retrieve the
> information and write it to the screen. So far so good - However i
> cannot format this information in anyway. A copy of the returned
> information saved to my server results in the xml data being
> formatted and displayed as intended! Can anyone explain to me why one
> would work but not the other.
>
> Regards
>
> Robert Egan
>
> -- Code Below --
>
> str_HC_url - variable formed from form information
>
> xml.Open "GET", str_HC_url , false - line of code used - does not work
>
> The above brings back info but cannot be formatted using code below.
>
> Set xml = Server.CreateObject ("Microsoft.XMLHTTP")

Since this is server-side code, you should be using ServerXMLHTTP instead of
XMLHTTP.

Bob Barrows

-- 
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


Relevant Pages

  • Re: Ada Component Registry proposal
    ... the XML document was not something I would be comfortable posting, ... <!-- Version 0.2 Doctype Copyright 2003 by Robert I. Eachus, ... <!ELEMENT Description (#PCDATA)> ... Quality is scientific reality. ...
    (comp.lang.ada)
  • Re: Ada Component Registry proposal
    ... is the semantic equivalent of a collection of Ada types would ... Robert I. Eachus Wrote: ... the XML document was not something I would be comfortable posting, ... Quality is scientific reality. ...
    (comp.lang.ada)
  • Re: XML and Office 2003
    ... > Robert Hicks wrote: ... >> create a valid Excel formatted document. ... >> valid XML document that Excel will load as a spreadsheet. ... I am trying it...looking at the Oratcl examples on the wiki I would ...
    (comp.lang.tcl)
  • RE: Printing SLX
    ... "Robert" wrote in ... >>What I do is save the SLX as XML, ... > then I wrote an app that will parse the XML and spit out ... I'd definitely use the build log - SLX files saved as XML files can be ...
    (microsoft.public.windowsxp.embedded)