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
…'multipart-post' method.
A simple typo in the XPath:
namespace-uri
instead ofnamespace-uri()
.By the way I'm looking into adding support for the
form-data-post
method (and associatedmultipart/form-data
serialization) as well.