1 <?xml version="1.0" encoding="utf-8"?>
4 This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
5 Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
8 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
9 xmlns:wl="http://wolnelektury.pl/functions"
10 xmlns:dc="http://purl.org/dc/elements/1.1/"
11 xmlns="http://www.gribuser.ru/xml/fictionbook/2.0"
12 xmlns:l="http://www.w3.org/1999/xlink">
14 <xsl:template mode="para" match="lista_osob">
16 <xsl:apply-templates mode="para"/>
20 <xsl:template mode="para" match="kwestia">
22 <xsl:apply-templates mode="para"/>
26 <xsl:template mode="para" match="lista_osoba">
27 <p><xsl:apply-templates mode="inline"/></p>
30 <xsl:template mode="para" match="naglowek_listy|naglowek_osoba">
31 <p><strong><xsl:apply-templates mode="inline"/></strong></p>
34 <xsl:template mode="para" match="miejsce_czas|didaskalia|didask_tekst">
35 <p><emphasis><xsl:apply-templates mode="inline"/></emphasis></p>
38 <xsl:template mode="inline" match="didaskalia|didask_tekst">
39 <emphasis><xsl:apply-templates mode="inline"/></emphasis>