No changes.
Oracle XML Parser for PLSQL 9.2.0.3.0 Production
July 23 2002
No changes
Known Problems:
Users of Oracle database version 9.0.1 may encounter errors loading
the xmlparserv2.jar in the database using 'loadjava'. To fix this probem
you will need to update to database version 9.0.1.3.
April 1 2002
Known Problems:
Users of Oracle database version 9.0.1 may encounter errors loading
the xmlparserv2.jar in the database using 'loadjava'. To fix this
probem you will need to
update to database version 9.0.1.3.
Bug Fixes:
Bug #2282158: WHEN XML DOCUMENT OF SIZE 50~60M
IS CREATED IN THE DATABASE THEN HEAP SIZE GROWS
Bug #2232456: ORA-29532 WHILE CREATING XML
DOCUMENT AND STORING IT INTO A CLOB
Oracle XML Parser for PLSQL 9.2.0.1.0 Beta
February 1 2002
This is the production release of XML Parser for PL/SQL 9.2.0.1 Oracle
XML Parser for PLSQL 9.0.2.0.0D Beta
This is the fourth beta release of XML Parser for PL/SQL 9.0.2
New APIs:
Bug Fixes:
A new sample file has been added to show usage of importNode and adoptNode APIs.
October 1 2001
This is the third beta release of XML Parser for PL/SQL 9.0.2
Bug Fixes:
A new sample file has been added to show usage of XSLT to produce results to a stream, rather than build a document.
August 1 2001 This is the second beta release of XML Parser for PL/SQL 9.0.2
Bug Fixes:
June 16 2001 This is the first beta release of XML Parser for PL/SQL 9.0.2
Bug Fixes:
April 16 2001 This is the production release of XML Parser for PL/SQL
Bug Fixes:
March 31 2001 This is the first beta release for 9.0.0.0.0
Bug Fixes:
January 25 2001 This is the first beta release for 9.0.0.0.0
Bug Fixes:
May 18, 2000
Changes: New APIs to free memory used by the Java object using the PL/SQL parser.
Bug Fixes:
October 1, 1999
Changes:
Now uses the Oracle XML parser for Java V2.
The xmlparser package has been split into two: xmlparser, which contains methods for parsing an XML document and xmldom, which contains methods to manipulate the DOM tree
Methods to parse and set a DTD have been added to xmlparser
Methods to print DOMNodes and external DTDs have been added
Support for namespaces has been added
XSLT support has been added and is available in the xslprocessor package
This is the first production release
Oracle XML Parser for PLSQL 1.0.0.1.0
------------------------------
July 2, 1999
Changes:
Now uses the Oracle XML parser for Java V1.0.1.4.
More API documentation has been added and the installation instructions in the READMEs have been expanded.
This is the first beta patch release
Oracle XML Parser for PLSQL 1.0.0.0.0
------------------------------
April 19, 1999
The Oracle XML parser for PLSQL is an early adopter release and is written in PLSQL and Java. It will check if an XML document is well-formed and, optionally, if it is valid. The parser will construct an object tree which can be accessed via PLSQL interfaces.
The licensing agreement is found in LICENSE. The parser is currently available only for testing purposes. We expect to make the parser available for commercial use in the future.
Please post any questions, comments, or bug reports to the XML Forum on the Oracle Technology Network at http://technet.oracle.com. At this time OTN is your only support resource.
The parser conforms to the following standards:
* The W3C recommendation for Extensible Markup Language (XML) 1.0 at
http://www.w3.org/TR/1998/REC-xml-19980210
* The W3C recommendation for Document Object Model Level 1 1.0 at
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001
The parser currently supports the following encodings: UTF-8,
BIG 5, US-ASCII,
GB2312, EUC-JP, ISO-2022-JP, EUC-KR, ISO-2022-KR, KOI8-R, ISO-8859-1to
-9, EBCDIC-CP-*, and Shift_JIS. UTF-8 is the default encoding if none is
specified. Any other ASCII or EBCDIC based encodings that are supported
by the Oracle 8i database may be used. Additional encodings will be added
to the list of supported encodings in future releases.
The parser also provides error recovery. It will recover from most errors and continue processing until a fatal error is encountered.
The following directories and files are found in the release:
license.html - licensing agreement
readme.html - this file
doc/ - API documentation
lib/ - contains the XML parser archive
sample/ - contains examples of how to use the XML parser