X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/7097a8ad2ef040bc81a8c5f7ed7cc02e0073eaab..481f2d015d14180be9982ced2f281494e0ec3855:/rss_converter_facebook.com.xsl diff --git a/rss_converter_facebook.com.xsl b/rss_converter_facebook.com.xsl new file mode 100644 index 0000000..b50be3d --- /dev/null +++ b/rss_converter_facebook.com.xsl @@ -0,0 +1,115 @@ + + + + + + + + + + https://facebook.com + + + + + + + + <xsl:variable name="item-title" select="$item-content/p"/> + <xsl:variable name="title-length" select="140"/> + <!-- ellipsize, inspired from http://stackoverflow.com/questions/13622338 --> + <xsl:choose> + <xsl:when test="string-length($item-title) > $title-length"> + <xsl:variable name="truncated-length" select="$title-length - 3"/> + <xsl:value-of select="substring($item-title, 1, $truncated-length)"/> + <xsl:text>...</xsl:text> + </xsl:when> + <xsl:otherwise> + <xsl:value-of select="$item-title"/> + </xsl:otherwise> + </xsl:choose> + + + + + + + + + + + + + <![CDATA[ + + + ]]> + + + + + + + + + + + + Tweeper + + <xsl:value-of select="$channel-title"/> + + + + + + + + + + <xsl:value-of select="$channel-title"/> + + + + + + + + + + + + +