I'm trying to use cffeed in ColdFusion 8 to create an RSS 2.0 feed.  I
basically lifted the example from the docs.    I'm running into problems
with the guid field.  I used Feed validator to check what I had
(http://feedvalidator.org/docs/warning/MissingGuid.html) and it told me I
was missing a GUID field.  

I added the field in my code:
<cfset myStruct.item[i].guid = qryRSS.permalink>

And CF told me it had to be a struct.  So if I create a new struct for guid,
what do I use as names to refer to the fields?  I don't think it is clear in
the docs.  Can someone correct me?

I'm not entirely comfortable with structures so if I'm being daft please
point that out gently.  Thanks.

-Nate

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288513
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