Changeset 776
- Timestamp:
- 06/29/08 06:06:30 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ActionStreams/plugins/ActionStreams/doc/recipe-guide.txt
r728 r776 114 114 Most services don't yet publish their members' actions as such, so even if you can collect from a nice standard web feed, the feed content will need some massaging. There are three main kinds of collectors at your disposal: XML feeds, HTML scrapers, and custom collectors. 115 115 116 #### XML feeds ### 116 #### XML feeds #### 117 117 118 118 It's easy to collect data from XML feeds. Action Streams accepts recipes using XPath syntax. For example, you might collect data from del.icio.us' RSS feeds with an `xpath` recipe:
