You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2006/09/29 23:17:25 UTC

svn commit: r451446 - /db/derby/code/branches/10.2/RELEASE-NOTES.html

Author: rhillegas
Date: Fri Sep 29 14:17:24 2006
New Revision: 451446

URL: http://svn.apache.org/viewvc?view=rev&rev=451446
Log:
DERBY-1860: Add Army's note about optional packages needed to support the XML datatype.

Modified:
    db/derby/code/branches/10.2/RELEASE-NOTES.html

Modified: db/derby/code/branches/10.2/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/RELEASE-NOTES.html?view=diff&rev=451446&r1=451445&r2=451446
==============================================================================
--- db/derby/code/branches/10.2/RELEASE-NOTES.html (original)
+++ db/derby/code/branches/10.2/RELEASE-NOTES.html Fri Sep 29 14:17:24 2006
@@ -6,6 +6,7 @@
 <ul>
 <li><a href="#Overview">Overview</a></li>
 <li><a href="#JDBC 4.0 Support">JDBC 4.0 Support</a></li>
+<li><a href="#XML Support">XML Support</a></li>
 <li><a href="#New Features">New Features</a></li>
 <li><a href="#Bug Fixes">Bug Fixes</a></li>
 <li><a href="#Issues">Issues</a></li>
@@ -185,6 +186,24 @@
 <a href="http://wiki.apache.org/db-derby/TenTwoRelease">Derby 10.2 wiki page</a>.
 </p>
 
+<h2><a name="XML Support">XML Support</a></h2>
+
+<p>
+If you intend to use any of the Derby XML operators, you must ensure that
+you have:
+</p>
+
+<ul>
+<li>A JAXP parser in your classpath</li>
+<li>Apache Xalan in your classpath</li>
+</ul>
+
+<p>
+Apache Derby 10.2.1.6 has been tested with Xalan-Java Version 2.7.0.  If you
+have a version of Xalan that is earlier than 2.7, the Derby XML operators may
+still work. However, it is possible that you will experience unexpected errors
+when using the Derby XML operators.
+</li>
 
 <h2><a name="New Features"></a>New Features</h2>