--- a/šablona/seznam.xsl Sat Jan 14 17:56:59 2012 +0100
+++ b/šablona/seznam.xsl Sat Jan 14 19:10:26 2012 +0100
@@ -25,20 +25,20 @@
xmlns:fn="http://www.w3.org/2005/xpath-functions"
exclude-result-prefixes="fn j a">
<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
-
+
<xsl:template match="/">
<stránka
xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro">
<skrytá>ano</skrytá>
<nadpis>Seznam všech stránek</nadpis>
- <perex>Všechny stránky tohoto webu.</perex>
- <text xmlns="http://www.w3.org/1999/xhtml">
- <xsl:apply-templates select="a:feed/a:entry"/>
- </text>
- </stránka>
+ <perex>Všechny stránky tohoto webu.</perex>
+ <text xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates select="a:feed/a:entry"/>
+ </text>
+ </stránka>
</xsl:template>
-
+
<xsl:template match="a:entry">
<p style="seznamStranek">
<xsl:variable name="základníUrl" select="//a:feed/a:link[not(@rel)]/@href"/>
@@ -47,7 +47,8 @@
<xsl:value-of select="a:summary"/>
(<xsl:value-of select="format-dateTime(adjust-dateTime-to-timezone(a:updated),
'[D1].[M1]. [Y0001] [H1]:[m01]')"/>)
- </p>
+ </p>
</xsl:template>
-
+
</xsl:stylesheet>
+