Add a custom RSS feed to a page in code? - sharing repeater data as xml with rss feed

Hi;
What is the code to add to the page to share repeater data in XML with the rss feed? or is there an example on this subject?

Hi there,

It’s my understanding you’re trying to populate an RSS feed with a repeater on your site. To implement this you’ll need to use the fetch api to get a json response and use this data to populate your repeater. Keep in mind this will only work if the RSS feed you want to use has a REST interface.

I was able to locate another forum post with a working example you can use as reference. You can also check out this article for further instructions on accessing third party services.

If this is not what you were referring to, please elaborate on what you’d like to achieve, and we’ll take a look for you.

Best regards,
Miguel

Hi;
No, I do not want to get rss from external sources. I want to make an rss feed page for the page where I show the data in the database with a repeater. For data on my web page

1 Like