From f8951544c41df7ae22e9d0f4d0e0b441349215d0 Mon Sep 17 00:00:00 2001 From: ccbikai Date: Sat, 4 Jan 2025 12:21:26 +0800 Subject: [PATCH] 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. --- public/rss.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/rss.xsl b/public/rss.xsl index 3c8becf2..1a9038a9 100644 --- a/public/rss.xsl +++ b/public/rss.xsl @@ -1,4 +1,4 @@ -<xsl:value-of select="$title"/>

This RSS feed for the