froehlich    02/04/19 11:17:25

  Modified:    src/java/org/apache/cocoon/components/language/markup/xsp/java
                        esql.xsl
  Log:
  redo of previous patch....sry christian h.
  
  Revision  Changes    Path
  1.17      +1 -5      
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/esql.xsl
  
  Index: esql.xsl
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/esql.xsl,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- esql.xsl  19 Apr 2002 17:11:22 -0000      1.16
  +++ esql.xsl  19 Apr 2002 18:17:25 -0000      1.17
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<!-- $Id: esql.xsl,v 1.16 2002/04/19 17:11:22 froehlich Exp $-->
  +<!-- $Id: esql.xsl,v 1.17 2002/04/19 18:17:25 froehlich Exp $-->
   <!--
   
    ============================================================================
  @@ -56,7 +56,7 @@
    * ESQL Logicsheet
    *
    * @author ?
  - * @version CVS $Revision: 1.16 $ $Date: 2002/04/19 17:11:22 $
  + * @version CVS $Revision: 1.17 $ $Date: 2002/04/19 18:17:25 $
   -->
   
   <xsl:stylesheet version="1.0"
  @@ -625,7 +625,6 @@
           <xsl:with-param name="group-on" select="@group-on"/>
         </xsl:apply-templates>
       </xsp:content>
  -    _esql_query.nextRow();  //readvance (see previousRow() in esql:member)
     }
   </xsp:logic>
   </xsl:template>
  @@ -666,9 +665,6 @@
     }
     if (((Boolean)_esql_query.getGroupingVar("<xsl:value-of 
select="$group-on"/>Changed")).booleanValue()) {   
       //footer contents
  -    _esql_query.previousRow();  //if we want the footer to be able to 
  -           // access common columns of the group as the header can, we 
  -           // must back up into the last record.
     </xsp:logic>
   </xsl:template>
   
  @@ -1112,4 +1108,4 @@
     </xsl:copy>
   </xsl:template>
   
  -</xsl:stylesheet>
  +</xsl:stylesheet>
  \ No newline at end of file
  
  
  

----------------------------------------------------------------------
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