From: Antonio Ospite Date: Sat, 6 Jul 2013 23:22:47 +0000 (+0200) Subject: Embed the full HTML content of the tweet in the description field X-Git-Tag: v0.1~35 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/1c17fb1edd46f24311fa2e4ad97be6ff46fd3156 Embed the full HTML content of the tweet in the description field Use CDATA to embed the exact copy of an element; it is neat and we get click-able links in the feed reader for free. --- diff --git a/twitter_user_timeline2rss.xsl b/twitter_user_timeline2rss.xsl index b70cd07..6d72ceb 100644 --- a/twitter_user_timeline2rss.xsl +++ b/twitter_user_timeline2rss.xsl @@ -31,15 +31,12 @@ - - - : - - + - <xsl:call-template name="tweet"/> + <xsl:value-of select="concat($screen-name, ': ')"/> + <xsl:value-of select="$tweet-text"/> @@ -48,7 +45,10 @@ - + + <![CDATA[ + + ]]>