Re: Using Ray's RSS.cfc and getting invalid feed

2009-01-16 Thread Cutter (CFRelated)
I had issue at one time with my feed. Turned out to be an invalid, non-display character appearing in the feed. Something from copy and pasting something into the backend editor. C P from direct from some code editors might do this... Steve Cutter Blades Adobe Certified Professional Advanced

RE: Using Ray's RSS.cfc and getting invalid feed

2009-01-16 Thread Andy Matthews
To: cf-talk Subject: Re: Using Ray's RSS.cfc and getting invalid feed I had issue at one time with my feed. Turned out to be an invalid, non-display character appearing in the feed. Something from copy and pasting something into the backend editor. C P from direct from some code editors might do

Re: Using Ray's RSS.cfc and getting invalid feed

2009-01-16 Thread Raymond Camden
If you are on CF8, you should probably use the builtin CFFEED instead of my CFC. Not saying my CFC is broken (it happens), but it may be simpler. I'll take a look at your feed validation results next. Cutter definitely has a point too about watching out for 'bad' chars. On Fri, Jan 16, 2009 at

Re: Using Ray's RSS.cfc and getting invalid feed

2009-01-16 Thread Dave Watts
This was typed straight in. If you look at the second link, it's a validation attempt at my feed. It dies on apos; which is straight out of XMLFormat. It looked like it was dying on the unknown character immediately after that, actually. Dave Watts, CTO, Fig Leaf Software

Re: Using Ray's RSS.cfc and getting invalid feed

2009-01-16 Thread Raymond Camden
Ah yep, that's the issue: lt;ligt;Whoapos;s the guy who got tboned? What happened to his daughter? . See the crap after apos? rss.cfc tries to clean input as much as possible, but it missed this one. Just edit and remove the bad char. On Fri, Jan 16, 2009 at 10:32 AM, Andy Matthews

RE: Using Ray's RSS.cfc and getting invalid feed

2009-01-16 Thread Andy Matthews
Message- From: Raymond Camden [mailto:rcam...@gmail.com] Sent: Friday, January 16, 2009 11:07 AM To: cf-talk Subject: Re: Using Ray's RSS.cfc and getting invalid feed Ah yep, that's the issue: lt;ligt;Whoapos;s the guy who got tboned? What happened to his daughter? .. See the crap after apos

Re: Using Ray's RSS.cfc and getting invalid feed

2009-01-16 Thread Raymond Camden
Yeah ditto Dave. It's the funky char. I bet its a long dash or somesuch. On Fri, Jan 16, 2009 at 11:06 AM, Dave Watts dwa...@figleaf.com wrote: This was typed straight in. If you look at the second link, it's a validation attempt at my feed. It dies on apos; which is straight out of XMLFormat.

RE: Using Ray's RSS.cfc and getting invalid feed

2009-01-16 Thread Andy Matthews
Sure enough it does, and it was super easy to convert over to cffeed. Thanks for the tip Ray! -Original Message- From: Andy Matthews [mailto:li...@commadelimited.com] Sent: Friday, January 16, 2009 11:16 AM To: cf-talk Subject: RE: Using Ray's RSS.cfc and getting invalid feed Yep... I

Re: Using Ray's RSS.cfc and getting invalid feed

2009-01-16 Thread Raymond Camden
! -Original Message- From: Andy Matthews [mailto:li...@commadelimited.com] Sent: Friday, January 16, 2009 11:16 AM To: cf-talk Subject: RE: Using Ray's RSS.cfc and getting invalid feed Yep... -- === Raymond Camden