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 Wolne Lektury. 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         <!-- inline elements -->
 
  17         <xsl:template match="motyw" mode="inline"/>
 
  20         <xsl:template match="slowo_obce" mode="inline">
 
  22                         <xsl:apply-templates mode="inline"/>
 
  25         <xsl:template match="tytul_dziela" mode="inline">
 
  27             <xsl:if test="@typ">„</xsl:if>
 
  28                         <xsl:apply-templates mode="inline"/>
 
  29             <xsl:if test="@typ">”</xsl:if>
 
  32         <xsl:template match="wyroznienie" mode="inline">
 
  34                         <xsl:apply-templates mode="inline"/>
 
  37         <xsl:template match="indeks_dolny" mode="inline">
 
  39                         <xsl:apply-templates mode="inline"/>
 
  42         <xsl:template match="wieksze_odstepy" mode="inline">
 
  43                 <xsl:apply-templates mode="inline"/>
 
  47         <xsl:template match="text()" mode="inline">
 
  48                 <xsl:value-of select="wl:substitute_entities(.)"/>
 
  51         <xsl:template match="uwaga" mode="inline"/>
 
  52         <xsl:template match="extra" mode="inline"/>