--- a/vstup/makra/firma.xsl Fri Jul 06 14:52:05 2012 +0200
+++ b/vstup/makra/firma.xsl Fri Jul 06 17:04:13 2012 +0200
@@ -12,8 +12,14 @@
exclude-result-prefixes="fn h s k m xs">
<!-- Vypíše název naší firmy: -->
- <xsl:template match="m:firma">
- <xsl:text>Chovatelská stanice a.s.</xsl:text>
- </xsl:template>
+ <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>
+