<xsl:template match="/">
<xsl:variable name="channel-title" select="concat('Instagram / ', $screen-name)"/>
- <xsl:variable name="channel-link" select="concat($BaseURL, //__path)"/>
+ <xsl:variable name="channel-link" select="concat($BaseURL, '/', $user-name)"/>
<rss version="2.0">
<xsl:attribute name="xml:base"><xsl:value-of select="$BaseURL" /></xsl:attribute>