Index: vstup/index.xml
===================================================================
--- vstup/index.xml	(revision 13:d5e9c879663e)
+++ vstup/index.xml	(revision 18:45e41566f8a6)
@@ -1,3 +1,3 @@
-<stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor">
+<stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana">
 	<nadpis>Chovatelská stanice</nadpis>
 	<perex>Úvodní stránka našeho webu.</perex>
Index: vstup/kontakt.xml
===================================================================
--- vstup/kontakt.xml	(revision 13:d5e9c879663e)
+++ vstup/kontakt.xml	(revision 18:45e41566f8a6)
@@ -1,3 +1,3 @@
-<stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor">
+<stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana">
 	<nadpis>Kontakt</nadpis>
 	<perex>Kde nás najdete.</perex>
Index: vstup/produkty.xml
===================================================================
--- vstup/produkty.xml	(revision 13:d5e9c879663e)
+++ vstup/produkty.xml	(revision 18:45e41566f8a6)
@@ -1,5 +1,5 @@
 <stránka
-	xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor"
-	xmlns:g="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor">
+	xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
+	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro">
 	<nadpis>Produkty</nadpis>
 	<perex>Co vyrábíme.</perex>
@@ -15,5 +15,5 @@
 		
 		<p>Vhodnost zvířete do domácnosti:</p>
-		<g:měřák hodnota="95"/>
+		<m:měřák hodnota="95"/>
 		
 		<h2>Panda malá</h2>
@@ -22,5 +22,5 @@
 		
 		<p>Vhodnost zvířete do domácnosti:</p>
-		<g:měřák hodnota="80"/>
+		<m:měřák hodnota="80"/>
     </text>
 
Index: vstup/služby.xml
===================================================================
--- vstup/služby.xml	(revision 13:d5e9c879663e)
+++ vstup/služby.xml	(revision 18:45e41566f8a6)
@@ -1,3 +1,3 @@
-<stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor">
+<stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana">
 	<nadpis>Služby</nadpis>
 	<perex>Co poskytujeme.</perex>
Index: vstup/web.conf
===================================================================
--- vstup/web.conf	(revision 13:d5e9c879663e)
+++ vstup/web.conf	(revision 18:45e41566f8a6)
@@ -1,3 +1,3 @@
-<web xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor">
+<web xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/konfigurace">
 	<název>Chovatelská stanice tučňáků</název>
 	<podtitul>vše pro tučňáky</podtitul>
Index: vstup/záhlaví.inc
===================================================================
--- vstup/záhlaví.inc	(revision 17:02bad17b4590)
+++ vstup/záhlaví.inc	(revision 18:45e41566f8a6)
@@ -1,4 +1,4 @@
 <stránka
-	xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor"
+	xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
 	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro">
 	<text xmlns="http://www.w3.org/1999/xhtml">
Index: vstup/zápatí.inc
===================================================================
--- vstup/zápatí.inc	(revision 12:3719b121c3c4)
+++ vstup/zápatí.inc	(revision 18:45e41566f8a6)
@@ -1,3 +1,3 @@
-<stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor">
+<stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana">
 	<text xmlns="http://www.w3.org/1999/xhtml">
 		<p>
Index: šablona/atom.xsl
===================================================================
--- šablona/atom.xsl	(revision 15:cfb2fc0ca242)
+++ šablona/atom.xsl	(revision 18:45e41566f8a6)
@@ -2,9 +2,10 @@
 <xsl:stylesheet version="2.0"
 	xmlns="http://www.w3.org/2005/Atom"
-	xmlns:g="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor"
+	xmlns:s="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
+	xmlns:k="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/konfigurace"
 	xmlns:j="java:cz.frantovo.xmlWebGenerator.Funkce"
 	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 	xmlns:fn="http://www.w3.org/2005/xpath-functions"
-	exclude-result-prefixes="fn g j">
+	exclude-result-prefixes="fn s k j">
 	<xsl:output	method="xml" indent="yes" encoding="UTF-8"/>
 	
@@ -15,25 +16,24 @@
 	
 		<feed>
-			<title><xsl:value-of select="g:web/g:název"/></title>
-			<subtitle><xsl:value-of select="g:web/g:podtitul"/></subtitle>
-			<link rel="self" href="{concat(g:web/g:url, 'atom.xml')}"/>
-			<link href="{g:web/g:url}"/>			
+			<title><xsl:value-of select="k:web/k:název"/></title>
+			<subtitle><xsl:value-of select="k:web/k:podtitul"/></subtitle>
+			<link rel="self" href="{concat(k:web/k:url, 'atom.xml')}"/>
+			<link href="{k:web/k:url}"/>			
 			<updated><xsl:value-of select="current-dateTime()"/></updated>			
 			<author>
-				<name><xsl:value-of select="g:web/g:autor/g:jméno"/></name>
-				<email><xsl:value-of select="g:web/g:autor/g:email"/></email>
+				<name><xsl:value-of select="k:web/k:autor/k:jméno"/></name>
+				<email><xsl:value-of select="k:web/k:autor/k:email"/></email>
 			</author>
-			<id><xsl:value-of select="concat('urn:uuid:', g:web/g:uuid)"/></id>
+			<id><xsl:value-of select="concat('urn:uuid:', k:web/k:uuid)"/></id>
 			
 			<xsl:variable name="konfigurace" select="/"/>
-			<xsl:for-each select="collection(concat('../vstup/?select=*', $vstupníPřípona))[empty(g:stránka/g:skrytá) or not(g:stránka/g:skrytá)]">
+			<xsl:for-each select="collection(concat('../vstup/?select=*', $vstupníPřípona))[empty(s:stránka/s:skrytá) or not(s:stránka/s:skrytá)]">
 				<entry>
-					<title><xsl:value-of select="g:stránka/g:nadpis"/></title>
+					<title><xsl:value-of select="s:stránka/s:nadpis"/></title>
 					<xsl:variable name="soubor" select="replace(tokenize(document-uri(.), '/')[last()], $vstupníPřípona, '')"/>
-					<link href="{concat($konfigurace/g:web/g:url, encode-for-uri($soubor), $výstupníPřípona)}" />
-					<id><xsl:value-of select="concat('urn:', $konfigurace/g:web/g:kod ,':strana:', encode-for-uri($soubor))"/></id>
-					<!--2010-10-09T20:51:04Z-->
+					<link href="{concat($konfigurace/k:web/k:url, encode-for-uri($soubor), $výstupníPřípona)}" />
+					<id><xsl:value-of select="concat('urn:', $konfigurace/k:web/k:kod ,':strana:', encode-for-uri($soubor))"/></id>					
 					<updated><xsl:value-of select="j:posledníZměna(document-uri(.))"/></updated>
-					<summary><xsl:value-of select="g:stránka/g:perex"/></summary>
+					<summary><xsl:value-of select="s:stránka/s:perex"/></summary>
 				</entry>
 			</xsl:for-each>
Index: šablona/rss.xsl
===================================================================
--- šablona/rss.xsl	(revision 9:71275159d985)
+++ šablona/rss.xsl	(revision 18:45e41566f8a6)
@@ -3,9 +3,8 @@
 	xmlns:a="http://www.w3.org/2005/Atom"
 	xmlns:atom="http://www.w3.org/2005/Atom"
-	xmlns:g="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor"
 	xmlns:j="java:cz.frantovo.xmlWebGenerator.Funkce"
 	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 	xmlns:fn="http://www.w3.org/2005/xpath-functions"
-	exclude-result-prefixes="fn g j a">
+	exclude-result-prefixes="fn j a">
 	<xsl:output	method="xml" indent="yes" encoding="UTF-8"/>
 	
Index: šablona/sitemap.xsl
===================================================================
--- šablona/sitemap.xsl	(revision 9:71275159d985)
+++ šablona/sitemap.xsl	(revision 18:45e41566f8a6)
@@ -3,9 +3,8 @@
 	xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
 	xmlns:a="http://www.w3.org/2005/Atom"
-	xmlns:g="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor"
 	xmlns:j="java:cz.frantovo.xmlWebGenerator.Funkce"
 	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 	xmlns:fn="http://www.w3.org/2005/xpath-functions"
-	exclude-result-prefixes="fn g j a">
+	exclude-result-prefixes="fn j a">
 	<xsl:output	method="xml" indent="yes" encoding="UTF-8"/>
 	
Index: šablona/stránka.xsl
===================================================================
--- šablona/stránka.xsl	(revision 17:02bad17b4590)
+++ šablona/stránka.xsl	(revision 18:45e41566f8a6)
@@ -3,5 +3,6 @@
 	xmlns="http://www.w3.org/1999/xhtml"
 	xmlns:h="http://www.w3.org/1999/xhtml"
-	xmlns:g="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor"
+	xmlns:s="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
+	xmlns:k="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/konfigurace"
 	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"
 	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
@@ -9,5 +10,5 @@
 	xmlns:svg="http://www.w3.org/2000/svg"
 	xmlns:xs="http://www.w3.org/2001/XMLSchema"
-	exclude-result-prefixes="fn h g xs m">
+	exclude-result-prefixes="fn h s k xs m">
 	<xsl:output 
 		method="xml" 
@@ -32,34 +33,34 @@
 					<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
 				</xsl:if>
-				<title><xsl:value-of select="g:stránka/g:nadpis"/></title>
+				<title><xsl:value-of select="s:stránka/s:nadpis"/></title>
 				<link title="Novinky (Atom)" href="atom.xml" type="application/atom+xml" rel="alternate"/>
 				<link title="Novinky (RSS)"  href="rss.xml"  type="application/rss+xml"  rel="alternate"/>
-				<xsl:apply-templates select="$konfigurace/g:web/g:js"/>
-				<xsl:apply-templates select="$konfigurace/g:web/g:css"/>				
+				<xsl:apply-templates select="$konfigurace/k:web/k:js"/>
+				<xsl:apply-templates select="$konfigurace/k:web/k:css"/>				
 			</head>
 			<body>
 				<div id="tělo">
 					<div id="záhlaví">
-						<xsl:apply-templates select="document(fn:encode-for-uri(concat($vstup, 'záhlaví', $vsuvkováPřípona)))/g:stránka/h:text/node()"/>
+						<xsl:apply-templates select="document(fn:encode-for-uri(concat($vstup, 'záhlaví', $vsuvkováPřípona)))/s:stránka/h:text/node()"/>
 					</div>
 					<div id="vnitřek">
-						<h1><xsl:value-of select="g:stránka/g:nadpis"/></h1>
+						<h1><xsl:value-of select="s:stránka/s:nadpis"/></h1>
 						<ul id="nabídka">
-							<xsl:for-each select="collection(concat('../vstup/?select=*', $vstupníPřípona))[g:stránka/g:pořadí]">
-								<xsl:sort select="empty(./g:stránka/g:pořadí)"/>
-								<xsl:sort select="./g:stránka/g:pořadí"/>
+							<xsl:for-each select="collection(concat('../vstup/?select=*', $vstupníPřípona))[s:stránka/s:pořadí]">
+								<xsl:sort select="empty(./s:stránka/s:pořadí)"/>
+								<xsl:sort select="./s:stránka/s:pořadí"/>
 								<li>
 									<xsl:variable name="xmlSoubor" select="tokenize(document-uri(.), '/')[last()]"/>
 									<xsl:variable name="xhtmlSoubor" select="replace($xmlSoubor, $vstupníPřípona, $výstupníPřípona)"/>
-									<a href="{fn:encode-for-uri($xhtmlSoubor)}"><xsl:value-of select="./g:stránka/g:nadpis"/></a>
+									<a href="{fn:encode-for-uri($xhtmlSoubor)}"><xsl:value-of select="./s:stránka/s:nadpis"/></a>
 								</li>
 							</xsl:for-each>
 						</ul>
 						<div id="text">
-							<xsl:apply-templates select="g:stránka/h:text/node()"/>
+							<xsl:apply-templates select="s:stránka/h:text/node()"/>
 						</div>
 					</div>
 					<div id="zápatí">
-						<xsl:apply-templates select="document(fn:encode-for-uri(concat($vstup, 'zápatí', $vsuvkováPřípona)))/g:stránka/h:text/node()"/>
+						<xsl:apply-templates select="document(fn:encode-for-uri(concat($vstup, 'zápatí', $vsuvkováPřípona)))/s:stránka/h:text/node()"/>
 					</div>
 				</div>
@@ -76,5 +77,5 @@
     </xsl:template>
     
-    <!-- Odkazy na JavaScript a kaskádové styly -->
+    <!-- Varování pro případ, že jsme v režimu podpory pro zaostalé prohlížeče -->
     <xsl:template name="varováníRetardace">
     	<xsl:if test="$podporaZaostalýchProhlížečů">
@@ -85,11 +86,13 @@
 			</xsl:comment>
     	</xsl:if>
-    </xsl:template>    
-    <xsl:template match="g:web/g:js">    	
+    </xsl:template>
+
+    <!-- Odkazy na JavaScript a kaskádové styly -->    
+    <xsl:template match="k:web/k:js">    	
     	<script src="{text()}" type="text/javascript">
     		<xsl:call-template name="varováníRetardace"/>
     	</script>
     </xsl:template>
-    <xsl:template match="g:web/g:css">
+    <xsl:template match="k:web/k:css">
     	<link href="{text()}" type="text/css" rel="StyleSheet" />
     </xsl:template>
@@ -111,5 +114,5 @@
     
     <!-- Ukázka vlastního „makra“: -->
-    <xsl:template match="g:měřák">
+    <xsl:template match="m:měřák">
     	<xsl:variable name="hodnota" select="number(@hodnota)"/>
     	<xsl:variable name="šířkaGrafu" select="128"/>
