jeremy      2004/01/19 04:20:59

  Modified:    src/blocks/woody/samples/resources woody-page-styling.xsl
  Log:
  do not output @layout into the <fieldset> during the processing of 
wi:group[wi:styling/@type='fieldset']
  
  Revision  Changes    Path
  1.11      +1 -1      
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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- woody-page-styling.xsl    31 Dec 2003 21:45:20 -0000      1.10
  +++ woody-page-styling.xsl    19 Jan 2004 12:20:59 -0000      1.11
  @@ -157,7 +157,7 @@
     -->
     <xsl:template match="wi:group[wi:styling/@type='fieldset']">
       <fieldset>
  -      <xsl:copy-of select="wi:styling/@*[name() != 'type']"/>
  +      <xsl:copy-of select="wi:styling/@*[name() != 'type' and name() != 
'layout']"/>
         <legend title="{wi:help}"><xsl:copy-of 
select="wi:label/node()"/></legend>
         <xsl:apply-templates mode="group-layout" select="."/>
       </fieldset>
  
  
  

Reply via email to