• 2024

    26.0
    Version 26.0 - October 11, 2023
  • 25.1
    Version 25.1 - March 16, 2023
  • 2023

    25.0
    Version 25.0 - October 13, 2022
  • 24.1
    Version 24.1 - March 7, 2022
  • 2022

    24.0
    Version 24.1 - March 7, 2022
    Version 24.0 - October 18, 2021
  • 23.1
    Version 23.1 - March 4, 2021
  • 2021

    23.0
    Version 23.1 - March 4, 2021
    Version 23.0 - November 19, 2020
  • 22.1
    Version 22.1 - May 19, 2020
  • 22.0
    Version 22.1 - May 19, 2020
    Version 22.0 - February 12, 2020
  • 2020

    21.1
    Version 21.1 - May 23, 2019
  • 21.0
    Version 21.1 - May 23, 2019
    Version 21.0 - February 22, 2019
  • 2019

    20.1
    Version 20.1 - June 15, 2018
  • 20.0
    Version 20.1 - June 15, 2018
    Version 20.0 - March 16, 2018
  • 2018

  • 19.0
    Version 19.1 - September 29, 2017
    Version 19.0 - April 5, 2017
  • 2017

  • 18.0
    Version 18.1 - October 18, 2016
    Version 18.0 - April 21, 2016
  • 2016

  • 17.0
    Version 17.1 - October 20, 2015
    Version 17.0 - May 5, 2015
  • 2015

  • 16.0
    Version 16.1 - October 7, 2014
    Version 16.0 - May 20, 2014
  • 2014

  • 15.0
    Version 15.2 - January 22, 2014
    Version 15.1 - October 7, 2013
    Version 15.0 - June 7, 2013
  • 2013

  • 14.0
    Version 14.2 - February 13, 2013
    Version 14.1 - October 19, 2012
    Version 14.0 - June 27, 2012
  • 2012

  • 13.0
    Version 13.2 - January 12, 2012
    Version 13.1 - October 26, 2011
    Version 13.0 - August 29, 2011
  • 2011

    12.0
    Version 12.2 - May 19, 2011
    Version 12.1 - January 12, 2011
    Version 12.0 - September 14, 2010
  • 2010

  • 11.0
    Version 11.2 - March 16, 2010
    Version 11.1 - December 17, 2009
    Version 11.0 - October 9, 2009
  • 2009

    10.0
    Version 10.3 - June 29, 2009
    Version 10.2 - April 15, 2009
    Version 10.1 - February 25, 2009
    Version 10.0 - October 23, 2008
  • 2008

  • 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
  • 2007

    8.0
    Version 8.2 - May 7, 2007
    Version 8.1 - January 25, 2007
    Version 8.0 - November 20, 2006
  • 7.0
    Version 7.2 - June 6, 2006
    Version 7.1 - March 2, 2006
    Version 7.0 - January 13, 2006
  • 2006

  • 6.0
    Version 6.2 - September 19, 2005
    Version 6.1 - July 19, 2005
    Version 6.0 - May 22, 2005
  • 2005

    5.0
    Version 5.1 - January 18, 2005
    Version 5.0 - October 15, 2004
  • 4.0
    Version 4.2 - July 15, 2004
    Version 4.1 - June 10, 2004
    Version 4.0 - April 30, 2004
  • 3.0
    Version 3.1 - February 6, 2004
    Version 3.0 - January 14, 2004
  • 2004

  • 2.0
    Version 2.0.4 - September 19, 2003
    Version 2.0.3 - August 14, 2003
    Version 2.0.2 - June 9, 2003
    Version 2.0.1 - May 15, 2003
    Version 2.0 - April 2, 2003
  • 2003

  • 1.0
    Version 1.2.4 - December 17, 2002
    Version 1.2.3 - November 27, 2002
    Version 1.2.2 - October 22, 2002
    Version 1.2.1 - September 27, 2002
    Version 1.2 - June 27, 2002
    Version 1.1.9 - June 15, 2002
    Version 1.1.8 - June 5, 2002
    Version 1.1.7 - May 27, 2002
    Version 1.1.6 - May 24, 2002
    Version 1.1.5 - May 20, 2002
    Version 1.1 - May 15, 2002
    Version 1.0 - April 15, 2002

Oxygen XML Editor 6.0

May 22, 2005

Related version: 6.0     6.1     6.2    

XML Schema Content Completion Assistant Shows Possible Values for xsi:type

The content completion support based on XML Schema determines the type of an element, and all the types that are derived from it, and presents their qualified names (resolved in the current context) as possible values for the xsi:type attribute.

Validate on Save Option

When setting this option (Preferences / Editor / Save / Check for errors) the editor will try to validate the modified documents before they are saved. If the document is invalid you are asked if you want to proceed saving it or if you want to cancel the save operation.

Check for IDREFS Option for Relax NG

The check for IDREFS in Relax NG is now configurable. You can set the parser to take into account the IDs from the document or to ignore them.

The Validation Against RelaxNG Supports XInclude

XInclude can be used to compose large documents validated against RelaxNG schemas.

Check for RelaxNG Valid Documents

Oxygen adds an option for checking if documents can become valid according with a Relax NG schema by completing missing markup, that is if it can be transformed in a valid document only by adding elements and attributes without deleting anything.

XPath Proxy/Namespace Mappings

You can define some mappings between proxies and namespaces that will be used by the XPath evaluator.

Obtain the XPath Expression that Selects the Current Element

A Copy XPath contextual action was added to easily get the XPath expression that selects the current element. You can paste it in the XPath evaluator and edit it further.

Improved Find/Replace

An XPath filter has been added to the Find/Replace dialog box. This allows you to perform searches or replacements only in the nodes that are included in the XPath result. It is also possible to change the direction of the search.

Action for Inserting External Entities

For people who use modular DocBook the management of entity references can become very time consuming, especially when the number of XML files is high and even more so when they are managed in a folder structure. Oxygen provides a way of selecting the files that represent the external entities and generate a DTD subset declaring the entities.

Conversion Between Characters and Entities

You can convert a section of text to character entities, or convert a section composed of character entities back to text.

Format and Indent the Current Element Action

You can select an element and correct its indentation. This is useful when you do not want to alter the indentation of other elements in the document.

Drag-and-Drop Editing

It is possible to select the text from the editor and then drag it to another location in the document. This is faster than using the cut and paste actions.

Editing History

This is an quick way of navigating to the changes locations in the document and to the areas that were selected. Each time you modify the document or you select some region of it the editor keeps track of that position. The buttons for moving forward and backward through the history are located on the main toolbar.

Integrated the Saxon XSLT and XQuery Processor: Saxon 8.4

Oxygen contains the latest version of the Basic Saxon XSLT and XQuery Processor from Saxonica Limited. and it has ready-to-use support for the Schema Aware version.

Updated DocBook Framework

Oxygen includes the DocBook DTD version 4.4 and the DocBook XSL stylesheets version 1.68.1.

Support for Saxon.NET

The Saxon.NET XSLT 2.0 processor can be used as an XSLT processor for XSLT transformations from within Oxygen.

FXSL Library is Included in Frameworks

FXSL - the Functional Programming Library for XSLT created by Dimitre Novatchev is included in the Oxygen 6.0 distribution under frameworks. This offers you a lot of XSLT stylesheets that are ready to be imported in user stylesheets, to give you access to a lot of additional functionality. One of the most impressive examples is spell checking implemented in XSLT.