Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangeat committed Nov 28, 2024
1 parent 07a2ca3 commit 70751e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<xsl:for-each select="gmd:citation/gmd:CI_Citation">

<xsl:copy-of select="gn-fn-index:add-multilingual-field('resourceTitle', gmd:title, $allLanguages)"/>
<xsl:copy-of select="gn-fn-index:add-multilingual-field('resourceAltTitle', gmd:resourceAltTitle, $allLanguages)"/>
<xsl:copy-of select="gn-fn-index:add-multilingual-field('resourceAltTitle', gmd:alternateTitle, $allLanguages)"/>

<xsl:for-each select="gmd:date/gmd:CI_Date[gn-fn-index:is-isoDate(gmd:date/*/text())]">
<xsl:variable name="dateType"
Expand Down

0 comments on commit 70751e3

Please sign in to comment.