Preliminary math and tables support.
[librarian.git] / librarian / xslt / book2txt.xslt
index 317e581..a578492 100644 (file)
 <xsl:apply-templates mode="inline" />
 </xsl:template>
 
+<xsl:template match="tabela">
+       <xsl:text>
+
+</xsl:text>
+<xsl:apply-templates/>
+<xsl:text>
+</xsl:text>
+</xsl:template>
+<xsl:template match="wiersz">
+       <xsl:apply-templates />
+       <xsl:text>
+</xsl:text>
+</xsl:template>
+<xsl:template match="kol">
+       <xsl:apply-templates mode="inline" />
+       <xsl:text>    </xsl:text>
+</xsl:template>
+
 
 <!-- ================================================ -->
 <!-- = INLINE TAGS                                  = -->