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 7.1
March the 2nd, 2006
There are changes in:
Support for Native XML Databases
eXist Support [read more...]
The support for eXist database includes:
multiple server connections, XQuery execution, resource management and editing. A more
detailed explanation can be found in the following tutorial. <oXygen/> supports eXist
database server versions 1.3, 1.4 and 1.5.
Performance
Performance improvement for Spell Checking
The spell checking works faster for long documents and for documents
that have very long lines (thousands of characters).
Optimized the document loading time
Large documents are loaded now up to four times faster.
XML/CSS Pretty Print
XML Format (Pretty Print) preserves empty lines
Content authors often use empty lines to make their XML documents more
readable. A new option that controls the preservation of the empty lines has been
added. It is enabled by default.
XML Format (Pretty Print) preserves the original value of the
attributes
An option (enabled by default) controls if the Pretty Print operation
should preserve the original value of the attributes as they were before the
operation in the XML source. When this option is disabled the value will be
normalized.
CSS Format (Pretty Print) new options
Styles from the CSS files can be formatted by indenting the content.
Also the style blocks can optionally be separated using new lines.
Graphical User Interface
Character map
Available from the Tools menu, this dialog allows you to select any
Unicode character. The selected character may be inserted in the document either
directly or as character entity.
Check spelling menu
By enabling the "Automatic spell check" option from the
"Editor/Spelling" the spelling errors from the document are highlighted during
typing. The contextual menu on a highlighted word presents a list of correction
proposals.
Different markers for errors and warnings
The errors and warnings presented in the vertical ruler have different
colors, the warnings are presented in yellow, while the errors in
red.
Tooltips for error highlights
When moving the cursor over an error highlight in the XML source, a
tooltip with the error description will be displayed.
Annotation tooltips for the XML attributes
If you place the cursor over an attribute, the application will display
a tooltip containing the annotation defined for that attribute in the associated
document schema.
Quick find toolbar
This allows an easy to use and ergonomic search in the current
document. It can be triggered with a shortcut, by default CTRL+ALT+F and can be
closed by using the Escape key. Being only a toolbar (not a dialog) saves your
working space.
Replace all button in the Find dialog
Besides "Replace to end" now there is also available a "Replace all"
action.
Search in files option: Recurse subdirectories
You can search in a directory structure, either recursive through all
subdirectories or only in that directory.
Options dialog is now more compact
Some sections in the option dialog have been redesigned.
Keyboard shortcuts for navigating through the list of errors or find
results
You can select the next/previous error/result by using CTRL+Dot(.) or
CTRL+Comma(,) shortcuts.
Different colors only for XML prefixes
You can define colors for the tags starting with a certain prefix. More
than that, you can choose only the prefix to be colored differently, the name of
the element being colored with the default element color.
Improved the look on the Mac OS X platform
The tab labels of the dockable views/editors now have the Aqua
style.
XSLT / XPath
Support for custom XSLT Processors
Along with the bundled XSLT processors, it is possible to configure
other XSLT processors, like Sablotron, Transformiix, XT, Oracle XSLT. See the
options dialog, section "XSLT/XQuery/FO/XSLT/Custom engines".
Option for filtering the proposals offered by XPath Content
Completion
For instance you can define that node axes should appear in the content
completion window, but not the XSLT functions. This is the case when editing for
instance an XPath expression in a stylesheet "match"/"select" attribute or when
editing directly an expression in the XPath toolbar. Also you can inhibit all the
XPath proposals.
XPath
Builder View [read more...]
Editing complex XPath expressions in the XPath toolbar can be
sometimes difficult due to the size limitation. This view allows
editing of multi-line expressions. The executed expressions are stored in a history
list and they can be reused as necessary.
Component Updates
Updated Saxon8B from Saxonica to version 8.7
Saxon 8B XSLT processor has been updated to the latest version: 8.7 .
<oXygen/> supports also the Saxon8SA 8.7 (that requires a separate license from
Saxonica).
Updated Xerces to version 2.8.0
The Xerces parser has been updated to the latest version.
Updated XMLSec to version 1.3
The package allowing the XML document signing and signature check has
been updated.