šablona/sitemap.xsl
changeset 87 25dec6931f18
parent 61 9503eb8377f1
--- a/šablona/sitemap.xsl	Sat Jan 14 17:56:59 2012 +0100
+++ b/šablona/sitemap.xsl	Sat Jan 14 19:10:26 2012 +0100
@@ -24,18 +24,19 @@
 	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="/">
 		<urlset>
 			<xsl:apply-templates select="a:feed/a:entry"/>
 		</urlset>
 	</xsl:template>
-	
+
 	<xsl:template match="a:entry">
 		<url>
 			<loc><xsl:value-of select="a:link/@href"/></loc>
 			<lastmod><xsl:value-of select="a:updated"/></lastmod>
 		</url>
 	</xsl:template>
-	
+
 </xsl:stylesheet>
+