balld       00/09/04 20:07:05

  Modified:    src/org/apache/cocoon/processor/xsp/library/sql esql.xsl
  Log:
  fixed trailing comma thanks to Per Kreipke
  
  Revision  Changes    Path
  1.10      +2 -1      
xml-cocoon/src/org/apache/cocoon/processor/xsp/library/sql/esql.xsl
  
  Index: esql.xsl
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon/src/org/apache/cocoon/processor/xsp/library/sql/esql.xsl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- esql.xsl  2000/09/05 00:29:56     1.9
  +++ esql.xsl  2000/09/05 03:07:05     1.10
  @@ -1,4 +1,5 @@
   <?xml version="1.0"?>
  +<!-- $Id: -->
   <!--
   
    ============================================================================
  @@ -229,7 +230,7 @@
                   </xsl:when>
                   <xsl:otherwise>
                    _esql_session.connection = DriverManager.getConnection(
  -                  String.valueOf(<xsl:copy-of select="$dburl"/>),
  +                  String.valueOf(<xsl:copy-of select="$dburl"/>)
                    );
                   </xsl:otherwise>
                  </xsl:choose>
  
  
  

Reply via email to