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. iphone browser error viewing bor-lis.xml output

    iphone browser error viewing bor-lis.xml output

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

    Description:
    Problem Description: Incorrectly formed HTML causing errors – the align tag is empty

    Actual Results: bor-lis.xml outputs:
    <TABLE WIDTH="100%" BORDER="1" style="font-family=Arial Unicode MS; font-size=9pt" align=""/>
    and results in the following error message in some browsers
    This page contains the following errors:
    error on line 3 at column 1: Extra content at the end of the document
    Below is a rendering of the page up to the first error.

    Expected Results: bor-lis.xml outputs:
    <TABLE WIDTH="100%" BORDER="1" style="font-family=Arial Unicode MS; font-size=9pt" align="center"/>

    Resolution:
    The iphone isn't a supported browser, however, we have a suggestion for you to try. The problem seems to be that the iphone browser doesn't like:
    align=""

    In funcs-table.xsl replace (line 50):
    <xsl:attribute name="align"><xsl:value-of select="$align"/></xsl:attribute>
    with:
    <xsl:attribute name="align">
    <xsl:choose>
    <xsl:when test = "$align != ''">
    <xsl:value-of select="$align"/>
    </xsl:when>
    <xsl:otherwise>left</xsl:otherwise>
    </xsl:choose>
    </xsl:attribute>

    Additionally it appears the iphone browser doesn't like the tilde preceeding the name.


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • IPC / latency overhead with Two-task setup
      • IPv6 support in Aleph
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. 19.01
      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