</div>
</xsl:template>
+ <xsl:template match="ramka">
+ <div class="frame" 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 />
</xsl:template>
<xsl:template match="naglowek_scena">
- <a id="sub{@sub}" xmlns="http://www.w3.org/1999/xhtml"></a>
+ <a id="sub{@sub}" xmlns="http://www.w3.org/1999/xhtml"><xsl:comment/><!-- hack to keep closing tags --></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>
+ <a id="sub{@sub}" xmlns="http://www.w3.org/1999/xhtml"><xsl:comment/><!-- same as above --></a>
<h2 class="h4" xmlns="http://www.w3.org/1999/xhtml">
<xsl:apply-templates />
</h2>
</h2>
</xsl:template>
+ <xsl:template match="podtytul_czesc|podtytul_akt">
+ <h2 class="h2"><small>
+ <xsl:apply-templates />
+ </small></h2>
+ </xsl:template>
+
+ <xsl:template match="podtytul_rozdzial|podtytul_scena">
+ <h2 class="h3"><small>
+ <xsl:apply-templates />
+ </small></h2>
+ </xsl:template>
+
+ <xsl:template match="podtytul_podrozdzial">
+ <h2 class="h4"><small>
+ <xsl:apply-templates />
+ </small></h2>
+ </xsl:template>
+
+
<xsl:template match="naglowek_osoba">
<h2 class="h4" xmlns="http://www.w3.org/1999/xhtml">
<xsl:apply-templates />