Skip to main content
Inspiring
November 20, 2006
Question

using cfhttp to read a page and write its contents to a file.

  • November 20, 2006
  • 1 reply
  • 298 views
Hi,

I am trying to get a feed of my ebay store listings to load into froogle. Unfortunately, ebay provides the feed as a website not a file and froogle (via GoogleBase) needs the file to be submitted as an XML file.

Is there a way to use something like cfhttp to load up the page where the feed is located, scan the page and write it's contents into an XML file that I can then load up to GoogleBase???

thanks for the help.
    This topic has been closed for replies.

    1 reply

    ics3djcAuthor
    Inspiring
    November 20, 2006
    ignore me now.... I answered my own question a short while ago.

    for anyone who cares....

    I used CFHTTP to get the page and then used a cffile to write the #cfhttp.filecontent# into the new file!