Closed (fixed)
Project:
Aggregator Summary
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2007 at 12:49 UTC
Updated:
12 Nov 2008 at 06:58 UTC
Hi,
I'm using Aggregator Summary on a customer's site. The customer has been using blogspot.com and wanted to integrate feed blocks into its new site. However, Aggregator Summary failed to extract proper links to feed items due to structure of feed code (entry-tag containing content-tag and link-tag being sibling to each other, appearing in that order). Due to limited use of $element in aggregator_summary_parse_feed() and related callbacks $element was set 'ITEM' at start of entry, but dropped at end of contained content-tag. So I had to add a stack of $element-values to fix this limitation.
Find attached a patch for current release.
Best Regards!
| Comment | File | Size | Author |
|---|---|---|---|
| Aggregator Summary.diff | 2.15 KB | soletan |
Comments
Comment #1
info@zrix.com commented