cmlenz      2003/07/14 09:43:44

  Modified:    documentation/docs/skins/jakarta.apache.org/stylesheets
                        document2html.xsl
               documentation build.xml
  Log:
  Fix comments
  
  Revision  Changes    Path
  1.46      +3 -4      
jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- document2html.xsl 14 Jul 2003 16:42:00 -0000      1.45
  +++ document2html.xsl 14 Jul 2003 16:43:43 -0000      1.46
  @@ -763,12 +763,11 @@
     </xsl:template>
   
     <!-- ==================================================================== -->
  -  <!-- Changelog: "cvslogs/changelog/entry" elements -->
  +  <!-- Changelog: "changelog/entry" elements -->
     <!-- ==================================================================== -->
   
     <xsl:template match="cvschangelog">
  -    <xsl:variable name="changelog" 
  -      select="document($cvslogfile)/changelog"/>
  +    <xsl:variable name="changelog" select="document($cvslogfile)/changelog"/>
       <xsl:choose>
         <xsl:when test="$changelog/entry">
           <div class="tabular">
  
  
  
  1.55      +3 -3      jakarta-cactus/documentation/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/build.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- build.xml 14 Jul 2003 16:42:00 -0000      1.54
  +++ build.xml 14 Jul 2003 16:43:44 -0000      1.55
  @@ -234,9 +234,9 @@
              stylesheet is located. Note: this path MUST be relative as it 
              is used as a relative URI from within the stylesheet -->
         <param name="xdocdir" expression="../../../${xdoc.dir.name}"/>
  -      <!-- Location of the sitemap.xml file relative to xdocdir -->
  +      <!-- Location of the sitemap.xml file -->
         <param name="sitemapFile" expression="${sitemap.file}"/>
  -      <!-- Location of the cvslog.xml file relative to xdocdir -->
  +      <!-- Location of the cvslog.xml file -->
         <param name="cvslogfile" expression="${cvslog.file}"/>
       </style>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to