Sample structure:
http://www.itconversations.com/rss/cate ... litics&e=1
It is RSS 2.0, but what should be done with enclosure url=" and other tags.
Any sample/idea?
PHP4: How to parse podcast XML?
Moderator: General Moderators
- jasonjohnson
- Forum Newbie
- Posts: 6
- Joined: Wed Jan 18, 2006 9:21 am
- Location: Dallas, TX, USA
You should go get 'em! The tag in question contains more than enough information to allow the download of your podcasts. If you have a decent representation of the document using something like XML::Tree or XML::RSS, you should be able to apply a very simple script to its structure in memory to download and catalog each file.
But what is it you're looking to do, exactly?
But what is it you're looking to do, exactly?