Migrating XHTML forms to XForms

XML.com beschreibt wie sich XHTML Formulare in XForms konvertieren lassen. Noch sind XForms zwar in weiter Ferne, schaden kann es aber nicht sich schon mal damit auseinanderzusetzen.

Our goal here is to take an XHTML document containing one or more standard forms, convert the forms into XForms format while preserving all of the information, and generate a new XHTML document as a result. To achieve this, we will be using the PHP parser functions, which have been around since PHP 4 and have been used in many PHP APIs, such as Magpie (an RSS parser) and nuSOAP (a library for web services support).

Possibly related posts (automatically generated)