tim         2004/05/07 22:26:55

  Modified:    src/blocks/databases/samples/stylesheets sql2html.xsl
  Log:
  Fix path to stylesheet for xsp database sample.
  
  Revision  Changes    Path
  1.4       +1 -1      
cocoon-2.1/src/blocks/databases/samples/stylesheets/sql2html.xsl
  
  Index: sql2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/databases/samples/stylesheets/sql2html.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sql2html.xsl      6 Mar 2004 02:26:20 -0000       1.3
  +++ sql2html.xsl      8 May 2004 05:26:55 -0000       1.4
  @@ -19,7 +19,7 @@
                                 xmlns:sql="http://apache.org/cocoon/SQL/2.0";>
   
   
  -  <xsl:import href="../../common/style/xsl/html/simple-page2html.xsl"/>
  +  <xsl:import href="../../../common/style/xsl/html/simple-page2html.xsl"/>
   
     <xsl:template match="sql:rowset">
      <xsl:choose>
  
  
  

Reply via email to