<p class="motto_podpis"><xsl:apply-templates mode="inline" /></p>
</xsl:template>
+<xsl:template match="tabela">
+ <table><xsl:apply-templates /></table>
+</xsl:template>
+<xsl:template match="wiersz">
+ <tr><xsl:apply-templates /></tr>
+</xsl:template>
+<xsl:template match="kol">
+ <td><xsl:apply-templates mode="inline" /></td>
+</xsl:template>
+
+<xsl:template match="mat">
+ <math xmlns="http://www.w3.org/1998/Math/MathML"><xsl:copy-of select="*" /></math>
+</xsl:template>
+
<!-- ================================================ -->
<!-- = INLINE TAGS = -->
<!-- Other inline tags -->
<xsl:template match="mat" mode="inline">
- <em class="math"><xsl:apply-templates mode="inline" /></em>
+ <math xmlns="http://www.w3.org/1998/Math/MathML"><xsl:copy-of select="*" /></math>
</xsl:template>
<xsl:template match="didask_tekst" mode="inline">
<xsl:template match="extra|uwaga" mode="inline" />
<xsl:template match="nota_red" />
+<xsl:template match="abstrakt" />
<!-- ======== -->
<!-- = TEXT = -->