You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by mp...@apache.org on 2004/04/22 16:27:58 UTC

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

mpo         2004/04/22 07:27:58

  Modified:    src/blocks/forms/samples/resources forms-field-styling.xsl
  Log:
  Update reflecting the change in generation from <fi:form><fi:children>... to <fi:form><fi:widgets>.
  
  Revision  Changes    Path
  1.8       +2 -2      cocoon-2.1/src/blocks/forms/samples/resources/forms-field-styling.xsl
  
  Index: forms-field-styling.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/forms/samples/resources/forms-field-styling.xsl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- forms-field-styling.xsl	21 Apr 2004 14:00:03 -0000	1.7
  +++ forms-field-styling.xsl	22 Apr 2004 14:27:58 -0000	1.8
  @@ -427,7 +427,7 @@
         +-->
     <xsl:template match="fi:form">
       <table border="1">
  -      <xsl:for-each select="fi:children/*">
  +      <xsl:for-each select="fi:widgets/*">
           <tr>
             <xsl:choose>
               <xsl:when test="self::fi:repeater">