mkwan       2002/09/06 09:44:25

  Modified:    java/src/org/apache/xalan/lib/sql XConnection.java
  Log:
  Add comments for the new namespace (http://xml.apache.org/xalan/sql).
  
  Revision  Changes    Path
  1.24      +8 -1      
xml-xalan/java/src/org/apache/xalan/lib/sql/XConnection.java
  
  Index: XConnection.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/XConnection.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- XConnection.java  17 Jan 2002 19:12:43 -0000      1.23
  +++ XConnection.java  6 Sep 2002 16:44:25 -0000       1.24
  @@ -90,7 +90,14 @@
   
   /**
    * An XSLT extension that allows a stylesheet to
  - * access JDBC data. From the stylesheet perspective,
  + * access JDBC data. 
  + *
  + * It is accessed by specifying a namespace URI as follows:
  + * <pre>
  + *    xmlns:sql="http://xml.apache.org/xalan/sql";
  + * </pre>
  + *
  + * From the stylesheet perspective,
    * XConnection provides 3 extension functions: new(),
    * query(), and close().
    * Use new() to call one of XConnection constructors, which
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to