What error do you get? A valid feed is, by definition, valid XML, but sometimes white space gets thrown in by the process of downloading, etc.
On 3/20/07, Tom Avey <[EMAIL PROTECTED]> wrote: > A few weeks ago my feeds from blogger quit working. I'm looking for > coldfusion solutions but looks like xmlparse does not work on blogger feeds. > Anyone having the same problem? Any advice? I'm stumped. > > Here's the code > > <cfhttp url="http://www.fgbc.org/fgbc-world.xml" method="get" /> > > <cfset objRSS = xmlParse(cfhttp.filecontent) /> > > <CFDUMP var="#objRSS#" /> > > It works on non-blogger feeds. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273247 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

