Moved Person class from dcparser.person to dcparser.converters and removed module...
[wolnelektury.git] / lib / librarian / book2html.xslt
index bd1b8bb..47e126a 100644 (file)
 
 <xsl:template match="tytul_dziela" mode="inline">
     <em class="book-title">
-        <xsl:if test="./@typ = '1'">„</xsl:if><xsl:apply-templates mode="inline" /><xsl:if test="./@typ = '1">”</xsl:if>
+        <xsl:if test="@typ = '1'">„</xsl:if><xsl:apply-templates mode="inline" /><xsl:if test="@typ = '1'">”</xsl:if>
     </em>
 </xsl:template>
 
     <hr class="spacer" />
 </xsl:template>
 
+<xsl:template match="sekcja_asterysk">
+    <p class="spacer-asterisk">*</p>
+</xsl:template>
+
+<xsl:template match="separator_linia">
+    <hr class="spacer-line" />
+</xsl:template>
+
 
 <!-- ================ -->
 <!-- = SPECIAL TAGS = -->