add link tag
[librarian.git] / librarian / fb2 / inline.xslt
index 03c6b65..7e6f4e3 100644 (file)
                        <xsl:apply-templates mode="inline"/>
                </strong>
        </xsl:template>
+       <xsl:template match="link" >
+               <a l:type="simple">
+                       <xsl:attribute name="l:href"><xsl:value-of select="@src"/></xsl:attribute>
+                       <xsl:apply-templates />
+               </a>
+       </xsl:template>
 
        <!-- text -->
        <xsl:template match="text()" mode="inline">