vstup/makra/firma.xsl
changeset 114 9302cf6856ea
parent 113 18bf0044f5ab
equal deleted inserted replaced
113:18bf0044f5ab 114:9302cf6856ea
    10 	xmlns:svg="http://www.w3.org/2000/svg"
    10 	xmlns:svg="http://www.w3.org/2000/svg"
    11 	xmlns:xs="http://www.w3.org/2001/XMLSchema"
    11 	xmlns:xs="http://www.w3.org/2001/XMLSchema"
    12 	exclude-result-prefixes="fn h s k m xs">
    12 	exclude-result-prefixes="fn h s k m xs">
    13 
    13 
    14 	<!-- Vypíše název naší firmy: -->
    14 	<!-- Vypíše název naší firmy: -->
    15 	<xsl:template match="m:firma">
    15 	<xsl:template match="m:firma">Chovatelská stanice a.s.</xsl:template>
    16 		<xsl:text>Chovatelská stanice a.s.</xsl:text>
    16 	<xsl:template match="m:firma[@pád=1]">Chovatelská stanice a.s.</xsl:template>		<!-- nominativ -->
    17 	</xsl:template>
    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 -->
    18 
    23 
    19 </xsl:stylesheet>
    24 </xsl:stylesheet>
       
    25