[GeoNetwork-users] Editing default view

Hi,

I'd like to edit default view in ISO19139 in GN 2.4. I'd like to rearrange
elements, insert some and make some totally invisible (also element's name).
How is this possible?

For example, I don't want to show all identification info. In
metadata-iso19139.xsl there are these lines:

<xsl:apply-templates mode="elementEP"
select="gmd:identificationInfo|geonet:child[string(@name)='identificationInfo']">
     <xsl:with-param name="schema" select="$schema"/>
     <xsl:with-param name="edit" select="$edit"/>
     <xsl:with-param name="flat" select="$flat"/>
</xsl:apply-templates>

I think I should edit those, but how? Replacing identificationInfo with
title or some other element name doesn't help....

I would be very pleased to get your answer as soon as possible.

Best regards,
Riikka

--
View this message in context: http://n2.nabble.com/Editing-default-view-tp3332631p3332631.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.