šablona/rss.xsl
changeset 9 71275159d985
parent 8 ad0ee12d13fd
child 18 45e41566f8a6
     1.1 --- a/šablona/rss.xsl	Sun Apr 03 17:44:58 2011 +0200
     1.2 +++ b/šablona/rss.xsl	Sun Apr 03 18:44:35 2011 +0200
     1.3 @@ -1,11 +1,11 @@
     1.4  <?xml version="1.0" encoding="UTF-8"?>
     1.5  <xsl:stylesheet version="2.0"
     1.6  	xmlns:a="http://www.w3.org/2005/Atom"
     1.7 +	xmlns:atom="http://www.w3.org/2005/Atom"
     1.8  	xmlns:g="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor"
     1.9  	xmlns:j="java:cz.frantovo.xmlWebGenerator.Funkce"
    1.10  	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    1.11  	xmlns:fn="http://www.w3.org/2005/xpath-functions"
    1.12 -	xmlns:atom="http://www.w3.org/2005/Atom"
    1.13  	exclude-result-prefixes="fn g j a">
    1.14  	<xsl:output	method="xml" indent="yes" encoding="UTF-8"/>
    1.15