Skip to content

Commit

Permalink
MW / Fix link / #874.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed May 27, 2024
1 parent f39cbb2 commit 03ddd40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -976,13 +976,13 @@
btnLabel="mw-addDataDownloadPage"
or="onLine"
in="/mdb:MD_Metadata/mdb:distributionInfo/*/mrd:transferOptions/*"
if="count(mdb:MD_Metadata/mdb:distributionInfo/*/mrd:transferOptions/*/mrd:onLine[starts-with(*/cit:linkage/*/text(), 'https://geoadata.wallonie.be/dataset')]) = 0">
if="count(mdb:MD_Metadata/mdb:distributionInfo/*/mrd:transferOptions/*/mrd:onLine[starts-with(*/cit:linkage/*/text(), 'https://geodata.wallonie.be/dataset')]) = 0">
<template>
<snippet>
<mrd:onLine>
<cit:CI_OnlineResource>
<cit:linkage>
<gco:CharacterString>https://geoadata.wallonie.be/dataset/${uuid}</gco:CharacterString>
<gco:CharacterString>https://geodata.wallonie.be/dataset/${uuid}</gco:CharacterString>
</cit:linkage>
<cit:protocol>
<gco:CharacterString>WWW:DOWNLOAD</gco:CharacterString>
Expand Down Expand Up @@ -2181,13 +2181,13 @@
btnLabel="mw-addDataDownloadPage"
or="onLine"
in="/mdb:MD_Metadata/mdb:distributionInfo/*/mrd:transferOptions/*"
if="count(mdb:MD_Metadata/mdb:distributionInfo/*/mrd:transferOptions/*/mrd:onLine[starts-with(*/cit:linkage/*/text(), 'https://geoadata.wallonie.be/dataset')]) = 0">
if="count(mdb:MD_Metadata/mdb:distributionInfo/*/mrd:transferOptions/*/mrd:onLine[starts-with(*/cit:linkage/*/text(), 'https://geodata.wallonie.be/dataset')]) = 0">
<template>
<snippet>
<mrd:onLine>
<cit:CI_OnlineResource>
<cit:linkage>
<gco:CharacterString>https://geoadata.wallonie.be/dataset/${uuid}</gco:CharacterString>
<gco:CharacterString>https://geodata.wallonie.be/dataset/${uuid}</gco:CharacterString>
</cit:linkage>
<cit:protocol>
<gco:CharacterString>WWW:DOWNLOAD</gco:CharacterString>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<p>collection-updater</p>
<p>add-date-for-status</p>
<p>spatineo-registration</p>
<!--<p>add-atom-feed
<batch condition=""
xpath="">
</batch>
</p>-->
<!--<p>inspire-add-conformity</p>-->
</xsl:variable>

Expand Down

0 comments on commit 03ddd40

Please sign in to comment.