Results 1 to 2 of 2

Thread: HTML Parser barfs on Wikipedia page

  1. #1
    Join Date
    May 2009
    Posts
    2

    Exclamation HTML Parser barfs on Wikipedia page

    When using iSiloXC 4.41 for Mac OS X (and the newest iSiloX for Mac OS X) and probably other iSiloX/iSiloXC version, the HTML parser seems to go into an infinite loop while parsing the HTML returned from the following URL on Wikipedia. I've had iSiloXC compile printable pages from Wikipedia before (successfully) so something must have changed with some detail of their encoding in a way that iSiloX is not prepared to handle.

    http://en.wikipedia.org/w/index.php?...&printable=yes

  2. #2
    Join Date
    Dec 2003
    Posts
    5,138

    Arrow Empty media

    We will get this fixed in the next update to iSiloXC for Mac OS X and iSiloX for Windows, expected to enter beta later this week.

    iSiloX for Mac OS is no longer getting updated, so there will be no new versions of that product. We hope to have a native version of iSiloX for Mac OS X sometime in the future, but when that will happen is not certain at this time.

    If you need a workaround, then you would need to download the html file and look for the following text
    Code:
    media=""
    within a link element and delete that text.

    The HTML at the URL provided has it within the line that reads:
    Code:
    <link rel="stylesheet" href="/skins-1.5/common/commonPrint.css?257z2" type="text/css" media="" />
    You would need to change it to read as:
    Code:
    <link rel="stylesheet" href="/skins-1.5/common/commonPrint.css?257z2" type="text/css" />

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •