craigmcc    01/05/31 11:37:03

  Modified:    doc/stylesheets struts.xsl
  Log:
  Port the fix for the documentation stylesheet.
  
  Revision  Changes    Path
  1.2       +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.2
  diff -u -r1.1 -r1.2
  --- struts.xsl        2001/03/18 17:48:59     1.1
  +++ struts.xsl        2001/05/31 18:36:59     1.2
  @@ -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.2 2001/05/31 18:36:59 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