From 08505c775a998a1751423f0de1ece599755fe783 Mon Sep 17 00:00:00 2001 From: Jan van Zadelhoff - con terra GmbH Date: Fri, 17 Jul 2020 16:15:16 +0200 Subject: [PATCH] Change the order of the csw:Constraint and the ogc:SortBy tags in the GetRecords request to match the CSW schema http://schemas.opengis.net/csw/2.0.2/CSW-discovery.xsd --- src/main/resources/inspireRequest.xsl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/inspireRequest.xsl b/src/main/resources/inspireRequest.xsl index f5f1e9e..ce8206e 100644 --- a/src/main/resources/inspireRequest.xsl +++ b/src/main/resources/inspireRequest.xsl @@ -166,12 +166,6 @@ outputSchema="http://www.isotc211.org/2005/gmd"> full - - - apiso:Identifier - ASC - - @@ -199,6 +193,12 @@ + + + apiso:Identifier + ASC + +