jeremy      2003/12/19 10:38:46

  Modified:    src/blocks/woody/samples/resources woody-field-styling.xsl
  Log:
  commented out duplicate variable declarations
  
  Revision  Changes    Path
  1.26      +6 -1      
cocoon-2.1/src/blocks/woody/samples/resources/woody-field-styling.xsl
  
  Index: woody-field-styling.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody-field-styling.xsl,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- woody-field-styling.xsl   9 Dec 2003 21:18:04 -0000       1.25
  +++ woody-field-styling.xsl   19 Dec 2003 18:38:46 -0000      1.26
  @@ -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>  -->
     <xsl:template name="woody-field-head">
  
  
  

Reply via email to