Table of Contents
This section provides an overview of the <oXygen/> Graphic User Interface (GUI). It provides you with an explanation for each of the interface components and a short description of its purpose or usage. The <oXygen/> interface is splitted in two separate windows, but linked:
Once <oXygen/> is installed you may want to use the following preferences to customize <oXygen/> for your requirements and network environment.
<oXygen/> supports a number of languages for localization of the GUI. Select ->Preferences->Global->Language to display a sub-menu with choices.
This option enables the selection of look and feels that change the graphic style used by the <oXygen/> GUI.
When enabled, checks the availability of new <oXygen/> versions at http://www.oxygenxml.com.
This option enables the selection of the default encoding used when opening non XML documents.
The path to a web browser executable to be used to open XSLT or PDF transformation results, to open the <oXygen/> homepage or to point to specific paragraphs in the W3C recommendation of XML Schema grammars on the W3C website in case of validation errors.
In this pane the user can configure visual aspect and formatting parameters and content assistant behavior.
This option enables the selection of the font family and size used to display text.
The user can set the background color of the editor.
The user can set the background color of the editor.
The user can set the text color of selected text.
The user can set the background color of selected text.
When checked the GUI font will be changed as the editing font.
This option will automatically wrap lines in edited documents.
Marks the EOL/EOF using small icons, for a better visualisation of the document.
This option enables the line numbers column located in the left part of the editing space. When unchecked, line numbers option is disabled.
Smart Indent attempts to indent mark-up in accordance to the tag/text and its position/ context within the body of a document. This option either enables or disables the use of smart indenting.
Sets the number of spaces or the tab size that will equal a single indent. The Indent can be spaces or a tab, select the preference using the Indent With Tabs option. If set to 4 one tab will equal 4 white spaces or 1 tab with size of 4 characters depending on which option was set in the Indent With Tabs option.
When checked enables 'Indent with tabs' to sets the indent to a tab unit. When unchecked, 'Indent with tabs' is disabled and the indent will measure as many spaces as defined by the 'Indent size' option.
Defines the point at which the "Format and Indent" (Pretty-Print) function will perform line wrapping. So if set to 100 Pretty-Print will wrap lines at the 100th space inclusive of white spaces, tags and elements.
When checked the Format and Indent operation will output empty elements with a separate closing tag, ex. <a atr1="v1"></a>. When not checked the same operation will represent an empty element in a more compact form: <a atr1="v1"/>
When checked the Format and Indent operation will sort the attributes of an element alphabetically. When not checked the same operation will leave them in the same order as before applying the operation.
This list contains the names of the elements for which the contained white spaces like blanks, tabs and newlines are preserved by the Format and Indent operation exactly as before applying the operation.
This list contains the names of the elements for which contiguous white spaces like blanks, tabs and newlines are merged by the Format and Indent operation into one blank.
When checked, on saving the edited document a backup copy is made.
Automatic save is a useful and time saving feature that ensures your work is being saved in the background. You can specify the time intervals between automatic saves. When checked enables Automatic Save to use the value specified. When unchecked, Automatic Save is disabled.
Select the period in minutes for Auto Save intervals.
The Tag-Insight feature enables in line syntax lookup and Auto Completion of mark-up elements and attributes to streamline mark-up and reduce errors while editing.
These settings define the operating mode of the content assistant.
This option enables Tag-Insight feature. When unchecked, all Tag-Insight features are disabled.
When inserting elements from the Tag-Insight assistant, both start and end tags are inserted.
When checked, <oXygen/> will insert automatically the required elements from the DTD or XML Schema.
Having manually typed the start tag of an element, <oXygen/> will automatically insert the after tag when </ is typed.
When checked, <oXygen/> will insert automatically the required attributes from the DTD or XML Schema for an element inserted with the help of the Tag-Insight assistant.
When checked, <oXygen/> will insert automatically any FIXED attributes from the DTD for an element inserted with the help of the Tag-Insight assistant.
When checked, <oXygen/> will display a list with all the internal and external entities declared in the current document when the user types the start character of an entity reference (i.e. &).
The URL of the default DTD / XML Schema to be used when no grammar is specified in the edited document.
The URL of the default DTD / XML Schema to be used when no grammar is specified in the edited document.
Used to specify the full path location of the DTD file that will be used to initialize the Tag-Insight assistant when a document does not define a DTD, XML Schema, Relax NG or NRL schema.
Used to specify the full path location of the XML Schema file that will be used to initialize the Tag-Insight assistant when a document does not define a DTD, XML Schema, Relax NG or NRL schema.
These settings define what elements are suggested by the content assistant in addition to the XSL ones.
The Tag-Insight will offer only the XSL information.
Includes XHTML Transitional elements as substitute for xsl:element.
Includes Formating Objects elements as substitute for xsl:element.
Includes elements from a DTD file or a XML Schema file specified from a URL as substitute for xsl:element.
An XML catalog is a set of mappings between remote DTD and/or XML Schema and/or Relax NG files and local copies of these files. When Internet access is not available or is slow one or more XML catalogs can be added to the list in the dialog below and the local copies of the DTD and/or XML Schema and/or Relax NG files will be used during validation. When you add or delete an XML catalog to the list of XML catalogs in the Options -> Preferences -> XML Catalog pane you must restart the application so that the changes take effect.
The Prefer option is used to specify whether <oXygen/> will try to resolve first the PUBLIC or SYSTEM reference using the specified XML catalogs. If a PUBLIC reference is not mapped in any of the catalogs then a SYSTEM reference is looked up.
The verbosity level specifies the types of output messages displayed to standard output and can have one of the values: debug, warn, info, error and fatal.
If the user has added no XML catalogs to this list then <oXygen/> will add by default the built-in catalogs for DocBook and TEI documents located in the docbook and tei subdirectories of the installation directory.
The user can configure in one place all the keyboard shortcuts of the menu items available in <oXygen/>. The current shortcuts assigned to menu items are displayed in the following table.
A short description of the menu item operation.
The shortcuts are classified in categories for easier management. For example the "Cut" operation for the source view is distinguished from the tree view one by assigning it to a separate category.
The keyboard shortcut that launches the operation. Double-clicking on a table row or pressing the "Edit" button allows the user to register a new shortcut for the operation displayed on that row.
<oXygen/> offers support for a wide variety of file types, but users are free to add new file types specified by extension and associate them with the editor type which fits better.
The new file types.
The type of editor which the extensions will be associated with. Some editors provide easy access to frequent operations via toolbars (e.g. XML editor, XSL editor, DTD editor) while other provide just a syntax highlight scheme (e.g. Java editor, SQL editor, Shell editor, etc.)
Besides the built-in formatting objects processor (Apache FOP) the user can use other external processors. <oXygen/> has implemented an easy way to add XEP as external FO processor if the user has the XEP installed.
When checked all FOP output will be displayed in a results pane at the bottom of the editor window including annoying messages about FO instructions not supported by FOP.
If your FOP transformations fail with an “Out of Memory” error select from this combo box a larger value for the amount of memory reserved for FOP transformations.
You should specify here the path to a FOP configuration file, necessary for example to render to PDF using a special true type font a document containing Unicode content.
The users can configure the external processors for use with <oXygen/> in the following dialog.
The name that will be displayed in the list of available FOP processors on the FOP tab of the Transforming Configuration dialog.
The description of the FO processor displayed in the Preferences->FO Processors option.
The directory in which the intermediate and final results of the processing will be stored.
The command line that will start the FO processor, specific to each processor.
The user can run within <oXygen/> other tools as if from the command line of the operating system shell. The configuration of such a tool is done in the following dialog.
The name of the menu entry corresponding to this tool that will be displayed in the External Tools menu and in the external tools combo box on the toolbar.
The description of the tool displayed in the Preferences->External Tools option.
The keyboard shortcut that launches the external tool.
The directory the external tool will use to store intermediate and final results.
The command line that will start the external tool.
This option sets the maximum number of lines of the output console where the external tools place their output.
<oXygen/> provides the ability to add plugins that extend the functionality of the application. The plugins are shipped as separate packages; check for new plugins on <oXygen/> site: http://www.oxygenxml.com.
One plugin consists of a separate sub-folder in the Plugins folder in the <oXygen/> installation folder. This sub-folder must contain a valid plugin.xml in accordance with the plugin.dtd file from the Plugins folder.
<oXygen/> automatically detects and loads plugins correctly installed in the Plugins folder and displays them in the Plugin option from the Preferences dialog.
A short description of the plugin can be obtained with a click on the plugin name.
http://apache.org/xml/features/validation/schema - This option sets the 'schema' feature to true.
http://apache.org/xml/features/validation/schema-full-checking - This option sets the 'schema-full-checking' feature to true.
Validate against a XML Schema even if a DTD is specified - This option forces validation against a referred XML Schema even if the document includes a DTD declaration.
If you want to use an XSLT transformer different than the ones that ship with <oXygen/> namely Apache Xalan and Saxon all you have to do is to specify the name of the transformer's factory class which <oXygen/> will set as the value of the Java property "javax.xml.transform.TransformerFactory". To perform an XSLT transformation with Saxon 7 for instance you have to place the Saxon 7 jar file in the <oXygen/> libraries directory (the lib subdirectory of the installation directory), set "net.sf.saxon.TransformerFactoryImpl" as the property value and select JAXP as the XSLT processor in the transformation scenario associated to the transformed XML document.
Allows the user to enter the name of the transformer factory Java class.
It is sometimes useful to print out the contents of a document on paper. <oXygen/> allows you to adjust the scale of the print output to make it easier to read on a page.
Displays a slide allowing the user to adjust the printing scale between 40% and 100%.
Some networks use Proxy servers to provide Internet Services to LAN Clients. Clients behind the Proxy may therefore, only connect to the Internet via the Proxy Service. The Proxy Configuration dialog enables this configuration. If you are not sure whether your computer is required to use a Proxy server to connect to the Internet or the values required by the Proxy Configuration dialog, please consult your Network Administrator.
Open the Proxy Configuration dialog by selecting
-> -> .Complete the dialog as follows:
When checked enables <oXygen/> to use the specified Proxy Server. When unchecked, Proxy Server is disabled.
The IP address or Fully Qualified Domain Name (FQDN) of the Proxy Server.
The TCP Port Number, normally set to 80 or 8080.
The Name of the user if required. Can be empty.
The Password for authentication. Can be empty.
Specify domains for which no proxy should be used.
When checked enables SOCKS using the specified host and port for the server. When unchecked, SOCKS is disabled.
The SOCKS host you wish to connect to.
The SOCKS port you wish to connect to.
<oXygen/> support Syntax Highlight for XML, DTD, Relax NG (XML and Compact Syntax), Java, C++, C, PHP, Perl, Properties, SQL, Shell and Batch documents. While <oXygen/> provides a default color configuration for highlighting the tokens, you may choose to customize, as required, using the Colors dialog.
Open the Colors dialog by selecting Options->Preferences->Colors and choose one of the supported Document Types. Each document type contains a set of Tokens. When the Document Type is selected the associated tokens are listed. Selecting a token displays the current color properties and enables you to modify them.
Use Swatch, HSB or RGB models from the Color Dialog to define the color properties.
Modifications are saved when the OK button is clicked. Cancel discards changes. Reset button change the color to the default value.
Displays a color pallet containing a variety of colors from across the color spectrum and shades thereof. Select a color.
Hue, Saturation and Brightness (HSB) enables you to specify a color by describing it using hue, saturation and brightness.
Red, Green and Blue (RGB) enables you to specify a color using triplets of red, green and blue numbers.
Displays the color properties of the current token and results of customization.