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... > -- ===

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.

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 wrote: >> This was typed straight in. If you look at the second link, it's a >> validation attempt at my feed. It dies on ' which is straight out of >> XMLFormat. > > It looked li

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

2009-01-16 Thread Andy Matthews
ginal 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: <li>Who's the guy who got tboned? What happened to his daughter? .. See the

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

2009-01-16 Thread Raymond Camden
Ah yep, that's the issue:
  • Who'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 wrote: > I'm in

  • 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 ' 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 http://www.figleaf.com

    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 10

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

    2009-01-16 Thread Andy Matthews
    AM 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 ed

    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 Advance

    Using Ray's RSS.cfc and getting invalid feed

    2009-01-16 Thread Andy Matthews
    I'm in the process of finalizing my blog and working on setting up the RSS feed: http://www.andymatthews.net/rss/ I'm getting an error when I try to validate the feed: http://feedvalidator.org/check.cgi?url=http://www.andymatthews.net/rss/ I've gone through and added cdata nodes where applicab