balld       00/11/07 21:31:53

  Modified:    src/org/apache/cocoon/processor/xsp/library/sql esql.xsl
  Log:
  refixed potential problem with duplicate class variables being created
  
  Revision  Changes    Path
  1.25      +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.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- esql.xsl  2000/11/01 20:20:43     1.24
  +++ esql.xsl  2000/11/08 05:31:52     1.25
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!-- $Id: esql.xsl,v 1.24 2000/11/01 20:20:43 greenrd Exp $-->
  +<!-- $Id: esql.xsl,v 1.25 2000/11/08 05:31:52 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