equal
deleted
inserted
replaced
26 <p style="seznamStranek"> |
26 <p style="seznamStranek"> |
27 <xsl:variable name="základníUrl" select="//a:feed/a:link[not(@rel)]/@href"/> |
27 <xsl:variable name="základníUrl" select="//a:feed/a:link[not(@rel)]/@href"/> |
28 <a href="{replace(a:link/@href, $základníUrl, '')}"><xsl:value-of select="a:title"/></a> |
28 <a href="{replace(a:link/@href, $základníUrl, '')}"><xsl:value-of select="a:title"/></a> |
29 – |
29 – |
30 <xsl:value-of select="a:summary"/> |
30 <xsl:value-of select="a:summary"/> |
31 (<xsl:value-of select="format-dateTime(a:updated, |
31 (<xsl:value-of select="format-dateTime(adjust-dateTime-to-timezone(a:updated), |
32 '[D01].[M01]. [Y0001] [H01]:[m01]')"/>) |
32 '[D1].[M1]. [Y0001] [H1]:[m01]')"/>) |
33 </p> |
33 </p> |
34 </xsl:template> |
34 </xsl:template> |
35 |
35 |
36 </xsl:stylesheet> |
36 </xsl:stylesheet> |