Oracle XML Java Beans 9.2.0.6.0
-------------------------------

Changes:
None

Oracle XML Java Beans 9.2.0.4.0
-------------------------------
Aug 9, 2002

Changes:
None

This is 9.2.0.3.0 production release

Oracle XML Java Beans 9.2.0.3.0
-------------------------------
July 23, 2002

Changes:
None

This is 9.2.0.2.0 production release.

Oracle XML Java Beans 9.2.0.2.0
-------------------------------
February 15, 2002

Changes:
None

This is 9.2.0.1.0 production release.

Oracle XML Transviewer 9.2.0.1.0
-------------------------------
January 31, 2002

Changes:
None

This is 9.0.2.0.0 beta release.

Oracle XML Transviewer 9.0.2.0.0D
-------------------------------
November 30, 2001

Changes:
Several features were added to the XMLDiff bean:
The equals() function is made public.  This can be overwritten to customize the comparision of two nodes.
New function printNode() was added for debugging purposes.
setIndentIncr is restricted to attribute indentation only. New nodes can be  indented using new function setNewNodeIndentIncr().
Bug fixes for the XMLDiff bean included:
bug #2065209:  Incorrect whitespace insertion when inserting the first child element
bug #2061683:  XSL not well-formed when modifying an attribute value containing '<'
bug #2061674:  ArrayIndexOutOfBounds Exception when modifying an attribute value only
bug #2061662:  Parse Exception when diffing XML Source documents with no child nodes
 

This is 9.0.2.0.0 beta release.

Oracle XML Transviewer 9.0.2.0.0C
-------------------------------
September 30, 2001

Changes:

Memory usage enhancements were made to the XMLDiff bean.
New bean XML Compression was added.
Internal DTD support was added to the SourceViewer bean.
Various bugs were fixed.
Version was updated.

This is 9.0.2.0.0 beta release.

Oracle XML Transviewer 9.0.2.0.0B
-------------------------------
July 30, 2001

Changes:

Performance enhacements were made to the XMLDiff bean.
setIndentIncr() was added to XMLDiff bean to set default indentation for attriburte, newly inserted nodes, and nodes outside the root node.
getInput functions were added to XMLDiff bean to separately set files and documents as input for comparision.
Version was updated.

This is 9.0.2.0.0 beta release.

Oracle XML Transviewer 9.0.2.0.0A
-------------------------------
June 06, 2001

Changes:

XMLType support added as a new bean with a demo.
New bean XMLDiff was added.  The API defined in XMLDiff can be used to compare two XML files (or two parsed DOM trees)
The representation of the differences between the two XML files can be viewed in a visual manner.   The differences can also be generated as XSL code.  Subsequently the second XML file can be derived from the first XML using XSL transformation.
Version was updated.

This is 9.0.1.0.0 production release.

Oracle XML Transviewer 9.0.1.0.0
-------------------------------
April 12, 2001

Changes:

Transviewer bean GUI was made more efficient and user friendly.
Version was updated.
 

This is beta 9.0.0.0.0A release.

Oracle XML Transviewer 9.0.0.0.0A
-------------------------------

February 1, 2001

Changes:

Repackaged for XDK release. Version updated. Directory structure & Makefile for demos updated.
 

This is the first beta release.

Oracle XML Transviewer 1.1.0.0.0
---------------------------

May  25, 2000

Changes:

New class DBView was added. The API defined in the class can be used for
program access to all features that XMLTransformPanel offer in ineractive mode.
The DBView bean can be used in any application that visualize database
information using XML and stylesheet transformations. See sample4 for
example of application that process insurance claims using the DBView bean.

This is the second production patch release.

Oracle XML Transviewer 1.0.3.0.0
---------------------------

March  31, 2000

Changes:

Proper icons where added in xmlcomp.jar. The icons represent the beans visually
when the beans are installed on the JDeveloper tools palette.

New class DBAccess was added. The API defined in the class can be used for
program access the CLOB tables managed by the XMLTransformPanel.
 

This is the first production patch release.

Oracle XML Transviewer 1.0.2.0.0
---------------------------

February  14, 2000

Changes:

Database connectivity added to the XMLTransformPanel. Now the bean can connect
to Oracle 8i and has these new features:

- Submitting query to the database, converting the result set in XML and loading the
  XML data into the bean.
- Storing and retrieving XML, XSL, HTML and text files into the database in tables
  as CLOB elements. The tables are automatically created and managed by the bean.
 Multiple files can be stored in a single table as records. The bean allows you to move
 the XML in and out from the database, to move data between different databases and
 between the database and the file system.

NOTE: In order to use the above database functionality you will need to download
the XML SQL Utility from OTN and have the appropriate JDBC drivers.

Bug fixes:

Bug #1063200: xmlsourceviewer: setting colors (other than background) doesn't work
Bug #1063193: missing javabeans methods like isEditable() on xmlsourceviewer
Bug #1063188: transviewer beans not recognized by some ide as beans
Bug #1063179: xmlsourceviewer: boxes show up in text
Bug #1063171: transviewer: beans ship with 2.0.2.0.0 parser

First production release
Oracle XML Transviewer 1.0.1.0.0
---------------------------------------------
December 20, 1999

No changes since the previous release

Oracle XML Transviewer 1.0.0.2.0 Beta
----------------------------------------------------
December 08, 1999

Changes:

Added following BeanInfo classes:
   XMLTransformPanelBeanInfo
   XMLTreeViewBeanInfo
   XMLSourceViewBeanInfo
   DOMBuilderBeanInfo
   XSLTransformerBeanInfo

API changes:
   The class XMLStyledDocument has been made protected.

Bugs fixed:
   #1063193 - isEditable method was added to XMLSourceView class.
   #1063200 - XMLSourceView setting colors did not work
   #1063179 - XMLTreeView - boxes showed up in the text
   #1063188 - Transviewer beans not recognized by IDE as beans

New features:
   New icons representing the beans added
   All beans are resizable
   Transviewer bean error handling improved
 
 

Oracle XML Transviewer 1.0.0.1.0 Beta
------------------------------------------------
October 29, 1999

Changes:
Added new visual Java bean - XMLTransformPanel: