Date:   Wednesday June 12, 2002 @ 7:29
Author: matt

Update of /home/cvs/AxKit-XSP-PerForm/stylesheets
In directory ted.sergeant.org:/home/matt/Perl/AxKit-XSP-PerForm/stylesheets

Modified Files:
        perform_html.xsl 
Log Message:
Oops, forgot <form> tag!
Log:
PR:

Index: perform_html.xsl
===================================================================
RCS file: /home/cvs/AxKit-XSP-PerForm/stylesheets/perform_html.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -r1.5 -r1.6
--- perform_html.xsl    2002/01/24 08:16:07     1.5
+++ perform_html.xsl    2002/06/12 06:29:17     1.6
@@ -12,6 +12,13 @@
   <span class="form_error"><xsl:value-of select="."/></span>
 </xsl:template>
 
+<xsl:template match="form">
+    <xsl:copy>
+        <xsl:copy-of select="@*"/>
+        <xsl:apply-templates/>
+    </xsl:copy>
+</xsl:template>
+
 <xsl:template match="textfield">
     <input 
         type="text"

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to