vstup/makra/firma.xsl
changeset 114 9302cf6856ea
parent 113 18bf0044f5ab
     1.1 --- a/vstup/makra/firma.xsl	Fri Jul 06 14:52:05 2012 +0200
     1.2 +++ b/vstup/makra/firma.xsl	Fri Jul 06 17:04:13 2012 +0200
     1.3 @@ -12,8 +12,14 @@
     1.4  	exclude-result-prefixes="fn h s k m xs">
     1.5  
     1.6  	<!-- Vypíše název naší firmy: -->
     1.7 -	<xsl:template match="m:firma">
     1.8 -		<xsl:text>Chovatelská stanice a.s.</xsl:text>
     1.9 -	</xsl:template>
    1.10 +	<xsl:template match="m:firma">Chovatelská stanice a.s.</xsl:template>
    1.11 +	<xsl:template match="m:firma[@pád=1]">Chovatelská stanice a.s.</xsl:template>		<!-- nominativ -->
    1.12 +	<xsl:template match="m:firma[@pád=2]">Chovatelské stanice a.s.</xsl:template>		<!-- genitiv -->
    1.13 +	<xsl:template match="m:firma[@pád=3]">Chovatelské stanici a.s.</xsl:template>		<!-- dativ -->
    1.14 +	<xsl:template match="m:firma[@pád=4]">Chovatelskou stanici a.s.</xsl:template>	<!-- akuzativ -->
    1.15 +	<xsl:template match="m:firma[@pád=5]">Chovatelská stanice a.s.</xsl:template>		<!-- vokativ -->
    1.16 +	<xsl:template match="m:firma[@pád=6]">Chovatelské stanice a.s.</xsl:template>		<!-- lokál -->
    1.17 +	<xsl:template match="m:firma[@pád=7]">Chovatelskou stanicí a.s.</xsl:template>	<!-- instrumentál -->
    1.18  
    1.19  </xsl:stylesheet>
    1.20 +