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 19 forks source link

build process not working #22

Open Conal-Tuohy opened 7 years ago

Conal-Tuohy commented 7 years ago

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 layout since the switch from svn to git. I think the .htaccess file, at least, needs to be updated.

Conal-Tuohy commented 7 years ago

@timathom mentioned xphoneforms as an alternative to this repo. At the moment I am working directly on the xsltforms.js file, but at some stage I'd like to contribute my work to xsltforms; I don't know what's the best way.

AlainCouthures commented 7 years ago

The dev repo is now the one named xphoneforms. It has been rewritten with just nodeJS as HTTP server, URL rewriter and dynamic builder.

This repo is both for XSLTForms v1, Fleur and XSLTForms v2.

xsltforms.js and xsltforms.xsl in other repositories are now just copies from the dev repo.

Conal-Tuohy commented 7 years ago

Thanks Alain! May I suggest you update the README files of the other repositories to mention that they are obsolete, and to refer instead to xphoneforms?