giacomo     2003/12/10 08:32:42

  Modified:    src/blocks/slide/samples description2html4locks.xsl
               src/webapp welcome.xslt
               src/webapp/samples/common/style/xsl/html
                        simple-page2html.xsl simple-samples2html.xsl
               src/webapp/stylesheets/system error2html.xslt
                        status2html.xslt
  Log:
  got rid of old contextPath
  
  Revision  Changes    Path
  1.7       +1 -1      
cocoon-2.1/src/blocks/slide/samples/description2html4locks.xsl
  
  Index: description2html4locks.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/slide/samples/description2html4locks.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -d -b -u -r1.6 -r1.7
  --- description2html4locks.xsl        8 Dec 2003 18:06:43 -0000       1.6
  +++ description2html4locks.xsl        10 Dec 2003 16:32:41 -0000      1.7
  @@ -6,7 +6,7 @@
     version="1.0">
   
     <xsl:output indent="yes"/>
  -  <xsl:param name="contextPath" select="'/cocoon'"/>
  +  <xsl:param name="contextPath"/>
   
     <xsl:template match="/">
       <document>
  
  
  
  1.10      +2 -2      cocoon-2.1/src/webapp/welcome.xslt
  
  Index: welcome.xslt
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/welcome.xslt,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -d -b -u -r1.9 -r1.10
  --- welcome.xslt      20 Oct 2003 09:37:48 -0000      1.9
  +++ welcome.xslt      10 Dec 2003 16:32:41 -0000      1.10
  @@ -5,7 +5,7 @@
   <xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                                 xmlns="http://www.w3.org/1999/xhtml";>
   
  -  <xsl:param name="contextPath" select="'/cocoon'"/>
  +  <xsl:param name="contextPath"/>
   
     <xsl:template match="welcome">
       <html xml:lang="en" lang="en">
  
  
  
  1.7       +1 -1      
cocoon-2.1/src/webapp/samples/common/style/xsl/html/simple-page2html.xsl
  
  Index: simple-page2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/samples/common/style/xsl/html/simple-page2html.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -d -b -u -r1.6 -r1.7
  --- simple-page2html.xsl      22 Oct 2003 11:42:05 -0000      1.6
  +++ simple-page2html.xsl      10 Dec 2003 16:32:41 -0000      1.7
  @@ -2,7 +2,7 @@
   
   <xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
   
  -  <xsl:param name="contextPath" select="string('/cocoon')"/>
  +  <xsl:param name="contextPath"/>
     <xsl:param name="servletPath" select="string('/samples')"/>
     <xsl:param name="sitemapURI"/>
   
  
  
  
  1.8       +2 -2      
cocoon-2.1/src/webapp/samples/common/style/xsl/html/simple-samples2html.xsl
  
  Index: simple-samples2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/samples/common/style/xsl/html/simple-samples2html.xsl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -d -b -u -r1.7 -r1.8
  --- simple-samples2html.xsl   7 May 2003 10:24:21 -0000       1.7
  +++ simple-samples2html.xsl   10 Dec 2003 16:32:41 -0000      1.8
  @@ -11,7 +11,7 @@
   
   <xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
   
  -  <xsl:param name="contextPath" select="string('/cocoon')"/>
  +  <xsl:param name="contextPath"/>
   
    <xsl:template match="/">
     <html>
  
  
  
  1.13      +2 -2      cocoon-2.1/src/webapp/stylesheets/system/error2html.xslt
  
  Index: error2html.xslt
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/stylesheets/system/error2html.xslt,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -d -b -u -r1.12 -r1.13
  --- error2html.xslt   8 Dec 2003 15:17:02 -0000       1.12
  +++ error2html.xslt   10 Dec 2003 16:32:42 -0000      1.13
  @@ -6,7 +6,7 @@
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                   xmlns:error="http://apache.org/cocoon/error/2.1";>
   
  -  <xsl:param name="contextPath" select="string('/cocoon')"/>
  +  <xsl:param name="contextPath"/>
   
     <!-- let sitemap override default page title -->
     <xsl:param name="pageTitle" select="//error:notify/error:title"/>
  
  
  
  1.7       +2 -2      cocoon-2.1/src/webapp/stylesheets/system/status2html.xslt
  
  Index: status2html.xslt
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/stylesheets/system/status2html.xslt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -d -b -u -r1.6 -r1.7
  --- status2html.xslt  31 Jul 2003 03:51:18 -0000      1.6
  +++ status2html.xslt  10 Dec 2003 16:32:42 -0000      1.7
  @@ -10,7 +10,7 @@
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                   xmlns:status="http://apache.org/cocoon/status/2.0";>
    
  -  <xsl:param name="contextPath" select="string('/cocoon')"/>
  +  <xsl:param name="contextPath"/>
   
     <xsl:template match="status:statusinfo">
       <html>
  
  
  

Reply via email to