Skip to content

Commit

Permalink
EEA / Flag taskman link as internal https://taskman.eionet.europa.eu/…
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Apr 23, 2024
1 parent 091cebd commit 8e0ad20
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ See https://taskman.eionet.europa.eu/projects/public-docs/wiki/Naming_convention
select="/root/gmd:MD_Metadata/gmd:identificationInfo/*/
gmd:citation/*/gmd:identifier/*/gmd:code/*[matches(text(), '.*_[ip]_.*')]/text()"/>
<xsl:variable name="isPublic"
select="contains($datasetIdentifier, '_p_')"/>
select="contains($datasetIdentifier, '_p_')
and not(starts-with(*/gmd:linkage/*/text(), 'https://taskman.eionet.europa.eu/issues'))"/>

<xsl:copy>
<xsl:if test="not($isPublic)">
Expand Down

0 comments on commit 8e0ad20

Please sign in to comment.