tabelka in other formats
[librarian.git] / librarian / xslt / book2txt.xslt
old mode 100755 (executable)
new mode 100644 (file)
index 317e581..6a25023
 <xsl:apply-templates mode="inline" />
 </xsl:template>
 
+<xsl:template match="tabela|tabelka">
+       <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                                  = -->
 <xsl:template match="extra|uwaga" mode="inline" />
 
 <xsl:template match="nota_red" />
+<xsl:template match="abstrakt" />
 
 <!-- ======== -->
 <!-- = TEXT = -->