Skip to content

Commit

Permalink
FEAT - removed xsl:message instructions used for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeryNi committed Dec 3, 2024
1 parent 17f6123 commit f9ac7ef
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
@codeListValue[normalize-space(.) != '']"/>

<xsl:template match="mri:MD_Keywords[count(mri:keyword/gco:CharacterString) > 0]">
<xsl:message>processing keyword to anchor</xsl:message>
<xsl:copy>
<xsl:apply-templates select="@*"/>

Expand All @@ -61,10 +60,6 @@
$thesaurusId,
$mainLanguage)"/>

<xsl:message>Keyword Label: <xsl:value-of select="$keywordLabel"/></xsl:message>
<xsl:message>Thesaurus ID: <xsl:value-of select="$thesaurusId"/></xsl:message>
<xsl:message>Keyword URI: <xsl:value-of select="$keywordUri"/></xsl:message>

<xsl:choose>
<xsl:when test="$keywordLabel != '' and $keywordUri">
<xsl:copy>
Expand Down

0 comments on commit f9ac7ef

Please sign in to comment.