1.1 --- a/šablona/makra.xsl Sat Jan 07 12:43:30 2012 +0100
1.2 +++ b/šablona/makra.xsl Thu Jul 05 14:27:01 2012 +0200
1.3 @@ -21,7 +21,7 @@
1.4 xmlns:XSL="http://example.com/XSL">
1.5 <xsl:output method="xml" indent="yes" encoding="UTF-8" />
1.6 <xsl:namespace-alias stylesheet-prefix="XSL" result-prefix="xsl"/>
1.7 -
1.8 +
1.9 <xsl:template match="/">
1.10 <XSL:stylesheet version="2.0">
1.11 <xsl:text>
1.12 @@ -31,17 +31,18 @@
1.13 Neupravujte ho ručně – smažte ho a použijte příkaz „ant makra“.
1.14 </xsl:comment>
1.15 <xsl:text>
1.16 - </xsl:text>
1.17 + </xsl:text>
1.18 <!-- Makra dodávaná jako součást programu: -->
1.19 <xsl:for-each select="collection('./makra/?select=*.xsl')">
1.20 <XSL:include href="{document-uri(.)}"/>
1.21 </xsl:for-each>
1.22 -
1.23 +
1.24 <!-- Uživatelská makra: -->
1.25 <xsl:for-each select="collection('../vstup/makra/?select=*.xsl')">
1.26 <XSL:include href="{document-uri(.)}"/>
1.27 </xsl:for-each>
1.28 </XSL:stylesheet>
1.29 </xsl:template>
1.30 -
1.31 +
1.32 </xsl:stylesheet>
1.33 +