Add podtytul_* tags; refs #4005.
[librarian.git] / librarian / fb2 / paragraphs.xslt
index 68c6257..e2dc26b 100644 (file)
@@ -23,7 +23,7 @@
                <cite><xsl:apply-templates mode="para"/></cite>
        </xsl:template>
 
-       <xsl:template mode="para" match="srodtytul">
+       <xsl:template mode="para" match="srodtytul|podtytul_czesc|podtytul_rozdzial|podtytul_podrozdzial|podtytul_akt|podtytul_scena">
                <p><strong><xsl:apply-templates mode="inline"/></strong></p>
        </xsl:template>
 
                <empty-line/><p>————————</p><empty-line/>
        </xsl:template>
 
+       <xsl:template mode="para" match="tabela|tabelka">
+               <table><xsl:apply-templates mode="para" /></table>
+       </xsl:template>
+       <xsl:template mode="para" match="wiersz">
+               <tr><xsl:apply-templates mode="para" /></tr>
+       </xsl:template>
+       <xsl:template mode="para" match="kol">
+               <td><xsl:apply-templates mode="inline" /></td>
+       </xsl:template>
+
+       <xsl:template mode="para" match="ramka">
+               <xsl:apply-templates mode="para" />
+       </xsl:template>
 
 
        <xsl:template mode="para" match="*"/>