rss_gen

Module generator

Source
Expand description

Implements RSS feed generation functionality.

Functionsยง

  • Generates an RSS feed from the given RssData struct.
  • Sanitizes the content by removing invalid XML characters and escaping special characters.
  • Writes an XML element with the given name and content.