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

    Locating "salutation_string" etc. in XSL Form and Translating It To Hebrew.

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

    Description:
    I am trying to translate letters to readers or vendors, in xsl forms to Hebrew. This question is relevant to all the xsl forms.
    Where are the strings "salutation_string" and "salutation-end" located?
    I assume that the salutation refers to "Dear Sir/Madam"

    <xsl:template name="section-01">
    <xsl:call-template name="sublib-address"/>
    <xsl:call-template name="patron-address"/>
    <xsl:call-template name="generic-line">
    <xsl:with-param name="line" select='"salutation_string"'/>
    </xsl:call-template>

    <xsl:call-template name="salutation-end"/>
    </xsl:template>

    Also, Do I have to insert the formulation CHARACTER_CONVERSION=8895_8_TO_UTF at the beginning of these files too?

    Resolution:
    The string "salutation_end" doesn't play any role in aleph templates
    If you wish to make global changes (like translation of "Dear Sir..." to Hebrew) you should do it in the file funcs-misc.xsl in the section <xsl:choose>.

    Additional Information

    salutation, translate to Hebrew, funcs-misc.xsl


    • Article last edited: 10/8/2013
    • Was this article helpful?