I'm using the syndication feed framework to generate an MRSS feed. I was able to add a custom filed media:group inside the item element.
I'm looking how I can add media:content element inside media:group, here is the sample I would like to generate:
<item>
<media:group>
<media:content> 1 </media:content>
<media:content> 2 </media:content>
</media:group>
</item>
Thanks for any help.