Hi,

I'd like to suggest, that all strings parsed by the Feed component should be 
trimmed. By now I have to put a trim() around each element I read from 
ezcFeed, which is quite annoying.

I've found feeds looking like this:

<item>
        <title>
                some title
        </title>
        <link>
                http://...      
        </link>

So when I take $feed->item[0]->link it starts with a line-break and a tab 
before the url.

How do you think about that? May I provide a patch?

I made a new patch for issue
#013949: cleanups in Feed
Could you please apply it so that I can make other patches on top of it?

Best regards, Thomas
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to