xsltforms
xsltforms copied to clipboard
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) br...
Hi Alain, I have been working with XSLTForms 1.3 recently, and it is a very useful tool, so thank you for your work. Coming from JavaScript, I quickly found several...
Hi Alain, I have been looking far a wide for a JavaScript based XForms editor. We are using some XForms based on a older version of ODK's JavaRosa using iText...
xslt-sort.xhtml - corrected the data-type attribute of the sort XSLT element. The corresponding part of the XSLT spec: https://www.w3.org/TR/1999/REC-xslt-19991116#sorting It says:
The build process (i.e. in which you set up a PHP web application and use it to generate xsltforms.js etc. from components) is broken because it doesn't reflect the directory...
…'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.
I've recently upgraded to the latest version of XSLTForms (rev.638) and discovered that the output of the stylesheet does not use the XHTML namespace. By processing my XHTML + XForms...
When I try to create an XForms instance from a CSV file (`mediatype="text/csv; separator=,; header=present"`) I get an error in Firefox (Ubuntu 14.04): `Unsupported mediatype 'text/comma-separated-values'` However, in Chrome, the...
Bonjour Alain! I created a javascript + node.js based tool for 'unpacking' your `js.xml` files back into plain javascript: https://github.com/epost/unjsxml. I needed this so I can work with your sources...
according to http://www.datypic.com/sc/xsd/t-xsd_anyURI.html and several other sources empty anyURI's should validate.
Hello @AlainCouthures I'm working in some big project with xforms and I'm using XSLTForms to parse it and display in browser. During this work I found some problems with library...