X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/7f80e1efb56d6ac3186962cbe658d129b84a33cd..b187bb677361d17a468abf749332d081a194b4bd:/rss_converter_dilbert.com.xsl diff --git a/rss_converter_dilbert.com.xsl b/rss_converter_dilbert.com.xsl deleted file mode 100644 index b6d1975..0000000 --- a/rss_converter_dilbert.com.xsl +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - <xsl:variable name="title-length" select="140"/> - <!-- ellipsize, inspired from http://stackoverflow.com/questions/13622338 --> - <xsl:choose> - <xsl:when test="string-length($picture-title) > $title-length"> - <xsl:variable name="truncated-length" select="$title-length - 3"/> - <xsl:value-of select="substring($picture-title, 1, $truncated-length)"/> - <xsl:text>...</xsl:text> - </xsl:when> - <xsl:otherwise> - <xsl:value-of select="$picture-title"/> - </xsl:otherwise> - </xsl:choose> - - - - - - - - - - - - <![CDATA[ - {$picture-title} - ]]> - - - - - - - - - - - - - - - Tweeper - - <xsl:value-of select="$channel-title"/> - - - - - - - - - - <xsl:value-of select="$channel-title"/> - - - - - - - - - - - - -