Skip to content

Commit

Permalink
Support for translation providers / Fix bad xpath.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Apr 3, 2024
1 parent bd05aa8 commit e6c3a99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
scope.xpathExamples = [
{
xpath:
"/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:title",
"/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:title",
schema: "iso19139"
},
{
Expand All @@ -165,7 +165,7 @@
},
{
xpath:
"/mdb:MD_Metadata/mdb:identificationInfo/mri:MD_DataIdentification/mri:citation/cit:title",
"/mdb:MD_Metadata/mdb:identificationInfo/mri:MD_DataIdentification/mri:citation/cit:CI_Citation/cit:title",
schema: "iso19115-3"
},
{
Expand Down

0 comments on commit e6c3a99

Please sign in to comment.