I'm trying to agreggate the rss from my managingnews site into a drupal 6 site with the aggregator module and got this error message:

Undeclared entity error at line 60

So no feed are getting in

CommentFileSizeAuthor
#14 test_rss.xml_.txt7.36 KBalex_b
#4 views_rss.patch.txt1.22 KBomega8cc

Comments

alex_b’s picture

Title: rss error on aggregatin somewhere else » Error when aggregating Managing News feeds with aggregator module

We'll need to review the RSS format that MN produces. We create most of them with views_rss.

Which RSS feed did you add to aggregator?

robertgarrigos’s picture

None of them seem to work: http://noticies.consultes.cat/

omega8cc’s picture

Version: 6.x-1.0-beta5 » 6.x-1.0-beta6

I can confirm feeds from MN doesn't validate and doesn't work for aggregation from remote Drupal sites. Also some readers are refusing MN feeds as invalid ( http://feed.informer.com ). Only Google Reader works without any issues with MN.

omega8cc’s picture

StatusFileSize
new1.22 KB

Attached patch fixes all critical issues with MN feeds from views_rss.

Inspired by http://drupal.org/node/607622

David Goode’s picture

Assigned: Unassigned » alex_b

The views rss patch has now been modified and committed. However, there is still an issue with common feed types such as http://news.google.com/?output=rss, where the input contains special invisible characters that are output and that break the rss feed for many readers, including aggregator and firefox's display. Requires more investigation.

BenK’s picture

Keeping track of this thread...

huizache’s picture

I do not get the error, but i do no get the feeds neither:
rss/all/rss.xml?search=biocultural
produces no content in aggregator in drupal 6.

LoveDrupal’s picture

RSS feed from managing news is not compatible with Drupal aggregator. Here comes the error message.

The feed seems to be broken, because of error "200 feed not parseable".

Please fix this soon. Thanks for your help

alex_b’s picture

Version: 6.x-1.0-beta6 » 6.x-1.0-beta8

I assume #7 and #8 are reporting on beta 8 - if not, please upgrade.

huizache’s picture

yes using beta8. No feeds on 2 drupal 6 sites. What do we need to solve this?

flatline2010’s picture

I also noticed the impossibility of aggregating MN feeds with drupal aggregator: what I find is that some characters that are coded as & # ... in the feeds integrated by MN, get transformed into HTML entities by MN (e.g. & agrave) in the exported RSS and this results in illegal xml data ...

alex_b’s picture

Title: Error when aggregating Managing News feeds with aggregator module » RSS feeds not valid (Error when aggregating MN feeds with aggregator module)
alex_b’s picture

Another broken example feed: http://gusherlive.chron.com/rss/all/rss.xml

alex_b’s picture

StatusFileSize
new7.36 KB

#13 breaks because ’ (the replacement for ’) is not valid in XML parsers.

See:

http://www.dwheeler.com/essays/quotes-in-html.html
http://validator.w3.org/feed/check.cgi?url=http://drupal.org/files/test_... (copy of feed in #13).

I have tested Drupal core aggregator and the common syndication parser used in Feeds (and MN as of beta 8).

Working on a fix for views_rss now.

Taxoman’s picture

Version: 6.x-1.0-beta8 » 6.x-1.2

Is this still unresolved in 1.2? If solved, this issues should be closed?