Skip to content

Commit

Permalink
Formatter / Full view / Add function for conditional element.
Browse files Browse the repository at this point in the history
Related to #6355.
  • Loading branch information
fxprunayre committed Jun 14, 2022
1 parent b2cfdca commit 8ffeb9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Expand Up @@ -3,6 +3,7 @@
xmlns:gn-fn-render="http://geonetwork-opensource.org/xsl/functions/render"
xmlns:gn-fn-core="http://geonetwork-opensource.org/xsl/functions/core"
xmlns:tr="java:org.fao.geonet.api.records.formatters.SchemaLocalizations"
xmlns:gn-fn-metadata="http://geonetwork-opensource.org/xsl/functions/metadata"
xmlns:utils="java:org.fao.geonet.util.XslUtil"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:saxon="http://saxon.sf.net/"
Expand All @@ -13,6 +14,7 @@
<xsl:import href="common/render-html.xsl"/>
<xsl:import href="common/functions-core.xsl"/>
<xsl:import href="common/utility-tpl.xsl"/>
<xsl:import href="common/menu-fn.xsl"/>

<xsl:import href="render-variables.xsl"/>
<xsl:import href="render-functions.xsl"/>
Expand Down
3 changes: 3 additions & 0 deletions web/src/main/webapp/WEB-INF/oasis-catalog.xml
Expand Up @@ -66,6 +66,9 @@
<uri name="common/utility-tpl.xsl"
uri="../xslt/common/utility-tpl.xsl"/>

<uri name="common/menu-fn.xsl"
uri="../xslt/ui-metadata/menu-fn.xsl"/>

<uri name="common/render-html.xsl"
uri="../xslt/common/render-html.xsl"/>

Expand Down

0 comments on commit 8ffeb9e

Please sign in to comment.