| 15 | | <xsl:template match="m:firma"> |
| 16 | | <xsl:text>Chovatelská stanice a.s.</xsl:text> |
| 17 | | </xsl:template> |
| | 15 | <xsl:template match="m:firma">Chovatelská stanice a.s.</xsl:template> |
| | 16 | <xsl:template match="m:firma[@pád=1]">Chovatelská stanice a.s.</xsl:template> <!-- nominativ --> |
| | 17 | <xsl:template match="m:firma[@pád=2]">Chovatelské stanice a.s.</xsl:template> <!-- genitiv --> |
| | 18 | <xsl:template match="m:firma[@pád=3]">Chovatelské stanici a.s.</xsl:template> <!-- dativ --> |
| | 19 | <xsl:template match="m:firma[@pád=4]">Chovatelskou stanici a.s.</xsl:template> <!-- akuzativ --> |
| | 20 | <xsl:template match="m:firma[@pád=5]">Chovatelská stanice a.s.</xsl:template> <!-- vokativ --> |
| | 21 | <xsl:template match="m:firma[@pád=6]">Chovatelské stanice a.s.</xsl:template> <!-- lokál --> |
| | 22 | <xsl:template match="m:firma[@pád=7]">Chovatelskou stanicí a.s.</xsl:template> <!-- instrumentál --> |