1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3 <xsl:output method="html" version="1.0" encoding="utf-8" />
5 <xsl:template match="/">
6 <html xmlns="http://www.w3.org/1999/xhtml">
8 <link rel="stylesheet" href="style.css" type="text/css" />
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11 <xsl:text>Przypisy</xsl:text>
15 <div id="book-text" xmlns="http://www.w3.org/1999/xhtml">
16 <div id="footnotes" xmlns="http://www.w3.org/1999/xhtml">
17 <h2 xmlns="http://www.w3.org/1999/xhtml">
18 <xsl:text>Przypisy:</xsl:text>
20 <xsl:apply-templates mode="przypis" />
27 <xsl:template match="text()" >
28 <xsl:value-of select="." />
31 <xsl:template match="pa|pe|pr|pt" mode="przypis">
32 <p class="annotation" id="annotation-{@number}" xmlns="http://www.w3.org/1999/xhtml"><a href="part{@part}.xhtml#anchor-{@number}" xmlns="http://www.w3.org/1999/xhtml"><xsl:value-of select="@number" /></a>. <xsl:apply-templates /><xsl:if test="name()='pa'"> [przypis autorski]</xsl:if><xsl:if test="name()='pt'"> [przypis tłumacza]</xsl:if><xsl:if test="name()='pr'"> [przypis redakcyjny]</xsl:if><xsl:if test="name()='pe'"> [przypis edytorski]</xsl:if></p>
33 <xsl:text>
</xsl:text>
36 <xsl:template match="slowo_obce">
37 <em class="foreign-word" xmlns="http://www.w3.org/1999/xhtml">
38 <xsl:apply-templates select="text()" />
42 <xsl:template match="akap|akap_cd">
43 <p class="paragraph" xmlns="http://www.w3.org/1999/xhtml">
44 <xsl:apply-templates />
48 <xsl:template match="strofa">
49 <div class="stanza" xmlns="http://www.w3.org/1999/xhtml">
50 <xsl:apply-templates />
54 <xsl:template match="tytul_dziela" >
55 <em class="book-title" xmlns="http://www.w3.org/1999/xhtml">
56 <xsl:if test="@typ = '1'" >„</xsl:if>
57 <xsl:apply-templates />
58 <xsl:if test="@typ = '1'">”</xsl:if>
62 <xsl:template match="wers_normalny">
63 <p class="verse" xmlns="http://www.w3.org/1999/xhtml">
64 <xsl:apply-templates />