restore editorial section
[librarian.git] / librarian / epub / xsltScheme.xsl
index 01870e6..517a1c6 100644 (file)
     </div>
   </xsl:template>
 
+  <xsl:template match="ramka">
+    <div class="frame" xmlns="http://www.w3.org/1999/xhtml">
+      <xsl:apply-templates />
+    </div>
+  </xsl:template>
+
   <xsl:template match="motto">
     <div class="motto" xmlns="http://www.w3.org/1999/xhtml">
       <xsl:apply-templates />
     </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 -->
   <!--===========================================================-->