From cd5ef94382bd20a5d085e12b819d5d301e720c77 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 24 Apr 2014 11:58:51 +0200 Subject: [PATCH] rss_converter_twitter.com.xsl: support the new Twitter profile page Adjust the XPath expressions to support both the classic and the new profile pages. --- rss_converter_twitter.com.xsl | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/rss_converter_twitter.com.xsl b/rss_converter_twitter.com.xsl index 3184044..db78963 100644 --- a/rss_converter_twitter.com.xsl +++ b/rss_converter_twitter.com.xsl @@ -35,20 +35,21 @@ - + - - - + + + <xsl:value-of select="concat($user-name, ': ', $tweet-text)"/> - + - + + @@ -82,7 +83,7 @@ - + -- 2.1.4