We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3da9a commit d6b2e4aCopy full SHA for d6b2e4a
1 file changed
dspace/src/main/resources/edu/georgetown/library/fileAnalyzer/proquestXsl/proquest2ingest-dc.xsl
@@ -115,7 +115,7 @@
115
<xsl:variable name="code" select="text()"/>
116
<xsl:variable name="ecatcode" select="document('lcsh.xml')//lcsh[@code=$code]"/>
117
<xsl:for-each select="$ecatcode">
118
- <xsl:variable name="catacode" select="val"/>
+ <xsl:variable name="catcode" select="val"/>
119
<xsl:variable name="nc" select="count($catcode)"/>
120
121
<xsl:if test="$nc > 0">
0 commit comments