Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Rosetta

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Rosetta
    3. Knowledge Articles
    4. Customize the metadata labels in the “i” pop-up in the METS Viewer

    Customize the metadata labels in the “i” pop-up in the METS Viewer

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Additional Information
    • Article Type: General
    • Product: Rosetta
    • Product Version: 5
    • Relevant for Installation Type: Local

    Desired Outcome Goal:
    To customize the metadata labels in the “i” pop-up in the METS Viewer.

    Procedure:
    1. Go to Producers > Advanced Tools > Configuration Files > ie.xsl
    2. Update ie.xsl

    For example, to change “creator” to “performer”:
    <xsl:variable name="dcFieldName" select="local-name()"/>
    <xsl:choose>
    <xsl:when test="string(//dc:record/dcterms:isPartOf)='Performances from the UNL School of Music'">
    <xsl:choose>
    <xsl:when test="contains($dcFieldName,'title')">Type of Recital:</xsl:when>
    <xsl:when test="contains($dcFieldName,'creator')">Composer/Title:</xsl:when>
    <xsl:when test="contains($dcFieldName,'contributor')">Performer/Instrument:</xsl:when>
    <xsl:otherwise>
    <xsl:value-of select="$dcFieldName"/>:
    </xsl:otherwise>
    </xsl:choose>
    </xsl:when>
    <xsl:otherwise>
    <xsl:value-of select="local-name()"/>:
    </xsl:otherwise>
    </xsl:choose>

    Additional Information

    All changes to ie.xsl are global to all IEs in the institution.
    It is not possible to customize this at the Collection level.

    Documentation:
    Rosetta Staff User Guide > Deposit Managers > Configuring Material Flow Infrastructure > Working with Configuration

    Category: Delivery

    Subject: Rosetta


    • Article last edited: 1/31/2017
    View article in the Exlibris Knowledge Center
    1. Back to top
      • How to customize DC Elements in OAI Publishing output
      • How to disable the self registration link in the Deposit Module's login screen
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Content Type
      Knowledge Article
      Language
      English
      Product
      Rosetta
    2. Tags
      1. Delivery
      2. Local
      3. Metadata
      4. Rosetta
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved