craigmcc    01/05/31 11:31:55

  Modified:    doc/stylesheets Tag: STRUTS_1_0_BRANCH struts.xsl
  Log:
  Fix the stylesheet to avoid generating two <body> tags in the output HTML.
  
  Submitted by: Roland Huss <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +8 -1      jakarta-struts/doc/stylesheets/struts.xsl
  
  Index: struts.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/stylesheets/struts.xsl,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- struts.xsl        2001/03/18 17:48:59     1.1
  +++ struts.xsl        2001/05/31 18:31:52     1.1.2.1
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <!-- Content Stylesheet for Struts Documentation -->
  -<!-- $Id: struts.xsl,v 1.1 2001/03/18 17:48:59 vmassol Exp $ -->
  +<!-- $Id: struts.xsl,v 1.1.2.1 2001/05/31 18:31:52 craigmcc Exp $ -->
   
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
     version="1.0">
  @@ -109,6 +109,13 @@
         </td>
       </tr>
     </xsl:template>
  +
  +
  +  <!-- Process a document body -->
  +  <xsl:template match="body">
  +    <xsl:apply-templates/>
  +  </xsl:template>
  +
   
     <!-- Process a documentation section -->
     <xsl:template match="section">
  
  
  

Reply via email to