[GeoNetwork-users] Additional metadata fields when exporting to PDF

Hi all,

I am using Geonetwork version 2.10.3 and the ANZmet schema.

I am attempting to add additional fields to the 'Print to PDF' option which is available under 'Actions on Selection' after a metadata record has been selected.

As default the fields populated in the pdf export are Unique Identifier, Abstract, Keywords, Schema and Resources.

Information from this mailing list has pointed me in the direction of having to edit the 'metadata-fop.xsl', and have found the references to the above fields, as per below.

  <!-- Labels and values-->
                        <fo:table>
                          <fo:table-column column-width="3cm"/>
                          <fo:table-column column-width="11.4cm"/>

                          <fo:table-body>
                            <xsl:call-template name="info-rows">
                              <xsl:with-param name="label" select="$gui/strings/uuid"/>
                              <xsl:with-param name="value" select="$metadata/geonet:info/uuid"/>
                            </xsl:call-template>

                            <xsl:call-template name="info-rows">
                              <xsl:with-param name="label" select="$gui/strings/abstract"/>
                              <xsl:with-param name="value" select="$metadata/abstract"/>
                            </xsl:call-template>

                            <xsl:call-template name="info-rows">
                              <xsl:with-param name="label" select="$gui/strings/keywords"/>
                              <xsl:with-param name="value"
                                select="string-join($metadata/keyword, ', ')"/>
                            </xsl:call-template>

                            <xsl:call-template name="info-rows">
                              <xsl:with-param name="label" select="$gui/strings/schema"/>
                              <xsl:with-param name="value" select="$metadata/geonet:info/schema"/>
                            </xsl:call-template>

                            <xsl:call-template name="metadata-resources">
                              <xsl:with-param name="gui" select="$gui"/>
                              <xsl:with-param name="server" select="$server"/>
                              <xsl:with-param name="metadata" select="$metadata"/>
                            </xsl:call-template>

                          </fo:table-body>
                        </fo:table>

My question is how (or in what files) do I find the label and values to add additional fields. For example I'd like to add the Begin Date (in terms of ANZMet schema hierarchy this is under temporal element-> Temporal extent->Extent->Time Period , and Lineage (Data Quality Info->DataQuality->Lineage->Statement)

I really appreciate any assistance the list can provide

Regards
Steve

***********************************************************************************
The information in this message is privileged and confidential, intended only for the use of the individual or entity named above. If you are not the intended recipient you are hereby notified to delete the message and that any dissemination, copying or use of its content is strictly prohibited. If you have received this message in error please notify the Melton City Council.
***********************************************************************************