Format dates using an external php function
[tweeper.git] / twitter_user_timeline2rss.xsl
index 79d1662..b70cd07 100644 (file)
@@ -19,7 +19,9 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <xsl:stylesheet version="1.0"
-    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+    xmlns:php="http://php.net/xsl"
+    xsl:extension-element-prefixes="php">
 
     <xsl:output method="xml" indent="yes"/>
 
@@ -43,7 +45,7 @@
                 <xsl:value-of select="$twitterBaseURL"/><xsl:value-of select=".//a[@class='details with-icn js-details']/@href"/>
             </link>
             <pubDate>
-                <xsl:value-of select=".//small[@class='time']//span/@data-time"/>
+                <xsl:value-of select="php:functionString('formatDate', .//small[@class='time']//span/@data-time)"/>
             </pubDate>
             <description>
                 <xsl:call-template name="tweet"/>