Skip Menu |

This queue is for tickets about the AxKit-XSP-PerForm CPAN distribution.

Report information
The Basics
Id: 3250
Status: new
Priority: 0/
Queue: AxKit-XSP-PerForm

People
Owner: Nobody in particular
Requestors: grover [...] gil.com.au
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.83
Fixed in: (no value)



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>
From: grover [...] gil.com.au
[guest - Fri Aug 15 03:50:39 2003]: Show quoted text
>
see patch (in that previous post)