Merge branch 'master' into ofop
[librarian.git] / librarian / epub / xsltScheme.xsl
index 25296d3..395e950 100644 (file)
   <xsl:template match="strofa">
     <div class="stanza" xmlns="http://www.w3.org/1999/xhtml">
       <xsl:apply-templates />
-    </div><div xmlns="http://www.w3.org/1999/xhtml">&#160;</div>
+    </div><div class='stanza-spacer' xmlns="http://www.w3.org/1999/xhtml">&#160;</div>
   </xsl:template>
 
   <xsl:template match="wers_normalny">
     <hr class="spacer-line" xmlns="http://www.w3.org/1999/xhtml"></hr>
   </xsl:template>
 
+  <xsl:template match="ilustr">
+    <div xmlns="http://www.w3.org/1999/xhtml" class="ilustr">
+      <img xmlns="http://www.w3.org/1999/xhtml" alt="ilustracja">
+        <xsl:attribute name="src">
+          <xsl:value-of select="@src" />
+        </xsl:attribute>
+      </img>
+    </div>
+  </xsl:template>
+
+  <xsl:template match="stopka" />
+
   <!--===========================================================-->
   <!-- Tagi SPECJALNE -->
   <!--===========================================================-->