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

    Four blanks inserted before text in plain forms

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

    Problem Symptoms:
    * when we send forms via e-mail in plain format , the plain-funcs inserts blanks at the beginning of some text lines
    * this concerns all forms of the ILL module
    * example: ill-patron-letter-a-00.xsl

    Cause:
    Error in xsl print template.

    Resolution:
    This problem has been corrected with rep_change 2165 (Aleph 21):

    Fix Number: 002165
    Date: 2012-10-25 10:23:10
    Description:ILL print template sent by the system in plain text format - Some of the text in the body of the message was indent by four characters, this has been corrected in all ill librarys.
    ..
    Implementation Notes:
    1) If localization is required, change in ./[ILL library]/form_lng/plain-funcs-misc.xsl:

    Change:

    <xsl:template name="close-row">
    <xsl:param name="display"/>
    <xsl:if test="$display !='' ">
    <xsl:text disable-output-escaping="yes">&lt;/td&gt;&lt;/tr&gt;</xsl:text>
    </xsl:if>
    </xsl:template>

    <xsl:template name="open-row">
    <xsl:text disable-output-escaping="yes">
    </xsl:text>
    </xsl:template>

    To:

    <xsl:template name="close-row">
    </xsl:template>

    <xsl:template name="open-row">
    <xsl:call-template name="new-line"/> </xsl:template>

    2) Run util/i/6.

    Category: Printing (500)


    • Article last edited: 10/8/2013