Skip to content

Commit

Permalink
EEA / SDMX / Fix XPath for other constraints mapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Oct 7, 2024
1 parent 01f2902 commit e1fde81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
</xsl:for-each>

<xsl:for-each
select="gmd:resourceConstraints/gmd:MD_LegalConstraints[gmd:useConstraints]/gmd:otherConstraints">
select="$metadata/gmd:identificationInfo/*/gmd:resourceConstraints/gmd:MD_LegalConstraints[gmd:useConstraints]/gmd:otherConstraints">
<metadata:ReportedAttribute conceptID="COMMENT_DSET">
<metadata:Value>
<xsl:value-of select="gco:CharacterString/text()"/>
Expand Down

0 comments on commit e1fde81

Please sign in to comment.