cffeed

Images in rss feed using ColdFusion and CFFeed

喜欢而已 提交于 2019-12-24 08:44:17
问题 I have a script that generates an xml file with ColdFusion and its CFFeed tag. It works pretty good except for images. I understand that you have to use encapsulate the image in CDATA in order to display it. I am not sure if I have set it up correctly because the images are not showing up in my Google Reader / Feedly feed. Here is the code: <cfquery datasource="data" name="queryT"> SELECT * FROM qTable WHERE ... ORDER BY... </cfquery> <cfset RssStruct = StructNew() /> <cfset RssStruct.link =