We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96d43d commit 26f72fcCopy full SHA for 26f72fc
src/transform/xsl/default.xsl
@@ -1860,7 +1860,7 @@
1860
<xsl:template match="mixed-citation">
1861
<!-- Render each mixed-citation as-is https://jats.nlm.nih.gov/archiving/tag-library/1.1/element/mixed-citation.html -->
1862
<!-- Only exceptions are that we want titles <source> in italics and hyperlinked uris elements-->
1863
- <xsl:apply-templates select="source | node()" mode="nscitation"/>
+ <xsl:apply-templates select="source | node()[not(self::ext-link)]" mode="nscitation"/>
1864
<xsl:apply-templates select="ext-link"/>
1865
</xsl:template>
1866
0 commit comments