last page not-wl version
[librarian.git] / librarian / epub / xsltScheme.xsl
index 3ddcf97..395e950 100644 (file)
     <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 -->
   <!--===========================================================-->