images in HTML
[librarian.git] / librarian / xslt / book2html.xslt
index c8aa52b..715490e 100644 (file)
 <xsl:template match="ilustr">
     <img>
         <xsl:attribute name="src">
-            <xsl:value-of select="@src" />
+            <xsl:value-of select="$gallery" /><xsl:value-of select="@src" />
         </xsl:attribute>
         <xsl:attribute name="alt">
             <xsl:value-of select="@alt" />