1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
\r
3 <xsl:output method="html" version="1.0" encoding="utf-8" />
\r
4 <xsl:output doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" />
\r
5 <xsl:output doctype-public="-//W3C//DTD XHTML 1.1//EN" />
\r
7 <xsl:template match="/" >
\r
8 <xsl:element name="html" xmlns="http://www.w3.org/1999/xhtml">
\r
9 <xsl:element name="head">
\r
10 <link rel="stylesheet" href="style.css" type="text/css" />
\r
11 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
\r
16 <xsl:element name="body" xmlns="http://www.w3.org/1999/xhtml">
\r
17 <xsl:element name="div" xmlns="http://www.w3.org/1999/xhtml">
\r
18 <xsl:attribute name="id">book-text</xsl:attribute>
\r
19 <xsl:if test="//nazwa_utworu">
\r
20 <!--h1 xmlns="http://www.w3.org/1999/xhtml"-->
\r
21 <xsl:apply-templates select=" //nazwa_utworu" mode="poczatek"/>
\r
22 <xsl:apply-templates select=" //podtytul" mode="poczatek"/>
\r
25 <xsl:apply-templates />
\r
31 <!--===========================================================-->
\r
32 <!-- Tagi BLOKOWE -->
\r
33 <!--===========================================================-->
\r
35 <xsl:template match="nota">
\r
36 <div class="note" xmlns="http://www.w3.org/1999/xhtml">
\r
37 <xsl:apply-templates />
\r
41 <xsl:template match="lista_osob" >
\r
42 <div class="person-list" xmlns="http://www.w3.org/1999/xhtml">
\r
43 <div class="h3" xmlns="http://www.w3.org/1999/xhtml">
\r
44 <xsl:apply-templates select="child::naglowek_listy" />
\r
46 <ol xmlns="http://www.w3.org/1999/xhtml">
\r
47 <xsl:apply-templates select="lista_osoba" />
\r
52 <xsl:template match="dedykacja">
\r
53 <div class="dedication" xmlns="http://www.w3.org/1999/xhtml">
\r
54 <xsl:apply-templates />
\r
58 <xsl:template match="kwestia">
\r
59 <div class="kwestia" xmlns="http://www.w3.org/1999/xhtml">
\r
60 <xsl:apply-templates select="strofa|akapit|didaskalia|akap " />
\r
64 <xsl:template match="dlugi_cytat|poezja_cyt">
\r
65 <div class="block" xmlns="http://www.w3.org/1999/xhtml">
\r
66 <xsl:apply-templates />
\r
70 <xsl:template match="motto">
\r
71 <div class="motto" xmlns="http://www.w3.org/1999/xhtml">
\r
72 <xsl:apply-templates />
\r
76 <!--===========================================================-->
\r
77 <!-- Tagi PARAGRAFOWE -->
\r
78 <!--===========================================================-->
\r
80 <xsl:template match="autor_utworu" mode="poczatek">
\r
81 <h2 class="author" xmlns="http://www.w3.org/1999/xhtml">
\r
82 <xsl:apply-templates />
\r
86 <xsl:template match="autor_utworu" />
\r
88 <xsl:template match="dzielo_nadrzedne" mode="poczatek">
\r
89 <h2 class="collection" xmlns="http://www.w3.org/1999/xhtml">
\r
90 <xsl:apply-templates />
\r
94 <xsl:template match="dzielo_nadrzedne" />
\r
96 <xsl:template match="nazwa_utworu" mode="poczatek" >
\r
97 <h2 class="intitle" xmlns="http://www.w3.org/1999/xhtml">
\r
98 <xsl:apply-templates />
\r
102 <xsl:template match="nazwa_utworu" />
\r
104 <xsl:template match="podtytul" mode="poczatek">
\r
105 <h2 class="insubtitle" xmlns="http://www.w3.org/1999/xhtml">
\r
106 <xsl:apply-templates />
\r
110 <xsl:template match="podtytul" />
\r
112 <xsl:template match="naglowek_czesc|srodtytul">
\r
113 <h2 class="h2" xmlns="http://www.w3.org/1999/xhtml">
\r
114 <xsl:apply-templates />
\r
118 <xsl:template match="naglowek_akt">
\r
119 <h2 class="h2" xmlns="http://www.w3.org/1999/xhtml">
\r
120 <xsl:apply-templates />
\r
124 <xsl:template match="naglowek_scena">
\r
125 <a id="sub{@sub}" xmlns="http://www.w3.org/1999/xhtml"></a>
\r
126 <h2 class="h3" xmlns="http://www.w3.org/1999/xhtml">
\r
127 <xsl:apply-templates />
\r
131 <xsl:template match="naglowek_podrozdzial">
\r
132 <a id="sub{@sub}" xmlns="http://www.w3.org/1999/xhtml"></a>
\r
133 <h2 class="h4" xmlns="http://www.w3.org/1999/xhtml">
\r
134 <xsl:apply-templates />
\r
138 <xsl:template match="naglowek_rozdzial">
\r
139 <h2 class="h3" xmlns="http://www.w3.org/1999/xhtml">
\r
140 <xsl:apply-templates />
\r
144 <xsl:template match="naglowek_osoba">
\r
145 <h2 class="h4" xmlns="http://www.w3.org/1999/xhtml">
\r
146 <xsl:apply-templates />
\r
150 <xsl:template match="miejsce_czas">
\r
151 <div class="place-and-time" xmlns="http://www.w3.org/1999/xhtml">
\r
152 <xsl:apply-templates />
\r
156 <xsl:template match="didaskalia">
\r
157 <div class="didaskalia" xmlns="http://www.w3.org/1999/xhtml">
\r
158 <xsl:apply-templates />
\r
162 <xsl:template match="akap|akap_dialog|akap_cd">
\r
163 <p class="paragraph" xmlns="http://www.w3.org/1999/xhtml">
\r
164 <xsl:apply-templates />
\r
168 <xsl:template match="strofa">
\r
169 <div class="stanza" xmlns="http://www.w3.org/1999/xhtml">
\r
170 <xsl:apply-templates />
\r
171 </div><div xmlns="http://www.w3.org/1999/xhtml"> </div>
\r
174 <xsl:template match="wers_normalny">
\r
175 <div class="verse" xmlns="http://www.w3.org/1999/xhtml">
\r
176 <xsl:apply-templates />
\r
180 <xsl:template match="wers_akap">
\r
181 <div class="verse" style="margin-left: 1em;" xmlns="http://www.w3.org/1999/xhtml">
\r
182 <xsl:apply-templates />
\r
186 <xsl:template match="wers_wciety">
\r
187 <div class="verse" style='margin-left:1em;' xmlns="http://www.w3.org/1999/xhtml">
\r
188 <xsl:apply-templates />
\r
192 <xsl:template match="wers_wciety[@typ!='']">
\r
193 <div class="verse" xmlns="http://www.w3.org/1999/xhtml">
\r
194 <xsl:attribute name="style">
\r
195 margin-left: <xsl:value-of select="@typ" />em;
\r
197 <xsl:apply-templates />
\r
201 <xsl:template match="wers_cd">
\r
202 <div class="verse" style="margin-left: 12em;" xmlns="http://www.w3.org/1999/xhtml">
\r
203 <xsl:apply-templates />
\r
207 <xsl:template match="motto_podpis">
\r
208 <div class="motto_podpis" xmlns="http://www.w3.org/1999/xhtml">
\r
209 <xsl:apply-templates />
\r
213 <!--===========================================================-->
\r
214 <!-- Tagi LINIOWE -->
\r
215 <!--===========================================================-->
\r
217 <xsl:template match="slowo_obce">
\r
218 <em class="foreign-word" xmlns="http://www.w3.org/1999/xhtml">
\r
219 <xsl:apply-templates />
\r
223 <xsl:template match="mat" >
\r
224 <em class="math" xmlns="http://www.w3.org/1999/xhtml">
\r
225 <xsl:apply-templates />
\r
229 <xsl:template match="didask_tekst" >
\r
230 <em class="didaskalia" xmlns="http://www.w3.org/1999/xhtml">
\r
231 <xsl:apply-templates />
\r
235 <xsl:template match="tytul_dziela" >
\r
236 <em class="book-title" xmlns="http://www.w3.org/1999/xhtml">
\r
237 <xsl:if test="@typ = '1'" >„</xsl:if>
\r
238 <xsl:apply-templates />
\r
239 <xsl:if test="@typ = '1'">”</xsl:if>
\r
243 <xsl:template match="wyroznienie" >
\r
244 <em class="author-emphasis" xmlns="http://www.w3.org/1999/xhtml">
\r
245 <xsl:apply-templates />
\r
249 <xsl:template match="osoba" >
\r
250 <em class="person" xmlns="http://www.w3.org/1999/xhtml">
\r
251 <xsl:apply-templates />
\r
255 <xsl:template match="naglowek_listy" >
\r
256 <xsl:apply-templates />
\r
259 <xsl:template match="lista_osoba" >
\r
260 <li xmlns="http://www.w3.org/1999/xhtml">
\r
261 <xsl:apply-templates />
\r
265 <!--===========================================================-->
\r
266 <!-- Tagi STANDALONE -->
\r
267 <!--===========================================================-->
\r
269 <xsl:template match="sekcja_swiatlo">
\r
270 <p class="spacer" xmlns="http://www.w3.org/1999/xhtml"> </p>
\r
273 <xsl:template match="sekcja_asterysk">
\r
274 <p class="spacer-asterisk" xmlns="http://www.w3.org/1999/xhtml">*</p>
\r
277 <xsl:template match="separator_linia">
\r
278 <hr class="spacer-line" xmlns="http://www.w3.org/1999/xhtml"></hr>
\r
281 <!--===========================================================-->
\r
282 <!-- Tagi SPECJALNE -->
\r
283 <!--===========================================================-->
\r
285 <xsl:template match="motyw" />
\r
287 <!--===========================================================-->
\r
288 <!-- Tagi IGNOROWANE -->
\r
289 <!--===========================================================-->
\r
291 <xsl:template match="extra" />
\r
293 <xsl:template match="pe|pa|pr|pt" >
\r
294 <a id="anchor-{.}" class="anchor" href="annotations.html#annotation-{.}"
\r
295 xmlns="http://www.w3.org/1999/xhtml">[<xsl:apply-templates />]</a>
\r
298 <xsl:template match="uwaga" />
\r
300 <xsl:template match="nota_red" />
\r
302 <!--pominięcie tych metadanych-->
\r
303 <xsl:template match="rdf:RDF" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
\r
305 <!--===========================================================-->
\r
306 <!-- Tagi TEKSTOWE -->
\r
307 <!--===========================================================-->
\r
309 <xsl:template match="text()" >
\r
310 <xsl:value-of select="." disable-output-escaping="yes"/>
\r
313 <xsl:template match="text()" >
\r
314 <xsl:value-of select="." disable-output-escaping="yes"/>
\r