You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2004/03/30 14:19:09 UTC

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

joerg       2004/03/30 04:19:09

  Modified:    src/blocks/forms/samples/resources forms-samples-styling.xsl
  Log:
  added warning/comment
  
  Revision  Changes    Path
  1.3       +3 -0      cocoon-2.1/src/blocks/forms/samples/resources/forms-samples-styling.xsl
  
  Index: forms-samples-styling.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/forms/samples/resources/forms-samples-styling.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- forms-samples-styling.xsl	11 Mar 2004 02:56:31 -0000	1.2
  +++ forms-samples-styling.xsl	30 Mar 2004 12:19:09 -0000	1.3
  @@ -35,6 +35,9 @@
   
     <xsl:template match="body">
       <body>
  +      <!--+ !!! If template with mode 'forms-page' adds text or elements
  +          |        template with mode 'forms-field' can no longer add attributes!!!
  +          +-->
         <xsl:apply-templates select="." mode="forms-page"/>
         <xsl:apply-templates select="." mode="forms-field"/>
         <xsl:apply-templates/>