šablona/sitemap.xsl
changeset 18 45e41566f8a6
parent 9 71275159d985
child 61 9503eb8377f1
equal deleted inserted replaced
17:02bad17b4590 18:45e41566f8a6
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <xsl:stylesheet version="2.0"
     2 <xsl:stylesheet version="2.0"
     3 	xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
     3 	xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
     4 	xmlns:a="http://www.w3.org/2005/Atom"
     4 	xmlns:a="http://www.w3.org/2005/Atom"
     5 	xmlns:g="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor"
       
     6 	xmlns:j="java:cz.frantovo.xmlWebGenerator.Funkce"
     5 	xmlns:j="java:cz.frantovo.xmlWebGenerator.Funkce"
     7 	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     6 	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     8 	xmlns:fn="http://www.w3.org/2005/xpath-functions"
     7 	xmlns:fn="http://www.w3.org/2005/xpath-functions"
     9 	exclude-result-prefixes="fn g j a">
     8 	exclude-result-prefixes="fn j a">
    10 	<xsl:output	method="xml" indent="yes" encoding="UTF-8"/>
     9 	<xsl:output	method="xml" indent="yes" encoding="UTF-8"/>
    11 	
    10 	
    12 	<xsl:template match="/">
    11 	<xsl:template match="/">
    13 		<urlset>
    12 		<urlset>
    14 			<xsl:apply-templates select="a:feed/a:entry"/>
    13 			<xsl:apply-templates select="a:feed/a:entry"/>