jeremy      2003/11/18 12:54:36

  Modified:    src/blocks/woody/samples/resources woody-field-styling.xsl
  Log:
  quick fix for styling of message labels, the <wi:label/> tag was left on.
  
  Revision  Changes    Path
  1.16      +1 -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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- woody-field-styling.xsl   18 Nov 2003 13:16:34 -0000      1.15
  +++ woody-field-styling.xsl   18 Nov 2003 20:54:36 -0000      1.16
  @@ -436,7 +436,7 @@
   
     <xsl:template match="wi:messages">
       <xsl:if test="wi:message">
  -      <xsl:apply-templates select="wi:label"/>:
  +      <xsl:copy-of select="wi:label/node()"/>:
         <ul>
           <xsl:for-each select="wi:message">
             <li><xsl:apply-templates/></li>
  
  
  

Reply via email to