Subject: | perform_html.xsl doesn't support file-upload tag |
--- /home/matthew/build/PerForm-CVS/AxKit-XSP-PerForm/stylesheets/perform_html.xsl 2003-06-24 20:15:33.000000000 +1000
+++ stylesheets/perform_html.xsl 2003-08-15 16:16:26.000000000 +1000
@@ -149,4 +149,10 @@
<xsl:apply-templates select="error"/>
</xsl:template>
+<xsl:template match="file_upload">
+ <input type="file" name="{@name|name}" accept="{@accept|accept}" />
+ <xsl:apply-templates select="error"/>
+</xsl:template>
+
+
</xsl:stylesheet>