X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/4c2e9862fdd7af1572f5a0fc90b030847b946ce8..d831bbec69bfdbd12ce7774be02eb224cfe41d3b:/rss_converter_twitter.com.xsl diff --git a/rss_converter_twitter.com.xsl b/rss_converter_twitter.com.xsl index 9efc769..9185a54 100644 --- a/rss_converter_twitter.com.xsl +++ b/rss_converter_twitter.com.xsl @@ -38,10 +38,10 @@ - + - + <xsl:value-of select="concat($user-name, ': ', $item-content)"/> @@ -96,7 +96,7 @@ <xsl:value-of select="//a[contains(@class, 'profile-picture media-thumbnail')]/@href"/> </url> </image> - <xsl:apply-templates select="//*[@data-item-type='tweet' and @role='listitem']"/> + <xsl:apply-templates select="//li[@data-item-type='tweet']"/> </channel> </rss> </xsl:template>