Index: src/ref/rrefjdbcjsr169.dita
===================================================================
--- src/ref/rrefjdbcjsr169.dita	(revision 731686)
+++ src/ref/rrefjdbcjsr169.dita	(working copy)
@@ -19,37 +19,59 @@
 -->
 <reference id="rrefjdbcjsr169" xml:lang="en-us">
 <title>JDBC Package for Connected Device Configuration/Foundation Profile
-(JSR169)</title>
+(JSR 169)</title>
 <prolog><metadata>
-<keywords><indexterm>JSR169-only features<indexterm>Derby's support for</indexterm></indexterm>
+<keywords><indexterm>JSR 169 features<indexterm>support for</indexterm></indexterm>
 </keywords>
 </metadata></prolog>
 <refbody>
 <section><p><ph conref="../conrefs.dita#prod/productshortname"></ph> supports
 the JDBC API defined for the Connected Device Configuration/Foundation Profile,
-also known as JSR169. The features supported are a subset of the JDBC 3.0
-specification. Support for JSR169 is limited to the embedded driver. <ph conref="../conrefs.dita#prod/productshortname"></ph> does
-not support using the Network Server under JSR169.</p></section>
-<section><p>To obtain a connection under JSR169 specifications, use the <codeph>org.apache.derby.jdbc.EmbeddedSimpleDataSource</codeph> class.
+also known as JSR 169. The features supported are a subset of the JDBC 3.0
+specification. Support for JSR 169 is limited to the embedded driver.
+<ph conref="../conrefs.dita#prod/productshortname"></ph> does not support using
+the Network Server under JSR 169.</p></section>
+<section><p>To obtain a connection using JSR 169, use the
+<codeph>org.apache.derby.jdbc.EmbeddedSimpleDataSource</codeph> class.
 This class is identical in implementation to the <codeph>org.apache.derby.jdbc.EmbeddedDataSource</codeph> class.
 See the <ph conref="../conrefs.dita#pub/citdevelop"></ph> for information
-on using the properties of the <codeph>org.apache.derby.jdbc.EmbeddedDataSource</codeph> class.</p><p>Some
-other features to note concerning the JSR169 implementation using <ph conref="../conrefs.dita#prod/productshortname"></ph>:<ul>
+on using the properties of the <codeph>org.apache.derby.jdbc.EmbeddedDataSource</codeph> class.</p>
+<p>Some other features to note concerning JSR 169 and its
+<ph conref="../conrefs.dita#prod/productshortname"></ph> implementation:
+<ul>
 <li>Applications must get and set <codeph>DECIMAL</codeph> values using alternate
 JDBC <codeph>getXXX</codeph> and <codeph>setXXX</codeph> methods, such as <codeph>getString()</codeph> and <codeph>setString()</codeph>.
-Any alternate method that works against a DECIMAL type with JDBC 2.0 or 3.0
-will work in JSR169.</li>
-<li>Java functions and procedures that use server-side JDBC parameters such
-as <codeph>CONTAINS SQL</codeph>, <codeph>READS SQL DATA</codeph> or <codeph>MODIFIES
-SQL DATA</codeph> are not supported in JSR169.</li>
-<li>The standard API used to obtain a connection (<codeph>jdbc:default:connection</codeph>)
-is not supported in JSR169. A runtime error may occur when the routine tries
-to obtain a connection using <codeph>jdbc:default:connection</codeph>.</li>
-<li>Diagnostic tables are not supported.</li>
-<li>Triggers are not supported.</li>
-<li>Encrypted databases are not supported.</li>
-<li>DriverManager is not supported. You cannot use DriverManager.getConnection()
-to obtain a connection.</li>
+Any alternate method that works against a DECIMAL type with JDBC 3.0
+will work in JSR 169.</li>
+<li>JSR 169 does not support Java functions and procedures that use server-side
+JDBC, that is, routines declared with <codeph>CONTAINS SQL</codeph>,
+<codeph>READS SQL DATA</codeph>, or <codeph>MODIFIES SQL DATA</codeph> clauses.
+</li>
+<li>JSR 169 does not support the <codeph>DriverManager</codeph> interface, so
+you cannot use the <codeph>DriverManager.getConnection</codeph> method to obtain
+a connection.</li>
+<li>JSR 169 does not support the standard URL used to obtain a connection,
+<codeph>jdbc:default:connection</codeph>. A runtime error may occur if the
+routine tries to obtain a connection using
+<codeph>jdbc:default:connection</codeph>.</li>
+<li>The <ph conref="../conrefs.dita#prod/productshortname"></ph> implementation
+of JSR 169 does not support the following features:
+<ul>
+<li>Diagnostic tables</li>
+<li>Triggers</li>
+<li>Encrypted databases</li>
+<li>The XML data type (however, an application can retrieve, update, query, or
+otherwise access an XML data value if it has classes for a JAXP parser and for
+Xalan in the classpath; <ph conref="../conrefs.dita#prod/productshortname"></ph>
+issues an error if either the parser or Xalan is not found)</li>
+<li>Non-blocking I/O</li>
+<li>Java EE resource manager support, including distributed transactions</li>
+<li>Principal-based security</li>
+<li>LDAP-based authentication</li>
+<li>SSL/TLS encryption</li>
+<li>Replication</li>
+</ul>
+</li>
 </ul></p></section>
 </refbody>
 </reference>
