Skip to content

Commit

Permalink
[BP] Update iso19139 csw-full.xsl (geonetwork#7558)
Browse files Browse the repository at this point in the history
* Update iso19139 csw-full.xsl

This fix resolves ticket geonetwork#6742 , allowing full compatibility of iso19139-rndt metadata to be displayed via QGIS

* Update schemas/iso19139/src/main/plugin/iso19139/present/csw/csw-full.xsl

* Update schemas/iso19139/src/main/plugin/iso19139/present/csw/csw-full.xsl

---------

Co-authored-by: Jose García <josegar74@gmail.com>
  • Loading branch information
pdorio and josegar74 committed Dec 18, 2023
1 parent 88df8f2 commit 3dad83b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
xmlns:dct="http://purl.org/dc/terms/"
xmlns:gco="http://www.isotc211.org/2005/gco"
xmlns:gmd="http://www.isotc211.org/2005/gmd"
xmlns:gmx="http://www.isotc211.org/2005/gmx"
xmlns:srv="http://www.isotc211.org/2005/srv"
xmlns:geonet="http://www.fao.org/geonetwork"
xmlns:ows="http://www.opengis.net/ows"
Expand Down Expand Up @@ -302,10 +303,9 @@
<dc:URI>
<xsl:if test="gmd:protocol">
<xsl:attribute name="protocol">
<xsl:value-of select="gmd:protocol/gco:CharacterString"/>
<xsl:value-of select="gmd:protocol/(gco:CharacterString|gmx:Anchor)" />
</xsl:attribute>
</xsl:if>

<xsl:if test="gmd:name">
<xsl:attribute name="name">
<xsl:for-each select="gmd:name">
Expand Down

0 comments on commit 3dad83b

Please sign in to comment.