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

    p-acq-17 output repeats lines three times.

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

    Description:
    In the output of p-acq-17, the order is repeated for each parent and granparent budget, if service is run on Hierarchy mode.

    Resolution:
    Solution by Yoel K:

    In bibliographic library $data_root/form_lng make a backup of the file orders-per-budget.xsl.
    Then edit it as follows:

    Instead of this:
    <!--section-02 (GRID)-->
    <xsl:for-each select="//section-02">
    <xsl:if test="position() = 1">

    Put this:
    <!--section-02 (GRID)-->
    <xsl:for-each select="//section-02[not(.=preceding::section-02)]">
    <xsl:if test="position() = 1">

    See http://www.w3.org/TR/xpath/ especially these sections:
    3.3 Node-sets
    3.7 Lexical Structure

    Run util I 6
    Reconnect to GUI

    Additional Information

    acq-17, xsl, printing, printout,


    • Article last edited: 10/8/2013