Upgrading to EditLive! for XML 3.0
Upgrading the EditLive! for XML Source
In order to update to EditLive! for XML 3.0 the new EditLive! for XML redistributables must be placed on the relevant Web server. These files can be found in the INSTALL_HOME/webfolder/redistributables directory of the EditLive! for XML 3.0 SDK, where INSTALL_HOME represents the location of the EditLive! for XML 3.0 SDK install.
These files can be used to replace the existing EditLive! for XML 1.0 files or EditLive! for XML 2.0 files.
Note: EditLive! for XML 3.0 is not compatible with the spell checker dictionaries used with versions of EditLive! for XML 1.0. The next section of this document details how to upgrade the spell checker dictionaries for EditLive! for XML.
Updating the Spell Checker Dictionaries
The spell checker dictionaries used with EditLive! for XML can be found in the INSTALL_HOME/webfolder/redistributables/editlivexml/dictionaries folder of the EditLive! for XML install, where INSTALL_HOME represents the location of the EditLive! for XML SDK install. The spell checker dictionaries for EditLive! for XML contain the relevant version number within their file name. Thus the US English spell checker dictionary for EditLive! for XML 1.0 is named en_us_3_1.jar whereas the equivalent EditLive! for XML 3.0 spell checker dictionary is named en_us_3_5.jar.
In order to update the spell checkers for use with EditLive! for XML 3.0 the relevant files from the INSTALL_HOME/webfolder/redistributables/editlivexml/dictionaries must be placed in the same location as those for use on the live Web site with EditLive! for XML. Also, the EditLive! for XML and Visual Designer configuration files must be changed to reflect the change in file name which has occurred. This is done by changing the jar attribute of the <spellCheck> element to reflect the new file name. The example below shows the <spellCheck> element from an EditLive! for XML 1.0 configuration file and then an EditLive! for XML 3.0 configuration file:
EditLive! for XML 1.0:
<spellCheck jar="../../editlivexml/dictionaries/en_us_3_1.jar"
/>
EditLive! for XML 3.0:
<spellCheck jar="../../editlivexml/dictionaries/en_us_3_5.jar">
