--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ukázka/makra/firma.xsl Sat Nov 17 23:05:59 2012 +0100
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet version="2.0"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:h="http://www.w3.org/1999/xhtml"
+ 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"
+ xmlns:fn="http://www.w3.org/2005/xpath-functions"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ exclude-result-prefixes="fn h s k m xs">
+
+ <!-- Vypíše název naší firmy: -->
+ <xsl:template match="m:firma">Chovatelská stanice a.s.</xsl:template>
+ <xsl:template match="m:firma[@pád=1]">Chovatelská stanice a.s.</xsl:template> <!-- nominativ -->
+ <xsl:template match="m:firma[@pád=2]">Chovatelské stanice a.s.</xsl:template> <!-- genitiv -->
+ <xsl:template match="m:firma[@pád=3]">Chovatelské stanici a.s.</xsl:template> <!-- dativ -->
+ <xsl:template match="m:firma[@pád=4]">Chovatelskou stanici a.s.</xsl:template> <!-- akuzativ -->
+ <xsl:template match="m:firma[@pád=5]">Chovatelská stanice a.s.</xsl:template> <!-- vokativ -->
+ <xsl:template match="m:firma[@pád=6]">Chovatelské stanice a.s.</xsl:template> <!-- lokál -->
+ <xsl:template match="m:firma[@pád=7]">Chovatelskou stanicí a.s.</xsl:template> <!-- instrumentál -->
+
+</xsl:stylesheet>
+