Skip to content

Commit

Permalink
Merge pull request #139 from opengeospatial/issue#125
Browse files Browse the repository at this point in the history
Closes #125
  • Loading branch information
dstenger authored Aug 30, 2024
2 parents 54cbb86 + 445fd63 commit 28f5717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scripts/ctl/core2main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
</xsl:variable>
<xsl:variable name="SupportsGML">
<xsl:for-each select="$response//*[local-name()='ServiceIdentification']/*[local-name()='Profile']">
<xsl:if test=". = 'http://www.opengis.net/spec/GMLCOV/1.0/conf/gml'">
<xsl:if test="contains(., 'http://www.opengis.net/spec/GMLCOV/1.0/conf/gml') and
not(contains(., 'http://www.opengis.net/spec/GMLCOV/1.0/conf/gml-coverage'))">
<xsl:value-of select="'true'"/>
</xsl:if>
</xsl:for-each>
Expand Down

0 comments on commit 28f5717

Please sign in to comment.