Module generator

Source
Expand description

Implements RSS feed generation functionality.

Functionsยง

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