Skip to content

Conversation

StephDriver
Copy link
Contributor

closes #4335

Copy link
Member

@mauromsl mauromsl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm taking this over to fix a few things that have cropped up with links in the XSLT

Comment on lines +1863 to 1864
<xsl:apply-templates select="source | node()[not(self::ext-link)]" mode="nscitation"/>
<xsl:apply-templates select="ext-link"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the correct solution here is to remove the redundancy on line 1864. The nscitation template for ext-link adds additional behaviour I think we want to preserve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

<ext-link> tagged within <ref> results in duplicated hyperlinks

2 participants