Commit Graph

2 Commits

Author SHA1 Message Date
ccbikai
f8951544c4 fix(rss): add atom namespace to RSS XSL stylesheet
Adds xmlns:atom namespace declaration to the XSL stylesheet to support Atom feed elements and ensure proper XML namespace resolution

This enables handling of Atom elements within RSS feeds while maintaining compatibility with existing RSS functionality.
2025-01-04 12:21:26 +08:00
ccbikai
876ba3e9a2 refactor: optimize RSS feed generation
Switches from getRssString to modern rss helper function
Moves XSL stylesheet to dedicated static file
Improves code organization and maintainability

Simplifies RSS feed configuration while maintaining beautification option
2025-01-01 19:03:22 +08:00