projects
/
tweeper.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use php:functionString() in the stylesheets where appropriate
[tweeper.git]
/
rss_converter_instagram.com.xsl
diff --git
a/rss_converter_instagram.com.xsl
b/rss_converter_instagram.com.xsl
index
633c8ef
..
3efba4d
100644
(file)
--- a/
rss_converter_instagram.com.xsl
+++ b/
rss_converter_instagram.com.xsl
@@
-32,10
+32,6
@@
<xsl:text>https://instagram.com</xsl:text>
</xsl:variable>
<xsl:text>https://instagram.com</xsl:text>
</xsl:variable>
- <xsl:template match="display_src">
- <xsl:copy-of select="php:function('Tweeper::generateEnclosure', string(text()))"/>
- </xsl:template>
-
<xsl:variable name="user-name" select="//ProfilePage/user/username"/>
<!-- Some users do not specify the full name -->
<xsl:variable name="user-name" select="//ProfilePage/user/username"/>
<!-- Some users do not specify the full name -->
@@
-79,7
+75,7
@@
</guid>
<pubDate>
<xsl:variable name="timestamp" select="./date"/>
</guid>
<pubDate>
<xsl:variable name="timestamp" select="./date"/>
- <xsl:value-of select="php:functionString('Tweeper::epochToRssDate',
number($timestamp)
)"/>
+ <xsl:value-of select="php:functionString('Tweeper::epochToRssDate',
$timestamp
)"/>
</pubDate>
<description>
<xsl:text disable-output-escaping="yes"><![CDATA[</xsl:text>
</pubDate>
<description>
<xsl:text disable-output-escaping="yes"><![CDATA[</xsl:text>
@@
-93,7
+89,7
@@
<xsl:text disable-output-escaping="yes">]]></xsl:text>
</description>
<xsl:if test="$generate-enclosure = 1">
<xsl:text disable-output-escaping="yes">]]></xsl:text>
</description>
<xsl:if test="$generate-enclosure = 1">
- <xsl:
apply-templates select="./display_src
"/>
+ <xsl:
copy-of select="php:functionString('Tweeper::generateEnclosure', $item-content-image)
"/>
</xsl:if>
</item>
</xsl:template>
</xsl:if>
</item>
</xsl:template>