Hi,

OK, the first 2 are being found because of the '&ouml' entity in the title
attribute.

This throws the following error: *Entity 'ouml' not defined in ....*

Each link findFeeds finds gets passed to simplexml_load_string(), this
function is returning false because of the undefined entity. I think its an
error on the feed makers part.

Dan.

On 25 May 2010 15:48, Stefan Sturm <[email protected]> wrote:

> Hallo Daniel,
>
> thanks for your answer. I allready did this, but I can't find anything.
> Here is the code from the page( www.torfabrik.de ):
>
> <!-- BEGIN: RSS-Feeds von TORfabrik.de //-->
> <link rel="alternate" type="application/rss+xml" title="RSS-Feed:
> Profiabteilung von Borussia M&ouml;nchengladbach"
> href="http://torfabrik.de/profis/rss.xml"; />
> <link rel="alternate" type="application/rss+xml" title="RSS-Feed:
> Nachwuchsabteilung von Borussia M&ouml;nchengladbach"
> href="http://torfabrik.de/nachwuchs/rss.xml"; />
> <link rel="alternate" type="application/rss+xml" title="RSS-Feed:
> Einwurf | Kommentare von TORfabrik.de"
> href="http://torfabrik.de/einwurf/rss.xml"; />
> <link rel="alternate" type="application/rss+xml" title="RSS-Feed:
> Querpass | Abseits der Borussia"
> href="http://torfabrik.de/querpass/rss.xml"; />
> <link rel="alternate" type="application/rss+xml" title="RSS-Feed:
> Kurzpass | direkt &amp; kompakt"
> href="http://torfabrik.de/kurzpass/rss.xml"; />
> <!-- END: RSS-Feeds von TORfabrik.de //-->
> He finds only the last 3 feeds, not the first 2...
>
> And here from another page( www.mactechnews.de ):
> <link href="../rss/news.request" rel="alternate"
> type="application/rss+xml" title="News" />
> <link href="../rss/journals.request" rel="alternate"
> type="application/rss+xml" title="Journals" />
> <link href="../rss/forumthreads.request" rel="alternate"
> type="application/rss+xml" title="Forum" />
> Here he only finds the first feed and not the last two...
>
> Perhaps somebody can find a difference...
>
> Thanks and greetings,
> Stefan Sturm
>
> 2010/5/25 Daniel Latter <[email protected]>:
> >
> >
> > ---------- Forwarded message ----------
> > From: Daniel Latter <[email protected]>
> > Date: 25 May 2010 15:25
> > Subject: Re: [fw-general] Re: Zend_Feed findFeeds don't find all feeds on
> a
> > page
> > To: Stefan Sturm <[email protected]>
> >
> >
> > Look at the 2 feeds it doesnt find and see if you can spot a pattern.
> >
> > What the difference between the feeds it finds and the feeds it doesnt.
> >
> > Maybe these will give you more answers.
> >
> >
> > On 25 May 2010 15:08, Stefan Sturm <[email protected]>
> wrote:
> >>
> >> Hallo,
> >>
> >> no one with an Idea on this?
> >>
> >> Greetings,
> >> Stefan Sturm
> >>
> >> 2010/5/20 Stefan Sturm <[email protected]>:
> >> > Hello,
> >> >
> >> > I try to find all feeds of a page using Zend_Feed::findFeeds().
> >> > But it does not find all feeds from a page. Take this example:
> >> > http://www.torfabrik.de
> >> >
> >> > findFeed shows me 3 feeds, but there are 5 feeds on ths site...
> >> >
> >> > What can be the problem here?
> >> >
> >> > Thanks and greetings,
> >> > Stefan Sturm
> >> >
> >
> >
> >
>

Reply via email to