Create RSS feed

I would like to create a special page which will be used as a RSS feed to an App. Is this possible? Or should I go for a different solution? If so, does anyone here have experience with that?

The page displays an RSS feed? Then yes I believe you can do this with Javascript, I haven’t done it this way myself.

If you meant that the page is to provide a feed, different story, RSS feeds work using XML files.

1 Like

That’s not possible with JavaScript. Must be a server side solution.

With using the Volt CMS blog, you get automatically also a RSS feed. One item per post.

See this topic at the bottom:

2 Likes

Really? I’m sure I’ve read you could fetch and parse an XML feed via JavaScript. I think you can run into cross origin problems though.

I understand he wants to create and not read a RSS feed.

Fetching is of course possible with JavaScript. Producing a XML with help of client side JavaScript isn’t doable.

1 Like

Reading an existing RSS feed, or generating a RSS feed (XML) to be read by others?

1 Like

Correct, I want to create a RSS feed, so others can read it. It will be mainly used to feed a mobile app…

2 Likes

Volt looks like a fantastic solution. T H A N K S!!!

2 Likes

Yeah that was my question. Which way around was it.

Cool thanks :grin:

2 Likes