You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by do...@apache.org on 2001/03/04 00:55:19 UTC

cvs commit: jakarta-avalon/src/skins/avalon/stylesheets book2project.xsl changes2document.xsl document2html.xsl

donaldp     01/03/03 15:55:18

  Modified:    src/skins/avalon/stylesheets book2project.xsl
                        changes2document.xsl document2html.xsl
  Log:
  Updated so that the stylesheets work with the more stricter xalan2.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-avalon/src/skins/avalon/stylesheets/book2project.xsl
  
  Index: book2project.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/skins/avalon/stylesheets/book2project.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- book2project.xsl	2001/03/02 06:38:32	1.4
  +++ book2project.xsl	2001/03/03 23:55:18	1.5
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
     <!-- match the root book element -->
     <xsl:template match="book">
  
  
  
  1.2       +1 -1      jakarta-avalon/src/skins/avalon/stylesheets/changes2document.xsl
  
  Index: changes2document.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/skins/avalon/stylesheets/changes2document.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes2document.xsl	2001/02/23 10:47:47	1.1
  +++ changes2document.xsl	2001/03/03 23:55:18	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
     <xsl:template match="@*|node()">
       <xsl:copy>
  
  
  
  1.6       +1 -1      jakarta-avalon/src/skins/avalon/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/skins/avalon/stylesheets/document2html.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- document2html.xsl	2001/03/02 06:38:32	1.5
  +++ document2html.xsl	2001/03/03 23:55:18	1.6
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
  +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
   
     <xsl:param name="stylebook.project"/>
     <xsl:param name="copyright"/>