RSS Playlist
Quick question:
I have all of the files in one directory, so there's no XSS risks, nor are there any MIME issues. I just need to know if this RSS is syntactically correct:
<rss version="2.0" xmlns:jwplayer="http://rss.jwpcdn.com/">
<channel>
<item>
<title>Slide 3</title>
<description></description>
<jwplayer:image />vs3.png</jwplayer:image>
<jwplayer:source file="vs3.mp4" type="mp4" />
<jwplayer:source file="vs3.webm" type="webm" />
<jwplayer:track file="vs3.vtt" kind="captions" default="true" />
</item>
</channel>
</rss>