Xopus 3.0.7

Changes

  • Xopus doesn't try to use msxml5 in Internet Explorer 7 since it is no longer marked save for scripting.
  • Decreased the html output of Xopus enriched xsl. This significantly improves performance for xsl stylesheets that output a lot of html nodes.

Fixed bugs

  • Xopus now installs msxml 4 service pack 2.
  • Fixed problems with the msxml 4 installation in Internet Explorer 7. Also improved installation on other browsers.
  • Fixed problem with running Xopus on https.
  • Fixed some unwanted scrolling of the Xopus window.
  • Fixed a Xopus crash after view switch and unload of current document.
  • Fixed a problem with rollback in the user API code transaction stack.
  • Xopus now also allows inline dtds in xsl in msxml 6.0.
  • Changed loading of schema imports for msxml versions other than 6.0 to prevent a scherma is non-deterministic error.
  • Added a workaround for a bug in msxml 6 that caused msxml to always load included schemas.
  • Editor.getURL didn't return a string but a location object.
  • Fixed a problem inserting table rows with cells with rowspans.