Skip to content

Commit

Permalink
ISO19139 / Temporal extent / Do not display GROUP_ELEMENT.
Browse files Browse the repository at this point in the history
  • Loading branch information
François Prunayre committed Jun 16, 2015
1 parent fe79d4d commit 3741267
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion schemas/iso19139/src/main/plugin/iso19139/layout/layout.xsl
Expand Up @@ -14,7 +14,14 @@
<xsl:include href="layout-custom-fields.xsl"/>

<!-- Ignore all gn element -->
<xsl:template mode="mode-iso19139" match="gn:*|@gn:*|@*" priority="1000"/>
<xsl:template mode="mode-iso19139"
match="gn:*|@gn:*|@*"
priority="1000"/>

<!-- Ignore group element. -->
<xsl:template mode="mode-iso19139"
match="gml:*[starts-with(name(.), 'gml:TimePeriodTypeGROUP_ELEMENT')]"
priority="1000"/>


<!-- Template to display non existing element ie. geonet:child element
Expand Down

0 comments on commit 3741267

Please sign in to comment.