projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
23bd294
)
rss_converter_instagram.com.xsl: fix enclosure generation
author
Antonio Ospite <ao2@ao2.it>
Sat, 25 Jul 2015 11:08:31 +0000
(13:08 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Sat, 25 Jul 2015 13:49:31 +0000
(15:49 +0200)
rss_converter_instagram.com.xsl
patch
|
blob
|
history
diff --git
a/rss_converter_instagram.com.xsl
b/rss_converter_instagram.com.xsl
index
0e1de8d
..
cc540ce
100644
(file)
--- a/
rss_converter_instagram.com.xsl
+++ b/
rss_converter_instagram.com.xsl
@@
-32,8
+32,8
@@
<xsl:text>https://instagram.com</xsl:text>
</xsl:variable>
<xsl:text>https://instagram.com</xsl:text>
</xsl:variable>
- <xsl:template match="
images
">
- <xsl:value-of disable-output-escaping="yes" select="php:function('Tweeper::generate_enclosure', string(
./standard_resolution/url
))"/>
+ <xsl:template match="
display_src
">
+ <xsl:value-of disable-output-escaping="yes" select="php:function('Tweeper::generate_enclosure', string(
text()
))"/>
</xsl:template>
<xsl:variable name="screen-name" select="//ProfilePage/XML_Serializer_Tag/user/full_name"/>
</xsl:template>
<xsl:variable name="screen-name" select="//ProfilePage/XML_Serializer_Tag/user/full_name"/>
@@
-75,7
+75,7
@@
<xsl:text disable-output-escaping="yes">]]></xsl:text>
</description>
<xsl:if test="$generateEnclosure = 1">
<xsl:text disable-output-escaping="yes">]]></xsl:text>
</description>
<xsl:if test="$generateEnclosure = 1">
- <xsl:apply-templates select="./
images
"/>
+ <xsl:apply-templates select="./
display_src
"/>
</xsl:if>
</item>
</xsl:template>
</xsl:if>
</item>
</xsl:template>