Oxygen XML Editor
The Premier All-In-One XML Editing Suite
Oxygen XML Author
Single-Source XML Authoring and Multi-Channel Publishing
Oxygen XML Developer
The Required Tools for Designing XML Schemas and Transformation Pipelines
Oxygen JSON Editor
The Perfect Tool to Simplify Your JSON Editing Experience
Oxygen Publishing Engine
The Complete DITA Publishing Solution for WebHelp and PDF Output
Oxygen PDF Chemistry
Chemistry Converts HTML and XML to PDF Using CSS
Oxygen XML WebHelp
Publish DITA and DocBook Content to WebHelp Output
Oxygen Styles Basket
Customize the Look and Feel of Your PDF and WebHelp Output
Oxygen XML Web Author
Engage Your Whole Organization In Content Creation
Oxygen Content Fusion
The Web-based Collaboration Platform to Craft Tomorrow's Content
Oxygen Feedback
Modern Commenting Platform
Cloud
Enterprise
Oxygen AI Positron
Enhance Your Productivity with the Power of AI
Oxygen Scripting
Automate and Run Oxygen Utilities from the Command-Line Interface
Oxygen SDK
Specifically designed for application developers and integrators
Shop
Pricing and licensing for businesses, Academic and individuals
2025
2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011
2010
2009
2008
Oxygen XML Author version 17 sets the highest standard for XML authoring. It comes with important functionality updates and focuses on design to make your work not only productive, but also enjoyable.
Retina/HiDPI icons make everything look crisp and beautiful, while the graphite color theme gives you a complete new view of Oxygen. Toolbars are configurable down to action level and they put you in full control of your work environment.
Oxygen XML Author not only reports errors, it also helps you automatically correct them through the Quick Fix and AutoCorrect support. The new XML Refactoring tool extends the power of the Find/Replace action across multiple files by applying XML-aware operations through a user-friendly interface.
DITA topics have a spectacular new look and guided DITA authoring eliminates training by presenting inline hints and actions. Now you can publish DITA to an improved and faster-loading WebHelp format and experiment PDF transformations reusing the same CSS files used for authoring. You can also switch between different DITA-OT versions and easily integrate new transformation types.
Improved CSS support includes a new CSS Inspector view, LESS editing and automatic conversion to CSS when saving. Building eye-catching XML authoring interfaces can now be achieved by taking advantage of the new CSS support.
The Oxygen SDK contains many new API updates and the Web-based XML authoring SDK now provides new extension points to facilitate integration, as well as an adaptive user interface that is both mobile and desktop-friendly.
Oxygen version 17 includes new frameworks for supporting JATS, ISO StratML, and XLIFF. The DITA and TEI frameworks, as well as the SVN client have also been updated.
There are changes in:
A lot of effort was put into making the DITA topics more readable while editing in Author mode. You have the freedom to choose from a multitude of editing styles.
The Styles drop-down list, available from the toolbar, allows you to select one main CSS to style the document and combine it with multiple alternate CSS styles that behave like layers, thus making it very easy for you to choose the desired rendering of a document while providing a huge number of view options.
Oxygen provides a new DITA transformation type called Web Slides for creating web presentations. It can be selected when creating a new DITA OT transformation scenario for your DITA Map. You need to make sure you set the attribute @chunk with the value to-content on your DITA Map root element before giving it a try.
This transformation is based on Reveal JS, which allows you to transform DITA maps into web presentation slides using the Reveal JS framework.
Oxygen now provides support for editing LESS stylesheets. LESS extends the functionality of the CSS language by adding features that allow mechanisms such as variables, nesting, mixins, operators, and functions. It is also possible to compile the LESS stylesheets to CSS when saving.
Along with CSS, you can use LESS stylesheets directly to style documents in Author mode. They can be referenced from the Document Type Association or using the xml-stylesheet processing instruction in the XML document.
The standalone versions of Oxygen now support the letter-spacing CSS property.
Multiple ::before(n) and ::after(n) pseudo-elements can be used to insert content before or after the content of an element (or other pseudo-element).
You can use this property to impose a minimum height to the element box. The min-height property only supports absolute values.
The supported values include fixed, absolute, and relative for the elements displayed as blocks, and relative for the elements displayed as inlines.
You can specify a list of fonts to be used for rendering the content of an element. The first font from the list that can render that specific character will be used.
@media oxygen AND (min-width:25cm) AND (platform:standalone) AND(os:windows){...}
content:oxy_url("${framework}/images/note.png")