Feature Request #72
make xml_dump available as a string
| Status: | New | Start: | 2008-04-30 | |
| Priority: | Low | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Data Access | |||
| Target version: | 1.3 | |||
Description
In order to make my caching and fetching scheme more efficient, I had a need to know whether a feed had changed. So what I was doing was taking an MD5 hash of the sanitised output storing it and comparing it. Two things would make this easier. The fetching scheme is to back off collection if the feed is changing much and fetch more frequently if it keeps changing.
1) Providing xml_dump as a string that can be queried rather than echoing it out as a web page. Somewhere around line 1778 set a public variable $this->clean_source = $data;
2) Expose something in the cacheing scheme to tell the program if the feed has changed.
History
Updated by Geoffrey Sneddon 796 days ago
- Status changed from Unconfirmed to New
- Priority changed from Medium to Low
- Target version set to 1.2
Updated by Geoffrey Sneddon 660 days ago
- Category changed from Data Input to Data Access
Updated by Geoffrey Sneddon 429 days ago
- Target version changed from 1.2 to 1.3