Skip to content

Commit

Permalink
remove 'useless' overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangeat committed Jan 14, 2025
1 parent 8b8918d commit d294dd2
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
xmlns:gml320="http://www.opengis.net/gml"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:srv="http://www.isotc211.org/2005/srv"
xmlns:tr="java:org.fao.geonet.api.records.formatters.SchemaLocalizations"
xmlns:gn-fn-render="http://geonetwork-opensource.org/xsl/functions/render"
xmlns:gn-fn-metadata="http://geonetwork-opensource.org/xsl/functions/metadata"
Expand All @@ -43,16 +44,5 @@

<xsl:import href="../../../iso19139/formatter/xsl-view/view.xsl"/>

<!-- Load the editor configuration to be able
to render the different views -->
<xsl:variable name="configuration"
select="document('../../layout/config-editor.xml')"/>

<!-- Required for utility-fn.xsl -->
<xsl:variable name="editorConfig"
select="document('../../layout/config-editor.xml')"/>

<xsl:include href="../../layout/evaluate.xsl"/>
<xsl:include href="../../layout/utility-tpl-multilingual.xsl"/>

</xsl:stylesheet>

0 comments on commit d294dd2

Please sign in to comment.