šablona/seznam.xsl
changeset 87 25dec6931f18
parent 61 9503eb8377f1
child 136 d5feb9d8ebc3
     1.1 --- a/šablona/seznam.xsl	Sat Jan 14 17:56:59 2012 +0100
     1.2 +++ b/šablona/seznam.xsl	Sat Jan 14 19:10:26 2012 +0100
     1.3 @@ -25,20 +25,20 @@
     1.4  	xmlns:fn="http://www.w3.org/2005/xpath-functions"
     1.5  	exclude-result-prefixes="fn j a">
     1.6  	<xsl:output	method="xml" indent="yes" encoding="UTF-8"/>
     1.7 -	
     1.8 +
     1.9  	<xsl:template match="/">
    1.10  		<stránka
    1.11  			xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
    1.12  			xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro">
    1.13  			<skrytá>ano</skrytá>
    1.14  			<nadpis>Seznam všech stránek</nadpis>
    1.15 -			<perex>Všechny stránky tohoto webu.</perex>			
    1.16 -			<text xmlns="http://www.w3.org/1999/xhtml">				
    1.17 -				<xsl:apply-templates select="a:feed/a:entry"/>								
    1.18 -			</text>	
    1.19 -		</stránka>		
    1.20 +			<perex>Všechny stránky tohoto webu.</perex>
    1.21 +			<text xmlns="http://www.w3.org/1999/xhtml">
    1.22 +				<xsl:apply-templates select="a:feed/a:entry"/>
    1.23 +			</text>
    1.24 +		</stránka>
    1.25  	</xsl:template>
    1.26 -	
    1.27 +
    1.28  	<xsl:template match="a:entry">
    1.29  		<p style="seznamStranek">
    1.30  			<xsl:variable name="základníUrl" select="//a:feed/a:link[not(@rel)]/@href"/>
    1.31 @@ -47,7 +47,8 @@
    1.32  			<xsl:value-of select="a:summary"/>
    1.33  			(<xsl:value-of select="format-dateTime(adjust-dateTime-to-timezone(a:updated),
    1.34  				'[D1].[M1]. [Y0001] [H1]:[m01]')"/>)
    1.35 -		</p>				
    1.36 +		</p>
    1.37  	</xsl:template>
    1.38 -	
    1.39 +
    1.40  </xsl:stylesheet>
    1.41 +