You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2003/11/06 14:26:45 UTC

cvs commit: cocoon-2.1/src/blocks/woody/samples/resources woody-page-styling.xsl woody-samples-styling.xsl

vgritsenko    2003/11/06 05:26:45

  Modified:    src/blocks/woody/samples/resources woody-page-styling.xsl
                        woody-samples-styling.xsl
  Log:
  Pretty-print root tag...
  
  Revision  Changes    Path
  1.4       +5 -4      cocoon-2.1/src/blocks/woody/samples/resources/woody-page-styling.xsl
  
  Index: woody-page-styling.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody-page-styling.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- woody-page-styling.xsl	5 Nov 2003 13:36:02 -0000	1.3
  +++ woody-page-styling.xsl	6 Nov 2003 13:26:45 -0000	1.4
  @@ -1,8 +1,9 @@
   <?xml version="1.0"?>
  -<xsl:stylesheet
  -  version="1.0"
  -  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  -  xmlns:wi="http://apache.org/cocoon/woody/instance/1.0">
  +
  +<xsl:stylesheet version="1.0"
  +                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  +                xmlns:wi="http://apache.org/cocoon/woody/instance/1.0"
  +                exclude-result-prefixes="wi">
     
     <xsl:template name="woody-page-head">
         
  
  
  
  1.2       +3 -5      cocoon-2.1/src/blocks/woody/samples/resources/woody-samples-styling.xsl
  
  Index: woody-samples-styling.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody-samples-styling.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- woody-samples-styling.xsl	24 Sep 2003 20:47:08 -0000	1.1
  +++ woody-samples-styling.xsl	6 Nov 2003 13:26:45 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
  -<xsl:stylesheet
  -  version="1.0"
  -  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +
  +<xsl:stylesheet version="1.0"
  +                xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     
     <xsl:include href="woody-page-styling.xsl"/>
     <xsl:include href="woody-field-styling.xsl"/>
  @@ -53,6 +53,4 @@
         <xsl:apply-templates/>
       </xsl:copy>
     </xsl:template>
  -  
  -
   </xsl:stylesheet>