We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b15ba65 + 2973789 commit 4c7cd64Copy full SHA for 4c7cd64
static/recordTransformations/modsToFullRecord.xsl
@@ -84,10 +84,6 @@
84
</xsl:otherwise>
85
</xsl:choose>
86
87
- <xsl:variable name="nameType" select="@type"/>
88
- <xsl:if test="boolean($nameType)">
89
- <xsl:text> (</xsl:text><xsl:value-of select="$nameType"/><xsl:text>)</xsl:text>
90
- </xsl:if>
91
<br/><xsl:value-of select="$newline"/>
92
93
<xsl:variable name="affiliation" select="*[local-name() = 'affiliation']"/>
0 commit comments