Converting a YouTube playlist into an RSS feed using XSLT

fredericko

New Member
So for the past couple weeks, I've been working on some code that will convert a YouTube playlist's XML into a well laid-out RSS feed. I've got the code (mostly) working, but now I'm not sure how to implement it.So far, I've been testing the code using a static version of the YouTube XML and an XSLT debugger. However, I would like the feed to update automatically, so I need a way to pull from the YouTube XML.As I envision it, I would create an XML document that links to the XSL stylesheet, and then pulls from the YouTube XML. However I have no idea if this is doable, or if there's a better way of doing it. Does anyone have any suggestions?
 
Back
Top