From: Antonio Ospite Date: Fri, 27 Feb 2015 12:24:25 +0000 (+0100) Subject: rss_converter_twitter.com.xsl: improve the naming of some variables X-Git-Tag: v0.4~44 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/c8a331073955c3185e0cbeb5c8eed81ef2d9ca5c?hp=efe782e0c9829336f31843a9d0bf9af570776ffb rss_converter_twitter.com.xsl: improve the naming of some variables Use item-content and item-permalink instead of tweet-text and tweet-link, this way other stylesheets can use the same names resulting in more consistency. --- diff --git a/rss_converter_twitter.com.xsl b/rss_converter_twitter.com.xsl index 82a16a7..182fbc0 100644 --- a/rss_converter_twitter.com.xsl +++ b/rss_converter_twitter.com.xsl @@ -40,17 +40,17 @@ - - + + - <xsl:value-of select="concat($user-name, ': ', $tweet-text)"/> + <xsl:value-of select="concat($user-name, ': ', $item-content)"/> - + - + @@ -59,11 +59,11 @@ <![CDATA[ - + ]]> - +