Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Aleph

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Aleph
    3. Knowledge Articles
    4. How to fix bad alignment bib info display in forms that are sent by email.

    How to fix bad alignment bib info display in forms that are sent by email.

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Additional Information
    • Article Type: General
    • Product: Aleph
    • Product Version: 20

    Description:
    The form acq- arrival-message-00 had bad alignment of the bibliographic information when it was sent by email.

    Here is how it can be fixed:



    Resolution:
    The fix is in the file "plain-funcs-bib-info.xsl":
    (1)
    Inside the <xsl:template name="bib-info"> -
    Remove - or make as a remark - the following line line: <xsl:call-template name="new-line"/> as shown below:

    <xsl:if test="$first != ''">
    <xsl:value-of select="$first"/>
    <!-- <xsl:call-template name="new-line"/> -->
    </xsl:if>

    (2) Right after this line (inside the <xsl:template name="bib-info">), there is the following line:
    <xsl:with-param name="line" select="concat(' ',$rest)"/>

    - You should do remove the spaces in "concat(' ',$rest)".
    I mean - change the ' ' to: '' (two single quotes with no space).
    The line should look as follows:
    <xsl:with-param name="line" select="concat('',$rest)"/>

    Additional Information

    form bib-info alignment email


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • How to find what items particular barcodes have been associated with
      • How to force descending year sort order for ccl-search in OPAC?
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. 20
      2. contype:kba
      3. Prod:Aleph
      4. Type:General
    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