X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/2258dea3cedb63cc7b0f0bcacec6d863381d42ca..e5c95de3a288109e039276eeb2cac65cf8b0080e:/librarian/fb2/paragraphs.xslt?ds=sidebyside diff --git a/librarian/fb2/paragraphs.xslt b/librarian/fb2/paragraphs.xslt index 01943a3..68c6257 100644 --- a/librarian/fb2/paragraphs.xslt +++ b/librarian/fb2/paragraphs.xslt @@ -13,12 +13,34 @@ <!-- in paragraph mode --> - <xsl:template mode="para" match="akap|akap_dialog"> + <xsl:template mode="para" match="akap|akap_dialog|akap_cd|motto_podpis"> <!-- paragraphs & similar --> <p><xsl:apply-templates mode="inline"/></p> </xsl:template> + <xsl:template mode="para" match="dlugi_cytat|motto|dedykacja|nota"> + <cite><xsl:apply-templates mode="para"/></cite> + </xsl:template> + + <xsl:template mode="para" match="srodtytul"> + <p><strong><xsl:apply-templates mode="inline"/></strong></p> + </xsl:template> + + <xsl:template mode="para" match="sekcja_swiatlo"> + <empty-line/><empty-line/><empty-line/> + </xsl:template> + + <xsl:template mode="para" match="sekcja_asterysk"> + <empty-line/><p>*</p><empty-line/> + </xsl:template> + + <xsl:template mode="para" match="separator_linia"> + <empty-line/><p>ââââââââ</p><empty-line/> + </xsl:template> + + + <xsl:template mode="para" match="*"/> <xsl:template mode="sections" match="*"/> </xsl:stylesheet>