You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@apache.org on 2001/02/21 15:08:05 UTC

cvs commit: xml-xalan/java/xdocs/sources/xalan extensionslib.xml

dleslie     01/02/21 06:08:05

  Modified:    java/xdocs/sources/xalan extensionslib.xml
  Log:
  Added  explanatory note about experimental nature of this extensions package.
  
  Revision  Changes    Path
  1.11      +4 -1      xml-xalan/java/xdocs/sources/xalan/extensionslib.xml
  
  Index: extensionslib.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/extensionslib.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- extensionslib.xml	2001/01/11 18:31:26	1.10
  +++ extensionslib.xml	2001/02/21 14:08:04	1.11
  @@ -213,8 +213,11 @@
   <code>hasSameNodes(node-set1, node-set2)</code> returns true if both node-set1 and node-set2 contain exactly the same set of nodes.</p>
   </s2><anchor name="sql"/>
   <s2 title= "SQL library">
  -<p>Provides extension functions for connecting to a JDBC data source, executing a query,
  +<p><em>**Experimental**</em> Provides extension functions for connecting to a JDBC data source, executing a query,
   and working incrementally through "streamable" result set.</p>
  +<p><em>The SQL extension use of a single row-set node to incrementally return a query result set is experimental. Keep in mind that you
  +can only access row elements one at a time moving forward through the result set. The use of XPath expressions in your stylesheet, for
  +example, that attempt to return nodes from the result set in any other manner may produce unpredictable results.</em></p>
   <p><jump href="apidocs/org/apache/xalan/lib/sql/XConnection.html">org.apache.xalan.lib.sql.XConnection</jump> provides three extension functions that you can use in your stylesheet.</p>
       <ol>
         <li>new() -- Use one of the XConnection constructors to connect to a data source, and return an XConnection