GuidePlatformv1
RSS Feeds
Learn how to generate and format an RSS feed for your blog or news articles using assemblies. This document provides an example using the Emit RSS Feed module and the Data Nodes - Serialize module to save the feed contents as a file on the server. Improve
An RSS feed is an XML file with a standardized structure, typically used for blog or news articles.
Assemblies can be built that generate RSS feeds:

In this example, the Emit RSS Feed module is used to format the feed output.
The Data Nodes - Serialize module then extracts the RSS feed contents as a string and saves it to a file on the server using the Write to server file module.
Related docs
Last updated April 4, 2026