2022
24.1Version 24.1 - March 10, 2022
2021
24.0Version 24.0 - October 18, 2021
- 23.1
Version 23.1 - March 4, 2021
2020
23.0Version 23.0 - November 19, 2020
- 22.1
Version 22.1 - May 19, 2020
- 22.0
Version 22.0 - February 12, 2020
2019
21.1Version 21.1 - May 23, 2019
- 21.0
Version 21.0 - February 22, 2019
2018
20.1Version 20.1 - June 15, 2018
- 20.0
Version 20.0 - March 16, 2018
2017
- 19.0
Version 19.1.0 - September 29, 2017
Version 19.1 - September 29, 2017
Version 19.0.0 - April 5, 2017
Version 19.0 - April 5, 2017 2016
- 18.0
Version 18.1.0 - October 18, 2016
Version 18.1 - October 18, 2016
Version 18.0.1 - August 9, 2016
Version 18.0.0 - April 21, 2016
Version 18.0 - April 21, 2016 2015
- 17.0
Version 17.1 - October 20, 2015
Version 17.0 - May 5, 2015 2014
- 16.0
Version 16.1 - October 7, 2014
Version 16.0 - May 20, 2014 2013
- 15.0
Version 15.2 - January 22, 2014
Version 15.1 - October 7, 2013
Version 15.0 - June 7, 2013 2012
- 14.0
Version 14.2 - February 13, 2013
Version 14.1 - October 19, 2012
Version 14.0 - June 27, 2012 2011
- 13.0
Version 13.2 - January 12, 2012
Version 13.1 - October 26, 2011
Version 13.0 - August 29, 2011 2010
12.0Version 12.2 - May 19, 2011
Version 12.1 - January 12, 2011
Version 12.0 - September 14, 20102009
- 11.0
Version 11.2 - March 16, 2010
Version 11.1 - December 17, 2009
Version 11.0 - October 9, 2009 2008
10.0Version 10.3 - June 29, 2009
Version 10.2 - April 15, 2009
Version 10.1 - February 25, 2009
Version 10.0 - October 23, 20082007
- 9.0
Version 9.3 - July 2, 2008
Version 9.2 - May 9, 2008
Version 9.1 - December 18, 2007
Version 9.0 - November 2, 2007
Oxygen XML Author 9.0
WYSIWYG-like XML Editing
Built-in Table Support [read more...]
Extensibility: The Document Types
You can specify the default schema to be used for validation and content completion assistance for the documents that match a specific document type. This schema can be overwritten if a schema is specified inside the XML document itself. All the current schema languages are supported (DTD, XML Schema, Relax NG, ISO Schematron, ISO NVDL).
Default CSS Files [read more...]
You can specify a set of CSS files, including a default CSS as well as alternates, that will be used to style Oxygen when editing in Author mode. You have the ability to select one main CSS to style the document and combine it with multiple alternate CSS styles that behave like layers.
You can define custom actions in the Author mode that appear in toolbars, menus, or the contextual menu. These actions, in general, add support for inserting XML markup (lists, list items, tables, table rows, table columns, etc.) in the specific framework the document type describes. Oxygen provides a set of operations that can be used to implement most of the actions. If needed, you can also code your own operations in Java and use them to define your actions.
Document Templates [read more...]
You can specify a folder where you have document templates stored. These templates will automatically appear in the new file dialog box, allowing you to easily create new documents of the defined document type.
For any document type, you can specify the XML Catalogs that resolve remote resources to local copies. This provides faster access to those resources (schemas, stylesheets, etc.) and also allows you to work offline without changing the XML documents to explicitly point to local resources.
Default Transformation Scenarios [read more...]
You can specify a set of default transformation scenarios to convert XML documents to various formats, such as HTML, WebHelp, or PDF.
Side Views for Editing Help
The Elements view shows the XML elements, defined by the schema, that can be inserted at the current position within the document.
When editing in the Author visual editing mode, you can add elements before or after the element where the cursor is located.
The Entities view shows all the defined XML entities that are available for your document. You can insert an entity at the current position by clicking on its name and the resulting output displays the entity that is shown in the Value column.
Sortable CSS Outline View [read more...]
The overall structure of a CSS stylesheet edited in the CSS Editor is available in the Outline view. You can sort the CSS rules alphabetically either by the entire selector or by the last component of the selector.
Improved Validation Error Reporting
Schematron Diagnostics and Reports [read more...]
The diagnostics messages reported by Schematron schema are displayed along with other validation errors. Schematron report messages are displayed as warnings.
Component Updates
Other Features
Print Support - Print Preview [read more...]
Oxygen allows you to print your XML documents and includes a Print Preview feature, as well as some specialized printing options. For example, you have the option to print selections of text rather than the whole document,you can choose to include line numbers, and you can print a document in its folded (collapsed) state.