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. Hold-request-slip formatting changes previewed vs normal printing

    Hold-request-slip formatting changes previewed vs normal printing

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

    Description:
    Problem Description: Hold-request-slip formatting changes depending on whether it is previewed before printing.

    Actual Results: When a hold-request-slip is previewed before printing, all of the data is formatted correctly and is printed. When a hold-request-slip is printed using the print daemon or printed without preview (normal printing) most of the text is bold and underlined, when it should not be and the item barcode does not print the numbers

    Funcs-misc.xsl contains:
    <xsl:if test="contains($style, 'bold')"><xsl:text disable-output-escaping="yes">&lt;b/&gt;</xsl:text></xsl:if>
    <xsl:if test="contains($style, 'italic')"><xsl:text disable-output-escaping="yes">&lt;i/&gt;</xsl:text></xsl:if>
    <xsl:if test="contains($style, 'underline')"><xsl:text disable-output-escaping="yes">&lt;u/&gt;</xsl:text></xsl:if>
    Note that the order of the slash and character are reversed (for example b/ instead of /b)

    Expected Results: A hold-request-slip should be formatted the same, whether or not it is previewed.
    Funcs-misc.xsl should contain:
    <xsl:if test="contains($style, 'bold')"><xsl:text disable-output-escaping="yes">&lt;/b&gt;</xsl:text></xsl:if>
    <xsl:if test="contains($style, 'italic')"><xsl:text disable-output-escaping="yes">&lt;/i&gt;</xsl:text></xsl:if>
    <xsl:if test="contains($style, 'underline')"><xsl:text disable-output-escaping="yes">&lt;/u&gt;</xsl:text></xsl:if>

    Resolution:
    Funcs-misc.xsl should contain:
    <xsl:if test="contains($style, 'bold')"><xsl:text disable-output-escaping="yes">&lt;/b&gt;</xsl:text></xsl:if>
    <xsl:if test="contains($style, 'italic')"><xsl:text disable-output-escaping="yes">&lt;/i&gt;</xsl:text></xsl:if>
    <xsl:if test="contains($style, 'underline')"><xsl:text disable-output-escaping="yes">&lt;/u&gt;</xsl:text></xsl:if>

    Fixed with V. 20 rep_change #003377


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • hold-request-letter-01 xml/xsl error
      • Holding has the incorrect own field
    • 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