You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@apache.org on 2001/09/12 03:03:51 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs tomcat-docs.xsl

craigmcc    01/09/11 18:03:51

  Modified:    webapps/tomcat-docs tomcat-docs.xsl
  Log:
  Tweak the documentation stylesheet to include the document title portion
  that comes from the document itself.  It did not seem necessary to include
  "The Tomcat 4 Servlet/JSP Container" at the top of each of these pages.
  
  Submitted by:  Glenn  Nielsen <gl...@voyager.apg.more.net>
  
  Revision  Changes    Path
  1.4       +4 -1      jakarta-tomcat-4.0/webapps/tomcat-docs/tomcat-docs.xsl
  
  Index: tomcat-docs.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/tomcat-docs.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- tomcat-docs.xsl	2001/08/21 02:28:21	1.3
  +++ tomcat-docs.xsl	2001/09/12 01:03:51	1.4
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <!-- Content Stylesheet for "tomcat-docs" Documentation -->
   
  -<!-- $Id: tomcat-docs.xsl,v 1.3 2001/08/21 02:28:21 craigmcc Exp $ -->
  +<!-- $Id: tomcat-docs.xsl,v 1.4 2001/09/12 01:03:51 craigmcc Exp $ -->
   
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     version="1.0">
  @@ -106,6 +106,9 @@
   
           <xsl:comment>RIGHT SIDE MAIN BODY</xsl:comment>
           <td width="80%" valign="top" align="left">
  +          <div align="center">
  +            <h1><xsl:value-of select="properties/title"/></h1>
  +          </div>
             <xsl:apply-templates select="body/section"/>
           </td>