Skip to content

Commit

Permalink
Merge pull request #174 from isanchez-c2c/georchestra-gn3.8.2--iso191…
Browse files Browse the repository at this point in the history
…15-3.2018-datacite-fix-multiple-geoLocations

Georchestra gn3.8.2  iso19115 3.2018 datacite fix multiple geo locations
  • Loading branch information
fvanderbiest authored Jun 3, 2021
2 parents d4d6901 + 58f46c2 commit ace7288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
select="normalize-space($thesaurusTitle/(gco:CharacterString|gcx:Anchor)/text()[. != ''])"/>
</xsl:if>
<xsl:if test="gcx:Anchor/@xlink:href">
<xsl:attribute name="valueUri"
<xsl:attribute name="valueURI"
select="gcx:Anchor/@xlink:href"/>
</xsl:if>
</datacite:subject>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
select="normalize-space($thesaurusTitle/(gco:CharacterString|gmx:Anchor)/text()[. != ''])"/>
</xsl:if>
<xsl:if test="gmx:Anchor/@xlink:href">
<xsl:attribute name="valueUri"
<xsl:attribute name="valueURI"
select="gmx:Anchor/@xlink:href"/>
</xsl:if>
</datacite:subject>
Expand Down

0 comments on commit ace7288

Please sign in to comment.