bruno       2003/07/25 02:04:05

  Modified:    src/blocks/woody/samples/xsl/html woody-default.xsl
  Log:
  Added template to handle wi:form-template tag
  
  Revision  Changes    Path
  1.6       +6 -0      
cocoon-2.1/src/blocks/woody/samples/xsl/html/woody-default.xsl
  
  Index: woody-default.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/woody/samples/xsl/html/woody-default.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- woody-default.xsl 5 Jul 2003 22:53:33 -0000       1.5
  +++ woody-default.xsl 25 Jul 2003 09:04:05 -0000      1.6
  @@ -144,6 +144,12 @@
       <input type="hidden" name="[EMAIL PROTECTED]" value="[EMAIL PROTECTED]"/>
     </xsl:template>
   
  +  <xsl:template match="wi:form-template">
  +    <form>
  +      <xsl:apply-templates select="@*|node()"/>
  +    </form>
  +  </xsl:template>
  +  
     <xsl:template match="wi:form">
       <table border="1">
         <xsl:for-each select="wi:children/*">
  
  
  

Reply via email to