Preliminary math and tables support.
[librarian.git] / librarian / fb2 / paragraphs.xslt
index 68c6257..334412e 100644 (file)
                <empty-line/><p>————————</p><empty-line/>
        </xsl:template>
 
+       <xsl:template mode="para" match="tabela">
+               <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="*"/>