templates/ssm.xhtml.xsl
author František Kučera <franta-hg@frantovo.cz>
Fri, 10 May 2024 00:10:08 +0200
branchv_0
changeset 82 a11239f9f9e7
parent 81 47717a4ed4bb
permissions -rw-r--r--
EPUB: move Preamble to the same level as other chapters
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
<!--
51
21dfb69028a0 name: Sane software manifesto (lower case)
František Kučera <franta-hg@frantovo.cz>
parents: 49
diff changeset
     3
	Sane software manifesto helper tools
81
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
     4
	Copyright © 2019-2024 František Kučera (Frantovo.cz, GlobalCode.info)
15
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
78
b877c9f81953 remove link to the mailing list
František Kučera <franta-hg@frantovo.cz>
parents: 67
diff changeset
     6
	This program is free software: you can redistribute it and/or modify
b877c9f81953 remove link to the mailing list
František Kučera <franta-hg@frantovo.cz>
parents: 67
diff changeset
     7
	it under the terms of the GNU General Public License as published by
b877c9f81953 remove link to the mailing list
František Kučera <franta-hg@frantovo.cz>
parents: 67
diff changeset
     8
	the Free Software Foundation, version 3.
15
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
78
b877c9f81953 remove link to the mailing list
František Kučera <franta-hg@frantovo.cz>
parents: 67
diff changeset
    10
	This program is distributed in the hope that it will be useful,
b877c9f81953 remove link to the mailing list
František Kučera <franta-hg@frantovo.cz>
parents: 67
diff changeset
    11
	but WITHOUT ANY WARRANTY; without even the implied warranty of
b877c9f81953 remove link to the mailing list
František Kučera <franta-hg@frantovo.cz>
parents: 67
diff changeset
    12
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
b877c9f81953 remove link to the mailing list
František Kučera <franta-hg@frantovo.cz>
parents: 67
diff changeset
    13
	GNU General Public License for more details.
15
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    14
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    15
	You should have received a copy of the GNU General Public License
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
	along with this program.  If not, see <https://www.gnu.org/licenses/>.
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    17
-->
81
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    18
<xsl:stylesheet
15
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
	version="1.0"
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
	xmlns="http://www.w3.org/1999/xhtml"
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
	xmlns:h="http://www.w3.org/1999/xhtml"
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    22
	xmlns:m="tag:globalcode.info,2019:sane-software/manifesto"
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    24
	xmlns:fn="http://www.w3.org/2005/xpath-functions"
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    25
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
49
1dc027689f93 print version from Mercurial
František Kučera <franta-hg@frantovo.cz>
parents: 47
diff changeset
    26
	exclude-result-prefixes="fn h m xs">
81
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    27
49
1dc027689f93 print version from Mercurial
František Kučera <franta-hg@frantovo.cz>
parents: 47
diff changeset
    28
	<xsl:import href="common.xsl"/>
81
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    29
49
1dc027689f93 print version from Mercurial
František Kučera <franta-hg@frantovo.cz>
parents: 47
diff changeset
    30
	<xsl:param name="versionTag"/>
1dc027689f93 print version from Mercurial
František Kučera <franta-hg@frantovo.cz>
parents: 47
diff changeset
    31
	<xsl:param name="versionDistance"/>
1dc027689f93 print version from Mercurial
František Kučera <franta-hg@frantovo.cz>
parents: 47
diff changeset
    32
	<xsl:param name="versionHash"/>
51
21dfb69028a0 name: Sane software manifesto (lower case)
František Kučera <franta-hg@frantovo.cz>
parents: 49
diff changeset
    33
	<xsl:param name="versionChangedFiles"/>
81
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    34
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    35
	<xsl:output
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    36
		method="xml"
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    37
		indent="yes"
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    38
		encoding="UTF-8"
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    39
		doctype-public="-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    40
		doctype-system="http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd"
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    41
	/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    42
15
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    43
	<xsl:template match="/m:manifesto">
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    44
		<html>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    45
			<head>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    46
				<title>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    47
					<xsl:value-of select="m:title"/>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    48
				</title>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    49
				<link href="style.css" 	type="text/css" rel="StyleSheet"/>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    50
			</head>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    51
			<body>
29
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    52
				<div id="content">
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    53
					<h1>
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    54
						<xsl:value-of select="m:title"/>
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    55
					</h1>
81
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    56
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    57
					<xsl:call-template name="versionParagraph"/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    58
29
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    59
					<p>
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    60
						<xsl:value-of select="m:preamble"/>
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    61
					</p>
81
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    62
29
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    63
					<xsl:apply-templates select="m:chapter"/>
81
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    64
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    65
					<xsl:call-template name="footer"/>
15
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    66
29
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    67
				</div>
15
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    68
			</body>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    69
		</html>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    70
	</xsl:template>
81
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    71
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    72
	<xsl:template name="versionParagraph">
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    73
		<p style="text-align: center">
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    74
			<xsl:call-template name="version">
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    75
				<xsl:with-param name="tag" select="$versionTag"/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    76
				<xsl:with-param name="distance" select="$versionDistance"/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    77
				<xsl:with-param name="hash" select="$versionHash"/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    78
				<xsl:with-param name="changedFiles" select="$versionChangedFiles"/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    79
			</xsl:call-template>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    80
		</p>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    81
	</xsl:template>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    82
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    83
	<xsl:template name="footer">
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    84
		<xsl:param name="otherFormatsURL"/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    85
		<hr/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    86
		<p class="footer">
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    87
			<a href="{/m:manifesto/m:url}">
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    88
				<xsl:value-of select="/m:manifesto/m:title"/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    89
			</a>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    90
			(<a href="https://hg.globalcode.info/sane-software/sane-software-manifesto/">sources</a>)
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    91
			other formats:
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    92
			<a href="{normalize-space($otherFormatsURL)}ssm.en.pdf">PDF</a>,
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    93
			<a href="{normalize-space($otherFormatsURL)}ssm.en.txt">TXT</a>,
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    94
			<a href="{normalize-space($otherFormatsURL)}ssm.en.epub">EPUB</a>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    95
			<br/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    96
			Copyright © <xsl:value-of select="/m:manifesto/m:license/m:year"/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    97
			<xsl:text> </xsl:text>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    98
			<xsl:value-of select="/m:manifesto/m:author"/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
    99
			<br/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
   100
			<xsl:value-of select="/m:manifesto/m:license/m:prefix"/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
   101
			<a href="{/m:manifesto/m:license/m:url}">
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
   102
				<xsl:value-of select="/m:manifesto/m:license/m:name"/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
   103
			</a>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
   104
			<xsl:value-of select="/m:manifesto/m:license/m:suffix"/>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
   105
		</p>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
   106
	</xsl:template>
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
   107
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
   108
15
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   109
	<xsl:template match="m:chapter">
53
f62393f88eab css: highlight current item (#id)
František Kučera <franta-hg@frantovo.cz>
parents: 51
diff changeset
   110
		<div id="{m:id}" class="chapter">
f62393f88eab css: highlight current item (#id)
František Kučera <franta-hg@frantovo.cz>
parents: 51
diff changeset
   111
			<h2>
f62393f88eab css: highlight current item (#id)
František Kučera <franta-hg@frantovo.cz>
parents: 51
diff changeset
   112
				<xsl:value-of select="m:name"/>
f62393f88eab css: highlight current item (#id)
František Kučera <franta-hg@frantovo.cz>
parents: 51
diff changeset
   113
				<xsl:text> </xsl:text>
67
78eca0b3ab5f style: change font to more classic Computer Modern (CMU) + change the anchor symbol
František Kučera <franta-hg@frantovo.cz>
parents: 63
diff changeset
   114
				<a href="#{m:id}" class="anchor">§</a>
53
f62393f88eab css: highlight current item (#id)
František Kučera <franta-hg@frantovo.cz>
parents: 51
diff changeset
   115
			</h2>
f62393f88eab css: highlight current item (#id)
František Kučera <franta-hg@frantovo.cz>
parents: 51
diff changeset
   116
			<ul>
f62393f88eab css: highlight current item (#id)
František Kučera <franta-hg@frantovo.cz>
parents: 51
diff changeset
   117
				<xsl:apply-templates select="m:item"/>
f62393f88eab css: highlight current item (#id)
František Kučera <franta-hg@frantovo.cz>
parents: 51
diff changeset
   118
			</ul>
f62393f88eab css: highlight current item (#id)
František Kučera <franta-hg@frantovo.cz>
parents: 51
diff changeset
   119
		</div>
15
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   120
	</xsl:template>
81
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
   121
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
   122
15
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   123
	<xsl:template match="m:item">
47
7e665331bc32 item classification: requirement, recommendation, information
František Kučera <franta-hg@frantovo.cz>
parents: 39
diff changeset
   124
		<li id="{m:id}" class="{m:type}">
15
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   125
			<xsl:apply-templates select="m:text"/>
16
131b90c4909e generate links/anchors so we can link to particular items
František Kučera <franta-hg@frantovo.cz>
parents: 15
diff changeset
   126
			<xsl:text> </xsl:text>
67
78eca0b3ab5f style: change font to more classic Computer Modern (CMU) + change the anchor symbol
František Kučera <franta-hg@frantovo.cz>
parents: 63
diff changeset
   127
			<a href="#{m:id}" class="anchor">§</a>
15
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   128
			<xsl:if test="m:item">
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   129
				<ul>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   130
					<xsl:apply-templates select="m:item"/>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   131
				</ul>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   132
			</xsl:if>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   133
		</li>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   134
	</xsl:template>
81
47717a4ed4bb add EPUB (eBook) output
František Kučera <franta-hg@frantovo.cz>
parents: 78
diff changeset
   135
15
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   136
	<xsl:template match="m:text">
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   137
		<xsl:apply-templates/>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   138
		<xsl:text>&#10;</xsl:text>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   139
	</xsl:template>
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   140
96fc2f42b1e1 conversion to XML format, XSD, XSLT
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   141
</xsl:stylesheet>