This patch replaces the existing aggregator parser with a SimpleXML based solution.
It is part of the larger effort of improving Drupal's core aggregator. (The plan now is to create patches and open issues for every portion in the initial big patch here #236237 ).
- RSS/Atom/RDF
- Supports namespaces, enclosures
- Based on SimpleXML
- Doesn't require an external library
- Only conditionally loaded
| Comment | File | Size | Author |
|---|---|---|---|
| aggregator_simplexml.patch | 19.59 KB | aron novak |
Comments
Comment #1
robin monks commentedWhen using http://robinmonks.com/feed as the feed, and then updating the feed:
Robin
Comment #2
alex_b commentedAron, is this issue duplicate of #72915: Mofe feed parser to includes/feed.inc now? http://drupal.org/node/72915#comment-992724
Please mark as duplicate if that's the case.
Comment #3
aron novakhttp://drupal.org/node/72915#comment-992724
Comment #4
aron novak