Discussion:
cffeed functions
(too old to reply)
TommyMTL
2009-03-09 18:09:55 UTC
Permalink
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
Adam Cameron
2009-03-09 20:43:18 UTC
Permalink
Post by TommyMTL
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!
Did you start by reading the docs?

http://livedocs.adobe.com/coldfusion/8/Tags_f_01.html

Read that lot, and see if you can make sense of it. It's not the best
example of CF documentation I've seen, but it's a starting point.
--
Adam
Loading...