RSS parser

Right here's something that's been stumping me, how do you create an RSS parser in Matrix to read external content?


On a basic PHP setup the process is relatively simple (http://plugins.jquery.com/project/jFeed), but with Matrix involved, I can't really figure how to do it…



EDIT: SORTED.

[quote]Right here's something that's been stumping me, how do you create an RSS parser in Matrix to read external content?


On a basic PHP setup the process is relatively simple (http://plugins.jquery.com/project/jFeed), but with Matrix involved, I can't really figure how to do it…



EDIT: SORTED.[/quote]



care to explain how :slight_smile:


The Data package in the SSV version of MySource Matrix has an RSS Data Source asset that connects to an RSS Feed and exposes the items as shadow assets (which can then be listed using the Asset Listing asset).