The oXygen toolbar buttons

The toolbar buttons added by the <oXygen/> plugin provide easy access to common and frequently used functions. Each icon is a button that acts as a short-cut to a related function. Hold the pointer-cursor over an icon to display a context label that will give you a hint as to its function. Click an icon to use its' function.

Figure 3.9.  The <oXygen/> Toolbar Buttons

The <oXygen/> Toolbar Buttons

Table 3.2.  Description of <oXygen/> Toolbar Buttons

XML->Validate document (Ctrl+Shift+V): Executes the Validation operation on the current document using a validating parser. Returns an error result-list in the <oXygen/> Text View. Mark-up of current document is checked to conform with the specified DTD, XML Schema or Relax NG schema rules.

XML->Check document form (Ctrl+Shift+W): Executes the well-form check operation on the current document using a non-validating parser. Returns an error result-list in the <oXygen/> Text View.

XML->Relax NG validation (Ctrl+Shift+R): Displays the Relax NG validation dialog, used to select the Relax NG schema and to execute the Validation operation on the current document. The schema file can be either in Relax NG XML syntax, or in Relax NG compact syntax. In case of errors the validation returns an error result-list in the <oXygen/> Text View.

XML->NRL Validation (Ctrl+Shift+N): Displays the NRL Validation dialog, used to select the NRL (Namespace Routing Language) schema and to execute the Validation operation on the current document. In case of errors the validation returns an error result-list in the <oXygen/> Text View.

XML->Clear validation markers (Ctrl+Shift+K): Clears the markers in the Problems view corresponding to errors obtained during the last validation of the current document.

XML->Convert with Trang (Ctrl+Shift+\): Converts the current document to a supported grammar language using the integrated Trang converter.

XML->Associate schema ... (Ctrl+Shift+S): Associates a schema with the current document.

XML->Apply transformation scenario (Ctrl+Shift+T): Executes the transformation process using the configuration properties defined in the Configure transformation scenario dialog.

XML->Configure transformation scenario (Ctrl+Shift+C): Displays the Configure transformation scenario dialog, used to define properties for conversion of documents to multiple output targets. Also enables saving of “Scenario's”. Each scenario, can store a unique configuration ready to be used in the future.

XML->Learn structure (Ctrl+Shift+L): Reads the mark-up structure of the current document so that it can be used for content assistance.

XML->Format and indent (Ctrl+Shift+F): Also referred to as “Pretty print”, “Format and indent” performs layout functions to make mark-up easier to read on screen and in print output.

XML->XPath (Ctrl+Shift+/): Opens a dialog for entering and executing an XPath query against the current document.

XML->Add to templates (Ctrl+Shift+A)Displays the Add templates dialog used to define the name by which the current document content will be recognized in the “New from templates” option.

XML->Check spelling (Ctrl+Shift+Q): Starts checking the spelling of the current document.