-<?xml version="1.0" encoding="utf-8"?>\r
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">\r
- <xsl:output method="html" version="1.0" encoding="utf-8" />\r
- <xsl:output doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" />\r
- <xsl:output doctype-public="-//W3C//DTD XHTML 1.1//EN" />\r
-\r
- <xsl:template match="/" >\r
- <xsl:element name="html" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:element name="head">\r
- <link rel="stylesheet" href="style.css" type="text/css" />\r
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />\r
- <title>\r
- WolneLektury.pl\r
- </title>\r
- </xsl:element>\r
- <xsl:element name="body" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:element name="div" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:attribute name="id">book-text</xsl:attribute>\r
- <xsl:if test="//nazwa_utworu">\r
- <!--h1 xmlns="http://www.w3.org/1999/xhtml"-->\r
- <xsl:apply-templates select=" //nazwa_utworu" mode="poczatek"/>\r
- <xsl:apply-templates select=" //podtytul" mode="poczatek"/>\r
- <!--/h1-->\r
- </xsl:if>\r
- <xsl:apply-templates />\r
- </xsl:element>\r
- </xsl:element>\r
- </xsl:element>\r
- </xsl:template>\r
-\r
- <!--===========================================================-->\r
- <!-- Tagi BLOKOWE -->\r
- <!--===========================================================-->\r
-\r
- <xsl:template match="nota">\r
- <div class="note" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </div>\r
- </xsl:template>\r
-\r
- <xsl:template match="lista_osob" >\r
- <div class="person-list" xmlns="http://www.w3.org/1999/xhtml">\r
- <div class="h3" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates select="child::naglowek_listy" />\r
- </div>\r
- <ol xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates select="lista_osoba" />\r
- </ol>\r
- </div>\r
- </xsl:template>\r
-\r
- <xsl:template match="dedykacja">\r
- <div class="dedication" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </div>\r
- </xsl:template>\r
-\r
- <xsl:template match="kwestia">\r
- <div class="kwestia" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates select="strofa|akapit|didaskalia|akap " />\r
- </div>\r
- </xsl:template>\r
-\r
- <xsl:template match="dlugi_cytat|poezja_cyt">\r
- <div class="block" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </div>\r
- </xsl:template>\r
-\r
- <xsl:template match="motto">\r
- <div class="motto" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </div>\r
- </xsl:template>\r
-\r
- <!--===========================================================-->\r
- <!-- Tagi PARAGRAFOWE -->\r
- <!--===========================================================-->\r
-\r
- <xsl:template match="autor_utworu" mode="poczatek">\r
- <h2 class="author" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </h2>\r
- </xsl:template>\r
-\r
- <xsl:template match="autor_utworu" />\r
-\r
- <xsl:template match="dzielo_nadrzedne" mode="poczatek">\r
- <h2 class="collection" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </h2>\r
- </xsl:template>\r
-\r
- <xsl:template match="dzielo_nadrzedne" />\r
-\r
- <xsl:template match="nazwa_utworu" mode="poczatek" >\r
- <h2 class="author" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </h2>\r
- </xsl:template>\r
-\r
- <xsl:template match="nazwa_utworu" />\r
-\r
- <xsl:template match="podtytul" mode="poczatek">\r
- <h2 class="author" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </h2>\r
- </xsl:template>\r
-\r
- <xsl:template match="podtytul" />\r
-\r
- <xsl:template match="naglowek_czesc|srodtytul">\r
- <h2 class="h2" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </h2>\r
- </xsl:template>\r
-\r
- <xsl:template match="naglowek_akt">\r
- <h2 class="h2" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </h2>\r
- </xsl:template>\r
-\r
- <xsl:template match="naglowek_scena">\r
- <a id="sub{@sub}" xmlns="http://www.w3.org/1999/xhtml"></a>\r
- <h2 class="h3" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </h2>\r
- </xsl:template>\r
-\r
- <xsl:template match="naglowek_podrozdzial">\r
- <a id="sub{@sub}" xmlns="http://www.w3.org/1999/xhtml"></a>\r
- <h2 class="h4" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </h2>\r
- </xsl:template>\r
-\r
- <xsl:template match="naglowek_rozdzial">\r
- <h2 class="h3" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </h2>\r
- </xsl:template>\r
-\r
- <xsl:template match="naglowek_osoba">\r
- <h2 class="h4" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </h2>\r
- </xsl:template>\r
-\r
- <xsl:template match="miejsce_czas">\r
- <div class="place-and-time" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </div>\r
- </xsl:template>\r
-\r
- <xsl:template match="didaskalia">\r
- <div class="didaskalia" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </div>\r
- </xsl:template>\r
-\r
- <xsl:template match="akap|akap_dialog|akap_cd">\r
- <p class="paragraph" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </p>\r
- </xsl:template>\r
-\r
- <xsl:template match="strofa">\r
- <div class="stanza" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </div><div xmlns="http://www.w3.org/1999/xhtml"> </div>\r
- </xsl:template>\r
-\r
- <xsl:template match="wers_normalny">\r
- <div class="verse" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
-  </div>\r
- </xsl:template>\r
-\r
- <xsl:template match="wers_akap">\r
- <div class="verse" style="margin-left: 1em;" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
-  </div>\r
- </xsl:template>\r
-\r
- <xsl:template match="wers_wciety">\r
- <div class="verse" style='margin-left:1em;' xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
-  </div>\r
- </xsl:template>\r
-\r
- <xsl:template match="wers_wciety[@typ!='']">\r
- <div class="verse" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:attribute name="style">\r
- margin-left: <xsl:value-of select="@typ" />em;\r
- </xsl:attribute>\r
- <xsl:apply-templates />\r
-  </div>\r
- </xsl:template>\r
-\r
- <xsl:template match="wers_cd">\r
- <div class="verse" style="margin-left: 12em;" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
-  </div>\r
- </xsl:template>\r
-\r
- <xsl:template match="motto_podpis">\r
- <div class="motto_podpis" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </div>\r
- </xsl:template>\r
-\r
- <!--===========================================================-->\r
- <!-- Tagi LINIOWE -->\r
- <!--===========================================================-->\r
-\r
- <xsl:template match="slowo_obce">\r
- <em class="foreign-word" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </em>\r
- </xsl:template>\r
-\r
- <xsl:template match="mat" >\r
- <em class="math" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </em>\r
- </xsl:template>\r
-\r
- <xsl:template match="didask_tekst" >\r
- <em class="didaskalia" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </em>\r
- </xsl:template>\r
-\r
- <xsl:template match="tytul_dziela" >\r
- <em class="book-title" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:if test="@typ = '1'" >„</xsl:if>\r
- <xsl:apply-templates />\r
- <xsl:if test="@typ = '1'">”</xsl:if>\r
- </em>\r
- </xsl:template>\r
-\r
- <xsl:template match="wyroznienie" >\r
- <em class="author-emphasis" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </em>\r
- </xsl:template>\r
-\r
- <xsl:template match="osoba" >\r
- <em class="person" xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </em>\r
- </xsl:template>\r
-\r
- <xsl:template match="naglowek_listy" >\r
- <xsl:apply-templates />\r
- </xsl:template>\r
-\r
- <xsl:template match="lista_osoba" >\r
- <li xmlns="http://www.w3.org/1999/xhtml">\r
- <xsl:apply-templates />\r
- </li>\r
- </xsl:template>\r
-\r
- <!--===========================================================-->\r
- <!-- Tagi STANDALONE -->\r
- <!--===========================================================-->\r
-\r
- <xsl:template match="sekcja_swiatlo">\r
- <p class="spacer" xmlns="http://www.w3.org/1999/xhtml"> </p>\r
- </xsl:template>\r
-\r
- <xsl:template match="sekcja_asterysk">\r
- <p class="spacer-asterisk" xmlns="http://www.w3.org/1999/xhtml">*</p>\r
- </xsl:template>\r
-\r
- <xsl:template match="separator_linia">\r
- <hr class="spacer-line" xmlns="http://www.w3.org/1999/xhtml"></hr>\r
- </xsl:template>\r
-\r
- <!--===========================================================-->\r
- <!-- Tagi SPECJALNE -->\r
- <!--===========================================================-->\r
-\r
- <xsl:template match="motyw" />\r
-\r
- <!--===========================================================-->\r
- <!-- Tagi IGNOROWANE -->\r
- <!--===========================================================-->\r
-\r
- <xsl:template match="extra" />\r
-\r
- <xsl:template match="pe|pa|pr|pt" >\r
- <a id="anchor-{.}" class="anchor" href="annotations.html#annotation-{.}" \r
- xmlns="http://www.w3.org/1999/xhtml">[<xsl:apply-templates />]</a>\r
- </xsl:template>\r
-\r
- <xsl:template match="uwaga" />\r
-\r
- <xsl:template match="nota_red" />\r
-\r
- <!--pominięcie tych metadanych-->\r
- <xsl:template match="rdf:RDF" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />\r
-\r
- <!--===========================================================-->\r
- <!-- Tagi TEKSTOWE -->\r
- <!--===========================================================-->\r
-\r
- <xsl:template match="text()" >\r
- <xsl:value-of select="." disable-output-escaping="yes"/>\r
- </xsl:template>\r
-\r
- <xsl:template match="text()" >\r
- <xsl:value-of select="." disable-output-escaping="yes"/>\r
- </xsl:template>\r
-\r
-</xsl:stylesheet>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+ <xsl:output method="html" version="1.0" encoding="utf-8" />
+ <xsl:output doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" />
+ <xsl:output doctype-public="-//W3C//DTD XHTML 1.1//EN" />
+
+ <xsl:template match="/" >
+ <xsl:element name="html" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:element name="head">
+ <link rel="stylesheet" href="style.css" type="text/css" />
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
+ <title>
+ WolneLektury.pl
+ </title>
+ </xsl:element>
+ <xsl:element name="body" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:element name="div" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:attribute name="id">book-text</xsl:attribute>
+ <xsl:if test="//nazwa_utworu">
+ <!--h1 xmlns="http://www.w3.org/1999/xhtml"-->
+ <xsl:apply-templates select=" //nazwa_utworu" mode="poczatek"/>
+ <xsl:apply-templates select=" //podtytul" mode="poczatek"/>
+ <!--/h1-->
+ </xsl:if>
+ <xsl:apply-templates />
+ </xsl:element>
+ </xsl:element>
+ </xsl:element>
+ </xsl:template>
+
+ <!--===========================================================-->
+ <!-- Tagi BLOKOWE -->
+ <!--===========================================================-->
+
+ <xsl:template match="nota">
+ <div class="note" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </div>
+ </xsl:template>
+
+ <xsl:template match="lista_osob" >
+ <div class="person-list" xmlns="http://www.w3.org/1999/xhtml">
+ <div class="h3" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates select="child::naglowek_listy" />
+ </div>
+ <ol xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates select="lista_osoba" />
+ </ol>
+ </div>
+ </xsl:template>
+
+ <xsl:template match="dedykacja">
+ <div class="dedication" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </div>
+ </xsl:template>
+
+ <xsl:template match="kwestia">
+ <div class="kwestia" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates select="strofa|akapit|didaskalia|akap " />
+ </div>
+ </xsl:template>
+
+ <xsl:template match="dlugi_cytat|poezja_cyt">
+ <div class="block" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </div>
+ </xsl:template>
+
+ <xsl:template match="motto">
+ <div class="motto" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </div>
+ </xsl:template>
+
+ <!--===========================================================-->
+ <!-- Tagi PARAGRAFOWE -->
+ <!--===========================================================-->
+
+ <xsl:template match="autor_utworu" mode="poczatek">
+ <h2 class="author" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </h2>
+ </xsl:template>
+
+ <xsl:template match="autor_utworu" />
+
+ <xsl:template match="dzielo_nadrzedne" mode="poczatek">
+ <h2 class="collection" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </h2>
+ </xsl:template>
+
+ <xsl:template match="dzielo_nadrzedne" />
+
+ <xsl:template match="nazwa_utworu" mode="poczatek" >
+ <h2 class="intitle" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </h2>
+ </xsl:template>
+
+ <xsl:template match="nazwa_utworu" />
+
+ <xsl:template match="podtytul" mode="poczatek">
+ <h2 class="insubtitle" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </h2>
+ </xsl:template>
+
+ <xsl:template match="podtytul" />
+
+ <xsl:template match="naglowek_czesc|srodtytul">
+ <h2 class="h2" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </h2>
+ </xsl:template>
+
+ <xsl:template match="naglowek_akt">
+ <h2 class="h2" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </h2>
+ </xsl:template>
+
+ <xsl:template match="naglowek_scena">
+ <a id="sub{@sub}" xmlns="http://www.w3.org/1999/xhtml"></a>
+ <h2 class="h3" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </h2>
+ </xsl:template>
+
+ <xsl:template match="naglowek_podrozdzial">
+ <a id="sub{@sub}" xmlns="http://www.w3.org/1999/xhtml"></a>
+ <h2 class="h4" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </h2>
+ </xsl:template>
+
+ <xsl:template match="naglowek_rozdzial">
+ <h2 class="h3" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </h2>
+ </xsl:template>
+
+ <xsl:template match="naglowek_osoba">
+ <h2 class="h4" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </h2>
+ </xsl:template>
+
+ <xsl:template match="miejsce_czas">
+ <div class="place-and-time" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </div>
+ </xsl:template>
+
+ <xsl:template match="didaskalia">
+ <div class="didaskalia" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </div>
+ </xsl:template>
+
+ <xsl:template match="akap|akap_dialog|akap_cd">
+ <p class="paragraph" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </p>
+ </xsl:template>
+
+ <xsl:template match="strofa">
+ <div class="stanza" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </div><div class='stanza-spacer' xmlns="http://www.w3.org/1999/xhtml"> </div>
+ </xsl:template>
+
+ <xsl:template match="wers_normalny">
+ <div class="verse" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+  </div>
+ </xsl:template>
+
+ <xsl:template match="wers_akap">
+ <div class="verse" style="margin-left: 1em;" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+  </div>
+ </xsl:template>
+
+ <xsl:template match="wers_wciety">
+ <div class="verse" style='margin-left:1em;' xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+  </div>
+ </xsl:template>
+
+ <xsl:template match="wers_wciety[@typ!='']">
+ <div class="verse" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:attribute name="style">
+ margin-left: <xsl:value-of select="@typ" />em;
+ </xsl:attribute>
+ <xsl:apply-templates />
+  </div>
+ </xsl:template>
+
+ <xsl:template match="wers_cd">
+ <div class="verse" style="margin-left: 12em;" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+  </div>
+ </xsl:template>
+
+ <xsl:template match="motto_podpis">
+ <div class="motto_podpis" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </div>
+ </xsl:template>
+
+ <!--===========================================================-->
+ <!-- Tagi LINIOWE -->
+ <!--===========================================================-->
+
+ <xsl:template match="slowo_obce">
+ <em class="foreign-word" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </em>
+ </xsl:template>
+
+ <xsl:template match="mat" >
+ <em class="math" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </em>
+ </xsl:template>
+
+ <xsl:template match="didask_tekst" >
+ <em class="didaskalia" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </em>
+ </xsl:template>
+
+ <xsl:template match="tytul_dziela" >
+ <em class="book-title" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:if test="@typ = '1'" >„</xsl:if>
+ <xsl:apply-templates />
+ <xsl:if test="@typ = '1'">”</xsl:if>
+ </em>
+ </xsl:template>
+
+ <xsl:template match="wyroznienie" >
+ <em class="author-emphasis" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </em>
+ </xsl:template>
+
+ <xsl:template match="osoba" >
+ <em class="person" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </em>
+ </xsl:template>
+
+ <xsl:template match="naglowek_listy" >
+ <xsl:apply-templates />
+ </xsl:template>
+
+ <xsl:template match="lista_osoba" >
+ <li xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:apply-templates />
+ </li>
+ </xsl:template>
+
+ <!--===========================================================-->
+ <!-- Tagi STANDALONE -->
+ <!--===========================================================-->
+
+ <xsl:template match="sekcja_swiatlo">
+ <p class="spacer" xmlns="http://www.w3.org/1999/xhtml"> </p>
+ </xsl:template>
+
+ <xsl:template match="sekcja_asterysk">
+ <p class="spacer-asterisk" xmlns="http://www.w3.org/1999/xhtml">*</p>
+ </xsl:template>
+
+ <xsl:template match="separator_linia">
+ <hr class="spacer-line" xmlns="http://www.w3.org/1999/xhtml"></hr>
+ </xsl:template>
+
+ <!--===========================================================-->
+ <!-- Tagi SPECJALNE -->
+ <!--===========================================================-->
+
+ <xsl:template match="motyw" />
+
+ <!--===========================================================-->
+ <!-- Tagi IGNOROWANE -->
+ <!--===========================================================-->
+
+ <xsl:template match="extra" />
+
+ <xsl:template match="pe|pa|pr|pt" >
+ <a id="anchor-{.}" class="anchor" href="annotations.html#annotation-{.}"
+ xmlns="http://www.w3.org/1999/xhtml">[<xsl:apply-templates />]</a>
+ </xsl:template>
+
+ <xsl:template match="uwaga" />
+
+ <xsl:template match="nota_red" />
+
+ <!--pominięcie tych metadanych-->
+ <xsl:template match="rdf:RDF" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />
+
+ <!--===========================================================-->
+ <!-- Tagi TEKSTOWE -->
+ <!--===========================================================-->
+
+ <xsl:template match="text()" >
+ <xsl:value-of select="." />
+ </xsl:template>
+
+ <xsl:template match="text()" >
+ <xsl:value-of select="." />
+ </xsl:template>
+
+</xsl:stylesheet>