Yes. This is the way it works:

CFFEED supports multiple platforms of feed types. When you suck down a
feed into a query, you will always get AT LEAST ONE SET OF COLUMNS -
the set being detailed in the CFML Reference for CFFEED.

This set of columns will contain everything possible that an Atom or
RSS feed can return. Because of this - you sometimes have columns you
do not need. You also have columns that will mean something different
if the source is Atom or RSS.

Please see the CFFEED Reference. It has a table that details all the
columns and what they mean.

Be sure to look in the Reference. There is no documentation for CFFEED
in the Developer's Guide. I've also posted a few times on CFFEED on my
blog: http://www.coldfusionjedi.com


On 9/19/07, Jared Legg <[EMAIL PROTECTED]> wrote:
> ok, I am a little confused trying to read an RSS file with CFFEED.
>
> Here is an example of the XML nodes:
> <item>
>        <title></title>
>        <description></description>
>        <date></date>
> </item>
>
> When I do a cffeed read, and then do a dump of the data I get a ton of 
> different columns, but the only one of my nodes I see that is populated is 
> 'title'. My description node is listed under the content column, and date is 
> not listed at all. Anyone have any idea?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288837
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to