fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add link tag
[librarian.git]
/
librarian
/
epub
/
xsltScheme.xsl
diff --git
a/librarian/epub/xsltScheme.xsl
b/librarian/epub/xsltScheme.xsl
index
73faf5d
..
517a1c6
100644
(file)
--- a/
librarian/epub/xsltScheme.xsl
+++ b/
librarian/epub/xsltScheme.xsl
@@
-286,6
+286,13
@@
</li>
</xsl:template>
</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 -->
<!--===========================================================-->
<!--===========================================================-->
<!-- Tagi STANDALONE -->
<!--===========================================================-->