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

Some fixes and improves #6

Open rysi3k opened 9 years ago

rysi3k commented 9 years ago

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 and fixed some things. Additionaly I had added few features that I needed and I thought it could be useful for other people.

But.. i don't understand way of "compiling" this from source, so I have made changes in my repo only in "build" version. If you think that is ok, include it in your repo in right way.

Diff: https://github.com/AlainCouthures/xsltforms/compare/master...rysi3k:master

Greetings

AlainCouthures commented 9 years ago

Hello @rysi3k Thank you for your fixes and extensions! Please have a look at comments I added to each diff individually.