Skip to content
Snippets Groups Projects
Commit 88c1e9dc authored by Edith Cannet's avatar Edith Cannet
Browse files

traitement XSL pour les liens hypertextes

parent 592e8d9e
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,10 @@
</span>
</xsl:template>
<!--link-->
<xsl:template match="ext-link[@xlink:href]">
<a href="{@xlink:href}"><xsl:apply-templates/></a>
</xsl:template>
<!-- bibr -->
<xsl:template match="xref[@ref-type='bibr']">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment