When I try to create a Media RSS feed the output is slightly flawed. I get <content></content> tags rather than what I should get <media:content> </media:content>
About 'Media RSS', here is a helpful primer:
http://www.webmonkey.com/tutorial/Use_Media_RSS
The problem I am experiencing is with the output of my Media RSS, which is essentially a new standard allowing multiple media artifacts (like a video and a song) to exist in one item.
The Media element looks like this: <media:content> </media:content>
The output from this RSS Tool Kit looks like this: <content> </content>
otherwise everything works perfectly! I was able to generate a class, load it up with values, but when I emit the XML I don’t get a <media:content /> I get rather a <content /> which just won't work.
Does anyone know if there is a version that will support output RSS in the full Media RSS standard? Anyone know anything about support for Media RSS in this RSS ToolKit?
I'm attaching a text file with; My RSS template, my ASHX code, and my flawed output. Thanks for any help!
Best Regards,
bsteinwand