AlainCouthures / xsltforms

XForms to XHTML+Javascript (AJAX) conversion based on a unique XSL transformation. Suitable server-side (PHP) or client-side (Google Chrome, Edge, Internet Explorer, Mozilla FireFox, Opera, Safari) browser treatment where an XSLT 1.0 engine is available
37 stars 17 forks source link

fixed failure to recognise @xsi:type attributes for submissions with … #21

Open Conal-Tuohy opened 7 years ago

Conal-Tuohy commented 7 years ago

…'multipart-post' method.

A simple typo in the XPath: namespace-uri instead of namespace-uri().

By the way I'm looking into adding support for the form-data-post method (and associated multipart/form-data serialization) as well.