Skip to content

Commit

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

Georchestra gn3.8.2  iso19115 3.2018 datacite xsd validation
  • Loading branch information
fvanderbiest authored Jun 4, 2021
2 parents ace7288 + e28d0f3 commit 5c77e7b
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 @@ -230,7 +230,7 @@


<xsl:template mode="toDatacite"
match="mdb:identificationInfo/*/mri:extent/*/gex:geographicElement/gex:EX_GeographicBoundingBox[1]">
match="mdb:identificationInfo/*/mri:extent[1]">
<datacite:geoLocations>
<xsl:for-each select="$metadata/mdb:identificationInfo//gex:EX_GeographicBoundingBox">
<datacite:geoLocation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@


<xsl:template mode="toDatacite"
match="gmd:EX_GeographicBoundingBox[1]">
match="gmd:MD_Metadata/gmd:identificationInfo/*/gmd:extent[1]">
<datacite:geoLocations>
<xsl:for-each select="$metadata//gmd:EX_GeographicBoundingBox">
<datacite:geoLocation>
Expand Down

0 comments on commit 5c77e7b

Please sign in to comment.