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

    How to parse item description

    • Article Type: General
    • Product: Aleph
    • Product Version: 20

    Description:
    We set parse_desc_niso_8 in xxx50/tab/tab_label_parse. However the z30_description on the label does not split.

    Resolution:
    To see the description field splitted, please add the following lines to the item-copy-label-nn.xsl and/or item-issue-label-nn.xsl templates:

    <xsl:call-template name="generic-line">
    <xsl:with-param name="line" select="./item-desc-piece-01"/>
    <xsl:with-param name="width" select="'30%'"/>
    </xsl:call-template>
    <xsl:call-template name="generic-line">
    <xsl:with-param name="line" select="./item-desc-piece-02"/>
    <xsl:with-param name="width" select="'30%'"/>
    </xsl:call-template>
    etc.

    Then run UTIL-I-6, close and reopen the GUI.

    Additional Information

    label printing, z30_description, tab_label_parse


    • Article last edited: 10/8/2013