cffeed example
CFFeed Description: Reads or creates an RSS or Atom syndication feed. This tag can read RSS versions 0.90, 0.91, 0.92, 0.93, 0.94, 1.0, and 2.0, and Atom 0.3 or 1.0. It can create RSS 2.0 or Atom 1.0 feeds.
The following cffeed example shows usage of cffeed.
<!--- read in a struct --->
<cffeed action="read" source="atom1.xml" name="myfeed">
<cfoutput>The Feed output from atom1.xml is as below:</cfoutput>
<cfdump var="#myfeed#"><br>
<!--- read in a query --->
<cffeed action="Read" source="atom1.xml" query="feedQuery" >
<br>
<cfoutput>The Feed output from atom1.xml is as below:</cfoutput>
<cfdump var="#myfeed#"><br>
<cffeed action="read" source="atom1.xml" name="myfeed">
<cfoutput>The Feed output from atom1.xml is as below:</cfoutput>
<cfdump var="#myfeed#"><br>
<!--- read in a query --->
<cffeed action="Read" source="atom1.xml" query="feedQuery" >
<br>
<cfoutput>The Feed output from atom1.xml is as below:</cfoutput>
<cfdump var="#myfeed#"><br>
You can download the source using the download button.
Comments
[Add Comment]
# Posted By wewej
| 10/10/08 9:18 AM
# Posted By sdgsdi
| 10/10/08 9:20 AM
# Posted By sdgsdguj
| 10/10/08 9:24 AM
# Posted By sghsdii
| 10/10/08 9:26 AM
# Posted By dfhdfuu
| 10/10/08 9:29 AM
# Posted By mehh
| 10/28/08 10:20 AM
# Posted By mijjn
| 10/28/08 10:22 AM
# Posted By mikk
| 10/28/08 10:24 AM
# Posted By muas
| 10/28/08 10:26 AM
# Posted By polkkk
| 10/28/08 10:27 AM
[Add Comment]
