2002
1
Version 1.0 - April the 15th, 2002
Version 1.1 - May the 15th, 2002
Version 1.1.5 - May the 20th, 2002
Version 1.1.6 - May the 24th, 2002
Version 1.1.7 - May the 27th, 2002
Version 1.1.8 - June the 5th, 2002
Version 1.1.9 - June the 15th, 2002
Version 1.2 - June the 27th, 2002
Version 1.2.1 - September the 27th, 2002
Version 1.2.2 - October the 22nd, 2002
Version 1.2.3 - November the 27th, 2002
Version 1.2.4 - December the 17th, 2002
2003
2
Version 2.0 - April the 2nd, 2003
Version 2.0.1 - May the 15th, 2003
Version 2.0.2 - June the 9th, 2003
Version 2.0.3 - August the 14th, 2003
Version 2.0.4 - September the 19th, 2003
2004
3
Version 3.0 - January the 14th, 2004
Version 3.1 - February the 6th, 2004
4
Version 4.0 - April the 30th, 2004
Version 4.1 - June the 10th, 2004
Version 4.2 - July the 15th, 2004
5
Version 5.0 - October the 15th, 2004
Version 5.1 - January the 18th, 2005
2005
6
Version 6.0 - May the 22nd, 2005
Version 6.1 - July the 19th, 2005
Version 6.2 - September the 19th, 2005
2006
7
Version 7.0 - January the 13th, 2006
Version 7.1 - March the 2nd, 2006
Version 7.2 - June the 6th, 2006
8
Version 8.0 - November 20th, 2006
Version 8.1 - January 25th, 2007
Version 8.2 - May 7th, 2007
2007
9
Version 9.0 - November 2nd, 2007
Version 9.1 - December 18, 2007
Version 9.2 - May 9, 2008
Version 9.3 - July 2, 2008
2008
10
Version 10.0 - October 23, 2008
2009
10.1
Version 10.1 - February 25, 2009
10.2
Version 10.2 - April 15, 2009
10.3
Version 10.3 - June 29, 2009
11
Version 11.0 - October 9, 2009
11.1
Version 11.1 - December 17, 2009
2010
11.2
Version 11.2 - March 16, 2010
12
Version 12.0 - September 14, 2010
2011
12.1
Version 12.1 - January 12, 2011
12.2
Version 12.2 - May 19, 2011
13
Version 13.0 - August 29th, 2011
13.1
Version 13.1 - October 26th, 2011
2012
13.2
Version 13.2 - January 12th, 2012
14
Version 14.0 - June 27, 2012
14.1
Version 14.1 - October 19, 2012
2013
14.2
Version 14.2 - February 13, 2013
What was new in <oXygen/> XML Editor 11
October 9, 2009
There are changes in:
XSLT and XQuery
Integrated Documentation for XSLT Stylesheets [read more...]
The <oXygen/> XSLT Documentation tool allows
you to easily generate full documentation for the XSLT stylesheet components in XHTML
format, including comprehensive annotations and cross references.
User supplied descriptions can be specified either in the form of
XML comments or in a simple language for which <oXygen/> provides easy editing support
through special actions for inserting documentation and through content completion.
Support for user defined documentation languages can be added by updating the conversion
to XHTML to support those languages.
XProc
XProc support
The XProc support includes editing, validation and execution through
reusable XProc scenarios. Besides editing in source mode, you can edit XProc
scripts in the Author mode, rendered with a nice visual representation. <oXygen/>
XML Editor bundles Calabash as built-in engine but other external XProc processors
can be easily configured.
Open API for integrating XProc engines
<oXygen/> XML Editor provides an open API to closely integrate an
XProc engine, both for XProc transformations and for validation support. The
built-in Calabash processor is integrated using this API.
Performance improvements
Extended large documents editing support
Larger XML documents can be opened for editing, for example a 200MB
document can be opened in <oXygen/> XML Editor using a 512MB of memory (depending
on the complexity of the markup these may differ). <oXygen/> XML Editor will
detect large documents and will automatically turn off or change the
implementation for some editor functions to reduce the memory usage.
Extended large documents viewing support (up to 10 GB)
The large file viewer can open files up to 10 GB in read only
mode.
Visual XML editing (Author) mode
Improved Author editing experience for non technical users
The Author mode has new location tooltips and current element
highlights that help the user to identify the position in the edited document. By
default it turns on a more constrained editing mode that avoids for instance
inserting text in the elements that do not allow text nodes or inserting elements
not allowed by the schema.
Track Changes annotations
When editing with track changes on, it is possible to annotate each
change with comments.
Support for embedded SVG images
Embedded SVG images are rendered now in the XML Author
mode.
Allow more than one toolbar with custom actions
You can define up to four toolbars containing custom actions at
document type level.
API for text highlights management
Developers can programmatically highlight or find highlighted text
regions from the XML Author.
DITA Support
Integrated DITA OT 1.5
<oXygen/> XML Editor comes with version 1.5 (M19) of DITA OT which
supports the DITA 1.2 specification.
DITA 1.2 Support
Some of the new DITA 1.2 features are supported. These include
insertion and visualisation in the Author mode of conref ranges and conkeyrefs,
insertion and navigation for keyrefs in the context of the current DITA
map.
DITA Map aware Find and Replace
The find and replace operation can scan recursively all the files
referred by a DITA map that is opened in the DITA Maps Manager view. The action is
available in contextual menu of the DITA Map Manager View.
DITA Map aware Spell Checker
The spell checker can scan recursively all the files referred by a DITA
map that is opened in the DITA Maps Manager view. The action is available in
contextual menu of the DITA Map Manager View.
MathML
Render and visually edit MathML in the Author mode
MathML equations are rendered in the Author mode. The equations can be
edited with the <oXygen/> built-in MathML editor or with the more complex and
powerful MathFlow editor from Design Science. To use the later one, you must have
a licensed installation of the
MathFlow SDK.
MathML support in DocBook [read more...]
There are available templates for creating DocBook documents
with MathML support. The MathML equations included in DocBook documents are rendered
in the PDF and XHTML output of the DocBook transformations.
CMS Integrations
Documentum CMS Integration [read more...]
<oXygen/> XML Editor integration with the
Documentum CMS is built on top of DFS 6.5 and includes repository browsing, check-out
and check-in support, transparent access to resources (open, edit save), import/export
and resource management.
SVN Client
User interface improvements
The menus and toolbars were changed. Some actions were added or removed
in the menu bar and in the views Working Copy, Synchronize, Repository, History so
that the most used actions can be accessed faster. A new toolbar was added.
Specify working copy format at checkout
Sometimes a working copy is used with more than one SVN application
that may not support the latest working copy format. For compatibility with such
applications the working copy format can be specified at checkout: SVN 1.4, SVN
1.5 or SVN 1.6.
Upgrade and downgrade working copy format
If the user does not want to upgrade the working copy format to the
latest format he can do that later with the Upgrade action. A downgrade action is
available for users who need compatibility with applications that do not support
the latest working copy format.
Other features
WebDAV sources available in Datasource Explorer view
The files and folders available in a WebDAV source can be browsed and
opened using the Datasource Explorer view.
More flexible transformation and validation scenarios
There is no dependency between the current edited file and the
scenarios available for transformation or validation, thus users can apply any
transformation or validation scenario on any file. Moreover, the project view
allows to associate scenarios on a folder or on the selected files.
Validation scenarios can specify a schema
Besides the validation engine, you can specify also the schema (XML
Schema, Relax NG, DTD, NVDL, NRL, Schematron) that should be used from an XML
validation scenario.
Spell checking on a set of files
Spell checking can be applied on multiple files and folders from the
Project view.
Digital signature without key info
An XML document can be signed without including the key info in the
signed document. The signature of an XML document that does not include key info
can be verified.
Resolve XML schema location based on namespace
The location of an XML Schema imported in other schema can be resolved
using an XML catalog based only on the schema namespace when the schema location
is not specified.
Automatic/Easy setup for Antenna House Formatter
An installation of the Antenna House FOP v4 or v5 can be automatically
detected or easily configured for performing FO to PDF transformations and for
DITA map transformations executed with DITA OT.
Component Updates
Update oNVDL to jing-trang
The NVDL implementation from oNVDL was moved to jing-trang and
<oXygen/> XML Editor was updated to use the latest jing-trang version
20090818.
Updated Saxon transformer to version 9.2
Saxon 9 SA was updated to the latest version Saxon 9.2 Enterprise
Edition. <oXygen/> XML Editor supports also Saxon 9.2 Professional Edition and
Home Edition.
Updated TEI schemas to version 1.4.1
The latest version of TEI schemas were added.
Updated DocBook XSL stylesheets to version 1.75.2
The latest version of DocBook XSL stylesheets were added.