dims        01/07/17 11:46:56

  Modified:    src/org/apache/cocoon/processor/xsp/library/sql esql.xsl
  Log:
  - Sync esql.xsl across C2.0, C2.1 and C1.X
  
  Revision  Changes    Path
  1.86      +3 -3      
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.85
  retrieving revision 1.86
  diff -u -r1.85 -r1.86
  --- esql.xsl  2001/07/07 19:12:03     1.85
  +++ esql.xsl  2001/07/17 18:46:54     1.86
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!-- $Id: esql.xsl,v 1.85 2001/07/07 19:12:03 giacomo Exp $-->
  +<!-- $Id: esql.xsl,v 1.86 2001/07/17 18:46:54 dims Exp $-->
   <!--
   
    ============================================================================
  @@ -515,7 +515,7 @@
               }
             }
   
  -          if (_esql_query.resultset.next()) { /* desire */
  +          if (_esql_query.resultset.next()) {
               <xsl:apply-templates select="esql:results"/>
             }
             else {
  @@ -805,7 +805,7 @@
             org.apache.cocoon.components.parser.Parser newParser = null;
   
             try {
  -              newParser = (org.apache.cocoon.components.parser.Parser) 
this.manager.lookup(Parser.ROLE);
  +              newParser = (org.apache.cocoon.components.parser.Parser) 
this.manager.lookup(org.apache.cocoon.components.parser.Parser.ROLE);
   
                 InputSource __is = new InputSource(
                         new StringReader(
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to