macromedia.coldfusion.getting_started
[Top] [All Lists]

cffeed functions

Subject: cffeed functions
From: "TommyMTL"
Date: Mon, 9 Mar 2009 18:09:55 +0000 UTC
Newsgroups: macromedia.coldfusion.getting_started

Hi, 

 I am trying to grab and manipulate display of a feed produced by remote 
location.

 I can read content usign :
 <cffeed
     action = "read"
     source = "http://www.meteo.gc.ca/rss/city/qc-15_f.xml";
     name = "structure"
     ignoreEnclosureError = "yes"
     overwrite = "yes"
     overwriteEnclosure = "yes">


 But I have no clue on how to display it on my page where I can manipulate not 
the content but the look of it!

 How would I do that!

 many thanks


<Prev in Thread] Current Thread [Next in Thread>