Licence: informace o licenci při spuštění programu.
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet version="2.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 xmlns:XSL="http://example.com/XSL">
5 <xsl:output method="xml" indent="yes" encoding="UTF-8" />
6 <xsl:namespace-alias stylesheet-prefix="XSL" result-prefix="xsl"/>
8 <xsl:template match="/">
9 <XSL:stylesheet version="2.0">
13 Tento seznam maker je automaticky generovaný.
14 Neupravujte ho ručně – smažte ho a použijte příkaz „ant makra“.
18 <!-- Makra dodávaná jako součást programu: -->
19 <xsl:for-each select="collection('./makra/?select=*.xsl')">
20 <XSL:include href="{document-uri(.)}"/>
23 <!-- Uživatelská makra: -->
24 <xsl:for-each select="collection('../vstup/makra/?select=*.xsl')">
25 <XSL:include href="{document-uri(.)}"/>