Posted by Christoph Burschka on 11/12/06 19:46
JM wrote:
> Is it possible to create a form (with php) based on xml or an xsd ?
> For example to put xs:enumeration values in a html-select ?
> Apparently current browsers aren't ready yet for XForms without addons.
>
> JM
I found several server-side converters, but only implemented in Java so far.
Since both are XML dialects, it should be possible to transform the XForms
document into XHTML using XSLT (for which a PHP library exists:
http://php.net/xslt).
Implementing this converter would likely be a hassle, however.
--
Chris
Navigation:
[Reply to this message]
|