1.1 --- a/šablona/stránka.xsl Sun Apr 03 02:39:06 2011 +0200
1.2 +++ b/šablona/stránka.xsl Sun Apr 03 16:51:06 2011 +0200
1.3 @@ -18,7 +18,9 @@
1.4 <xsl:template match="/">
1.5 <html>
1.6 <head>
1.7 - <title><xsl:value-of select="g:stránka/g:nadpis"/></title>
1.8 + <title><xsl:value-of select="g:stránka/g:nadpis"/></title>
1.9 + <link title="Novinky (Atom)" href="atom.xml" type="application/atom+xml" rel="alternate" />
1.10 + <link title="Novinky (RSS)" href="rss.xml" type="application/atom+xml" rel="alternate" />
1.11 </head>
1.12 <body>
1.13 <xsl:apply-templates select="document(fn:encode-for-uri('../vstup/záhlaví.inc'))/g:stránka/h:text/node()"/>