Re: Parsing Blogger Feeds

2007-03-21 Thread Rob Wilkerson
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

Re: Parsing Blogger Feeds

2007-03-21 Thread Tom Avey
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: I was using magpierss, a php script but it began to not fetch new feeds from blogger and only read from

Re: Parsing Blogger Feeds

2007-03-21 Thread Rob Wilkerson
If you're using PHP5, you can use SimpleXML to parse your feed. There's a decent explanation at http://blog.stuartherbert.com/php/2007/01/07/using-simplexml-to-parse-rss-feeds/. If you're still looking to move to CF, the look at Ray Camden's RSS.cfc. I don't have a URI, but check riaforge.com or

Parsing Blogger Feeds

2007-03-20 Thread Tom Avey
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