Can anyone see what's the matter with this code? I'm consuming a RSS feed, using the following code ...
[quote] <cfhttp url="http://cybergrass.com/newsrss10.php" method="get"></cfhttp> <cfset objRSS = xmlParse(cfhttp.filecontent)> [/quote] But a CFDUMP of objRSS on the next line gives me the following error: [quote] End of entity not allowed; an end tag is missing. [/quote] The guy generating the feed says he's validated his xml page, and says there's nothing wrong with it. So .... Before I tell him he's wrong, is there anything wrong with my code? Can anyone else get this RSS code satisfactorily? Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

