projects
/
tweeper.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rss_converter_twitter.com.xsl: explain why the style attribute is removed
[tweeper.git]
/
src
/
rss_converter_pump.io.xsl
diff --git
a/src/rss_converter_pump.io.xsl
b/src/rss_converter_pump.io.xsl
index
bf9f674
..
66e73cd
100644
(file)
--- a/
src/rss_converter_pump.io.xsl
+++ b/
src/rss_converter_pump.io.xsl
@@
-1,7
+1,7
@@
<!--
Stylesheet to convert Pump.io activity streams to RSS.
<!--
Stylesheet to convert Pump.io activity streams to RSS.
- Copyright (C) 2013-201
4
Antonio Ospite <ao2@ao2.it>
+ Copyright (C) 2013-201
8
Antonio Ospite <ao2@ao2.it>
This file is part of tweeper.
This file is part of tweeper.
@@
-89,7
+89,7
@@
<xsl:value-of select="$channel-link"/>
</link>
<url>
<xsl:value-of select="$channel-link"/>
</link>
<url>
- <xsl:value-of select="//div[@id='profile-block']/span/img[
@class='img-rounded media-object'
]/@src"/>
+ <xsl:value-of select="//div[@id='profile-block']/span/img[
contains(@class, 'img-rounded media-object')
]/@src"/>
</url>
</image>
<xsl:apply-templates select="//div[@id='user-content-activities']//ul[@id='major-stream']/li"/>
</url>
</image>
<xsl:apply-templates select="//div[@id='user-content-activities']//ul[@id='major-stream']/li"/>