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.