Active
Project:
Managing News
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
23 Oct 2009 at 15:07 UTC
Updated:
12 Mar 2012 at 13:13 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | test_rss.xml_.txt | 7.36 KB | alex_b |
| #4 | views_rss.patch.txt | 1.22 KB | omega8cc |
Comments
Comment #1
alex_b commentedWe'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?
Comment #2
robertgarrigos commentedNone of them seem to work: http://noticies.consultes.cat/
Comment #3
omega8cc commentedI 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.
Comment #4
omega8cc commentedAttached patch fixes all critical issues with MN feeds from views_rss.
Inspired by http://drupal.org/node/607622
Comment #5
David Goode commentedThe 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.
Comment #6
BenK commentedKeeping track of this thread...
Comment #7
huizache commentedI 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.
Comment #8
LoveDrupal commentedRSS 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
Comment #9
alex_b commentedI assume #7 and #8 are reporting on beta 8 - if not, please upgrade.
Comment #10
huizache commentedyes using beta8. No feeds on 2 drupal 6 sites. What do we need to solve this?
Comment #11
flatline2010 commentedI 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 ...
Comment #12
alex_b commentedComment #13
alex_b commentedAnother broken example feed: http://gusherlive.chron.com/rss/all/rss.xml
Comment #14
alex_b commented#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.
Comment #15
Taxoman commentedIs this still unresolved in 1.2? If solved, this issues should be closed?