Question
cffeed functions
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
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
