+ <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>
+
+