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

    How to add requested chapter/article details to the Ful Digitization Notification Item Letter

    Created By: Rachel Merrick
    Created on: 11/22/2020



    Entered request fields can be added to the digitization notification letter.

    Field paths:

    Field

    Path

    Chapter/Atricle Title

    notification_data/request/chapter_article_title

    Chapter/Atricle Author

    notification_data/request/chapter_article_author

    Publication date

    notification_data/request/publication_date

    Volume

    notification_data/request/volume

    Issue

    notification_data/request/issue

    Part

    notification_data/request/part

    Required Pages

    notification_data/request/pages

    Note

    notification_data/request/note

    To enter the location use the following XSL:
    <xsl:value-of select="Insert location"/>
    This will only insert the data that has been entered into the request fields. A heading will need to be added.

    Below is an example of the page field being added to the letter. In this example the pages will only display if data has been entered to the pages field of the request . It also includes a heading for the field: 

    <xsl:if test="notification_data/request/pages !=''">
         <tr>
                <td>
                         <b>Pages: </b>
                         <xsl:value-of select="notification_data/request/pages"/>
               </td>
         </tr>
    </xsl:if>

    Feedback or suggestions
    Rachel Merrick
    Australian Catholic University
    Rachel.Merrick@acu.edu.au