šablona/makra.xsl
changeset 57 768a7eecb0cf
parent 51 df1f942f7b69
child 61 9503eb8377f1
equal deleted inserted replaced
56:24e50902b58e 57:768a7eecb0cf
     9 		<XSL:stylesheet version="2.0">
     9 		<XSL:stylesheet version="2.0">
    10 		<xsl:text>
    10 		<xsl:text>
    11 </xsl:text>
    11 </xsl:text>
    12 		<xsl:comment>
    12 		<xsl:comment>
    13 	Tento seznam maker je automaticky generovaný.
    13 	Tento seznam maker je automaticky generovaný.
    14 	Neupravujte ho ručně – použijte příkaz „ant makra“.
    14 	Neupravujte ho ručně – smažte ho a použijte příkaz „ant makra“.
    15 </xsl:comment>
    15 </xsl:comment>
    16 		<xsl:text>
    16 		<xsl:text>
    17    </xsl:text>
    17    </xsl:text>
    18 			<!-- Makra dodávaná jako součást programu: -->
    18 			<!-- Makra dodávaná jako součást programu: -->
    19 			<xsl:for-each select="collection('./makra/?select=*.xsl')">
    19 			<xsl:for-each select="collection('./makra/?select=*.xsl')">
    20 				<XSL:include href="{document-uri(.)}"/>
    20 				<XSL:include href="{document-uri(.)}"/>
    21 			</xsl:for-each>
    21 			</xsl:for-each>
    22 			
    22 			
    23 			<!-- Uživatelská makra -->
    23 			<!-- Uživatelská makra: -->
    24 			<xsl:for-each select="collection('../vstup/makra/?select=*.xsl')">
    24 			<xsl:for-each select="collection('../vstup/makra/?select=*.xsl')">
    25 				<XSL:include href="{document-uri(.)}"/>
    25 				<XSL:include href="{document-uri(.)}"/>
    26 			</xsl:for-each>
    26 			</xsl:for-each>
    27 		</XSL:stylesheet>
    27 		</XSL:stylesheet>
    28 	</xsl:template>
    28 	</xsl:template>