Edit online

Oxygen XML Web Author includes an AutoCorrect feature to automatically correct misspelled words as you type. There is a default list of commonly misspelled words and symbols for each supported language, but you can modify the list to suit your needs.

Customizing the AutoCorrect Terms List Using Oxygen XML Editor/Author

To customize the term list used by the AutoCorrect feature, follow these steps:
  1. In Oxygen XML Editor/Author, go to Options > Preferences > Editor > Edit Modes > Author > AutoCorrect.
  2. Make whatever changes you require and click Apply. If you need help with any of the options in this preferences page, see https://www.oxygenxml.com/doc/ug-editor/topics/autocorrect-preferences-page.html.
  3. Go to Options > Preferences > Editor > Edit Modes > Author > AutoCorrect > Dictionaries and note the location where the dictionaries are stored.
  4. Navigate to that location with a file explorer and look for a patch file (it should look like: en_patch.xml).
  5. Copy or move that patch file to the options/autocorrect folder that is located inside your Oxygen Data Directory (oxygen.data.dir/options/autocorrect).
  6. Restart Web Author for the AutoCorrect feature to start using the new terms list.

Alternate Method (Without Using Oxygen XML Editor/Author)

  1. Create a patch file called en_patch.xml with content like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <replacements>
        <deletion match="i" substitution="I"/>
        <deletion match="(c)" substitution="©"/>
    </replacements>
  2. Save it in the options/autocorrect folder that is located inside your Oxygen Data Directory (oxygen.data.dir/options/autocorrect).
  3. Restart Web Author for the AutoCorrect feature to start using the new terms list.