tabelka in other formats
authorJan Szejko <janek37@gmail.com>
Tue, 21 Mar 2017 11:45:29 +0000 (12:45 +0100)
committerJan Szejko <janek37@gmail.com>
Tue, 21 Mar 2017 11:45:29 +0000 (12:45 +0100)
librarian/epub/xsltScheme.xsl
librarian/fb2/paragraphs.xslt
librarian/xslt/book2html.xslt
librarian/xslt/book2txt.xslt

index 750708e..c9c6a75 100644 (file)
     </img>
 </xsl:template>
 
-<xsl:template match="tabela">
+<xsl:template match="tabela|tabelka">
   <table xmlns="http://www.w3.org/1999/xhtml">
     <xsl:apply-templates />
   </table>
index 334412e..4307234 100644 (file)
@@ -39,7 +39,7 @@
                <empty-line/><p>————————</p><empty-line/>
        </xsl:template>
 
-       <xsl:template mode="para" match="tabela">
+       <xsl:template mode="para" match="tabela|tabelka">
                <table><xsl:apply-templates mode="para" /></table>
        </xsl:template>
        <xsl:template mode="para" match="wiersz">
index cde280e..d39a76a 100644 (file)
     <p class="motto_podpis"><xsl:apply-templates mode="inline" /></p>
 </xsl:template>
 
-<xsl:template match="tabela">
+<xsl:template match="tabela|tabelka">
     <table><xsl:apply-templates /></table>
 </xsl:template>
 <xsl:template match="wiersz">
index a8bb9f1..6a25023 100644 (file)
 <xsl:apply-templates mode="inline" />
 </xsl:template>
 
-<xsl:template match="tabela">
+<xsl:template match="tabela|tabelka">
        <xsl:text>
 
 </xsl:text>