balld       00/10/16 16:41:43

  Modified:    src/org/apache/cocoon/processor/xsp/library/sql esql.xsl
  Log:
  fixed an esql logicsheet bug resulting in multiple variable declarations for 
the esql stack and current session
  
  Revision  Changes    Path
  1.22      +2 -2      
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.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- esql.xsl  2000/10/13 21:41:30     1.21
  +++ esql.xsl  2000/10/16 23:41:42     1.22
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!-- $Id: esql.xsl,v 1.21 2000/10/13 21:41:30 balld Exp $-->
  +<!-- $Id: esql.xsl,v 1.22 2000/10/16 23:41:42 balld Exp $-->
   <!--
   
    ============================================================================
  @@ -130,7 +130,7 @@
        </xsp:page>
   </xsl:template>
   
  -<xsl:template match="xsp:page/*">
  +<xsl:template 
match="xsp:page/*[not(namespace-uri(.)='http://www.apache.org/1999/XSP/Core')]">
    <xsl:copy>
     <xsl:apply-templates select="@*"/>
     <xsp:logic>
  
  
  

Reply via email to