You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by je...@apache.org on 2003/12/19 19:37:58 UTC

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

jeremy      2003/12/19 10:37:58

  Modified:    src/blocks/woody/samples/resources
                        woody-advanced-field-styling.xsl
  Log:
  commented out duplicate variable declarations
  
  Revision  Changes    Path
  1.2       +6 -1      cocoon-2.1/src/blocks/woody/samples/resources/woody-advanced-field-styling.xsl
  
  Index: woody-advanced-field-styling.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody-advanced-field-styling.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- woody-advanced-field-styling.xsl	9 Dec 2003 21:18:04 -0000	1.1
  +++ woody-advanced-field-styling.xsl	19 Dec 2003 18:37:58 -0000	1.2
  @@ -5,7 +5,12 @@
                   xmlns:wi="http://apache.org/cocoon/woody/instance/1.0"
                   exclude-result-prefixes="wi">
   
  -  <xsl:param name="resources-uri">resources</xsl:param>
  +  <!--+
  +      | This sytlesheet is designed to be imported by 'woody-samples-styling.xsl'
  +      | Uncomment this variable declaration if you need to use it by iteslf
  +      |
  +      |      <xsl:param name="resources-uri">resources</xsl:param>
  +      +-->
   
     <!--+
         | must be called in <head>