Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XForms to HTML - looking for simple solution

Tags:

html

php

xforms

I'm just looking for something that can transform XForms to traditional HTML Forms (or PHP as well). Let's say that I'm receiving form to generate in XForms, then my code (php) transforms it to traditional form and finally we have got a page with form. Well, I'm looking for that transforming box, could you recommend me something?

like image 895
Dominik Filipiak Avatar asked Jul 31 '26 22:07

Dominik Filipiak


1 Answers

My XForms implementation (XSLTForms) is doing this with an XSLT 1.0 transformation which can be applied at server-side (with PHP, for example) or, even, at client-side.

-Alain

like image 119
Alain Couthures Avatar answered Aug 02 '26 11:08

Alain Couthures



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!