You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@locus.apache.org on 2000/08/19 00:40:29 UTC

cvs commit: xml-cocoon/skins/printer/stylesheets document2html.xsl

stefano     00/08/18 15:40:29

  Modified:    skins/printer/stylesheets document2html.xsl
  Log:
  fixed ant filtering problems
  
  Revision  Changes    Path
  1.3       +1 -1      xml-cocoon/skins/printer/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/skins/printer/stylesheets/document2html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- document2html.xsl	2000/07/20 00:12:58	1.2
  +++ document2html.xsl	2000/08/18 22:40:28	1.3
  @@ -24,7 +24,7 @@
           <p class="legal">Cocoon Documentation</p>
           <h1 class="title"><xsl:value-of select="document/header/title"/></h1>
           <xsl:apply-templates/>
  -        <p class="legal">Copyright (c) @year@ <a href="http://xml.apache.org">The Apache Software Foundation.</a><br/>All rights reserved.</p>
  +        <p class="legal">Copyright &#169; <xsl:value-of select="$copyright"/>.<br/>All rights reserved.</p>
         </body>
       </html>
      </xsl:if>