fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix verse numbering.
[librarian.git]
/
librarian
/
fb2
/
paragraphs.xslt
diff --git
a/librarian/fb2/paragraphs.xslt
b/librarian/fb2/paragraphs.xslt
index
334412e
..
e2dc26b
100644
(file)
--- a/
librarian/fb2/paragraphs.xslt
+++ b/
librarian/fb2/paragraphs.xslt
@@
-23,7
+23,7
@@
<cite><xsl:apply-templates mode="para"/></cite>
</xsl:template>
<cite><xsl:apply-templates mode="para"/></cite>
</xsl:template>
- <xsl:template mode="para" match="srodtytul">
+ <xsl:template mode="para" match="srodtytul
|podtytul_czesc|podtytul_rozdzial|podtytul_podrozdzial|podtytul_akt|podtytul_scena
">
<p><strong><xsl:apply-templates mode="inline"/></strong></p>
</xsl:template>
<p><strong><xsl:apply-templates mode="inline"/></strong></p>
</xsl:template>
@@
-39,7
+39,7
@@
<empty-line/><p>————————</p><empty-line/>
</xsl:template>
<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">
<table><xsl:apply-templates mode="para" /></table>
</xsl:template>
<xsl:template mode="para" match="wiersz">
@@
-49,6
+49,9
@@
<td><xsl:apply-templates mode="inline" /></td>
</xsl:template>
<td><xsl:apply-templates mode="inline" /></td>
</xsl:template>
+ <xsl:template mode="para" match="ramka">
+ <xsl:apply-templates mode="para" />
+ </xsl:template>
<xsl:template mode="para" match="*"/>
<xsl:template mode="para" match="*"/>