Skip to content

Commit

Permalink
Remove unwanted DOI display
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgit committed Apr 3, 2014
1 parent 303686f commit 1b8fb60
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/data/xsl/jats-to-html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -463,14 +463,6 @@
</span>
</xsl:template>


<!-- object DOI -->
<xsl:template match="object-id[@pub-id-type='doi']">
<a class="{local-name()}" href="http://dx.doi.org/{.}">
<xsl:apply-templates select="node()|@*"/>
</a>
</xsl:template>

<!-- other object ID -->
<xsl:template match="object-id"/>

Expand Down

0 comments on commit 1b8fb60

Please sign in to comment.