Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Title label missing in EndNote record export

     

    • Product: Voyager
    • Product Version: 7.0.2 - 9.2.0
    • Relevant for Installation Type: Dedicated-Direct, Direct, Local, Total Care

     

    Symptoms

    EndNote export format does not include label for Title

    Defect Status

    Issue VYG-4679 is resolved in Voyager 10.1.0.

    Replication Steps

    1) In WebVoyage, view any record with a title.

    2) On the record detail page, click Export

    Choose EndNote Citation format from drop-down.

    3) Most fields will have a label and value. Title field has no label.

    4) Note that in default config file for EndNote ([skin]/xsl/contentLayout/configs/export/endNoteCitationConfig.xml) there is no <displayTags> element for the title field.

    Workaround

    Edit endNoteCitationConfig.xml to replace <titleTags> element with <displayTags> element.

     

    Before:

    <titleTags label="Title:">

    <displayTag field="130" indicator1="X" indicator2="X" subfield="aplskfmnor"/>

    <displayTag field="240" indicator1="X" indicator2="X" subfield="aplskfmnor"/>

    <displayTag field="730" indicator1="X" indicator2="X" subfield="aplskfmnor"/>

    <displayTag field="245" indicator1="X" indicator2="X" subfield="abcfknps"/>

    </titleTags>

     

    After:

    <displayTags label="Title:">

    <displayTag field="130" indicator1="X" indicator2="X" subfield="aplskfmnor"/>

    <displayTag field="240" indicator1="X" indicator2="X" subfield="aplskfmnor"/>

    <displayTag field="730" indicator1="X" indicator2="X" subfield="aplskfmnor"/>

    <displayTag field="245" indicator1="X" indicator2="X" subfield="abcfknps"/>

    </displayTags>

     

     


    • Article last edited: 15-Feb-2015
    • Was this article helpful?