Add a new element to the RSS Feed Creator

Hi,

Is there a way to add a new element in the RSS feed generated using Feed creator?

I’m trying to add an element “enclosure” to my RSS feed. I tried adding below code to my beans but don’t see it working.

@SyndicationElement(type = FeedType.RSS, name = "enclosure", transformer = PathLinkResolver.class)
public String getmedia() {
    return "https://s3.amazonaws.com/ImageCloud/rss/audio.mp3";
}

Any help would be much appreciated.

Thank You,
RK