Spell Check Preferences

Oxygen XML Editor provides spell check support in the text and author edit modes. To configure the Spell Check options, open the Preferences dialog box and go to Editor > Spell Check.

The following options are available:

Language Options Section

XML Spell Checking in Section

You can choose to check the spelling inside the following XML items:
  • Comments
  • Attribute values
  • Text
  • CDATA

Options Section

Ignore Elements Section

You can use the Add and Remove buttons to configure a list of element names or XPath expressions to be ignored by the spell checker. The following restricted set of XPath expressions are supported:
  • '/' and '//' separators
  • '*' wildcard
An example of an allowed XPath expression is: /a/*/b.