You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2003/04/28 00:14:27 UTC

cvs commit: cocoon-2.1/src/blocks/databases/samples/stylesheets sql2html.xsl

stevenn     2003/04/27 15:14:27

  Modified:    src/blocks/databases/samples/stylesheets sql2html.xsl
  Log:
  simple patch to get sql2html importing the right stylesheet
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sql2html.xsl	25 Mar 2003 17:10:36 -0000	1.1
  +++ sql2html.xsl	27 Apr 2003 22:14:27 -0000	1.2
  @@ -4,7 +4,7 @@
                                 xmlns:sql="http://apache.org/cocoon/SQL/2.0">
   
   
  -  <xsl:import href="page/simple-page2html.xsl"/>
  +  <xsl:import href="../../common/style/xsl/html/simple-page2html.xsl"/>
   
     <xsl:template match="sql:rowset">
      <xsl:choose>