You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@apache.org on 2001/03/04 00:37:12 UTC

cvs commit: jakarta-slide/src/doc/style slide.xsl

remm        01/03/03 15:37:12

  Modified:    src/doc  release.xml
               src/doc/style slide.xsl
  Log:
  - Fix a bug with the website stylesheet.
  
  Revision  Changes    Path
  1.11      +2 -2      jakarta-slide/src/doc/release.xml
  
  Index: release.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/release.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- release.xml	2001/03/03 22:38:29	1.10
  +++ release.xml	2001/03/03 23:37:10	1.11
  @@ -13,8 +13,8 @@
         <p>
           Binaries :
           <ul>
  -        <li><a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0m8/jakarta-slide-1.0m8.zip">.zip format</a> (2.7M)</li>
  -        <li><a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0m8/jakarta-slide-1.0m8.tar.gz">.tar.gz format</a> (2.3M)</li>
  +        <li><a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0m8/jakarta-slide-1.0m8.zip">.zip format</a> (3.2M)</li>
  +        <li><a href="http://jakarta.apache.org/builds/jakarta-slide/release/1.0m8/jakarta-slide-1.0m8.tar.gz">.tar.gz format</a> (2.7M)</li>
           </ul>
         </p>
   
  
  
  
  1.10      +1 -3      jakarta-slide/src/doc/style/slide.xsl
  
  Index: slide.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/style/slide.xsl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- slide.xsl	2000/12/15 07:38:59	1.9
  +++ slide.xsl	2001/03/03 23:37:11	1.10
  @@ -297,9 +297,7 @@
         <xsl:when test="not(contains($href,'.xml'))">
           <xsl:value-of select="$href"/>
         </xsl:when>
  -      <xsl:otherwise>
  -        <xsl:value-of select="substring-before($href, '.xml')"/>.html
  -      </xsl:otherwise>
  +      <xsl:otherwise><xsl:value-of select="substring-before($href, '.xml')"/>.html</xsl:otherwise>
       </xsl:choose>
     </xsl:template>