Skip to main content
Inspiring
March 9, 2009
Question

cffeed functions

  • March 9, 2009
  • 1 reply
  • 549 views
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 part of it on my page where I can manipulate not the content but the look of it not has a XML file but like output data



How would I do that!

many thanks
This topic has been closed for replies.

1 reply

Inspiring
March 9, 2009
> 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