restore editorial section
[librarian.git] / librarian / epub / xsltScheme.xsl
index 73faf5d..517a1c6 100644 (file)
     </li>
   </xsl:template>
 
+  <xsl:template match="link" >
+    <a>
+      <xsl:attribute name="href"><xsl:value-of select="@src"/></xsl:attribute>
+      <xsl:apply-templates />
+    </a>
+  </xsl:template>
+
   <!--===========================================================-->
   <!-- Tagi STANDALONE -->
   <!--===========================================================-->