projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ec5191c
)
rss_converter_instagram.com.xsl: use a stricter match for some elements
author
Antonio Ospite <ao2@ao2.it>
Fri, 20 May 2016 16:01:44 +0000
(18:01 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 20 May 2016 16:01:44 +0000
(18:01 +0200)
rss_converter_instagram.com.xsl
patch
|
blob
|
history
diff --git
a/rss_converter_instagram.com.xsl
b/rss_converter_instagram.com.xsl
index
97d39d2
..
7799a6e
100644
(file)
--- a/
rss_converter_instagram.com.xsl
+++ b/
rss_converter_instagram.com.xsl
@@
-51,7
+51,7
@@
</xsl:choose>
</xsl:variable>
</xsl:choose>
</xsl:variable>
- <xsl:template match="//media/nodes">
+ <xsl:template match="//
ProfilePage/user/
media/nodes">
<xsl:variable name="item-content-image" select="./display_src"/>
<xsl:variable name="item-content-caption" select="./caption"/>
<xsl:variable name="item-permalink" select="concat($BaseURL, '/p/', ./code, '/')"/>
<xsl:variable name="item-content-image" select="./display_src"/>
<xsl:variable name="item-content-caption" select="./caption"/>
<xsl:variable name="item-permalink" select="concat($BaseURL, '/p/', ./code, '/')"/>
@@
-129,10
+129,10
@@
<xsl:value-of select="$channel-link"/>
</link>
<url>
<xsl:value-of select="$channel-link"/>
</link>
<url>
- <xsl:value-of select="//user/profile_pic_url"/>
+ <xsl:value-of select="//
ProfilePage/
user/profile_pic_url"/>
</url>
</image>
</url>
</image>
- <xsl:apply-templates select="//media/nodes"/>
+ <xsl:apply-templates select="//
ProfilePage/user/
media/nodes"/>
</channel>
</rss>
</xsl:template>
</channel>
</rss>
</xsl:template>