X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/5b6ed12927fe2a9ff14d1a286cfa467efd1ebbfe..12fc9696194c8017fa4227078c8fd230acf5ff98:/rss_converter_twitter.com.xsl diff --git a/rss_converter_twitter.com.xsl b/rss_converter_twitter.com.xsl index b7c7124..5c2fb90 100644 --- a/rss_converter_twitter.com.xsl +++ b/rss_converter_twitter.com.xsl @@ -32,7 +32,78 @@ https://twitter.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -41,6 +112,7 @@ + @@ -69,11 +141,12 @@ <description> <xsl:value-of select="concat($user-name, ': ')"/> <xsl:text disable-output-escaping="yes"><![CDATA[</xsl:text> - <xsl:copy-of select="$item-content/node()"/> + <xsl:apply-templates select="$item-content/node()"/> + <xsl:apply-templates select="$item-media/node()"/> <xsl:text disable-output-escaping="yes">]]></xsl:text> </description> <xsl:if test="$generate-enclosure = 1"> - <xsl:apply-templates select="$item-content//a[@data-expanded-url]"/> + <xsl:apply-templates select="$item-content//a[@data-expanded-url]" mode="enclosure"/> </xsl:if> </item> </xsl:template>