XForms Example
- Previous Page XForms Namespace
- Next Page XForms XPath
Course Recommendation:
Test through Internet Explorer
You can test this example using Internet Explorer 5 or higher.
Please click on the link below the example.
An XForms Example
Please see this document using XForms: <xforms> <model> <instance> <person> <fname/> <lname/> </person> </instance> </model> <input ref="fname"> <label>First Name</label></input><br /> <input ref="lname"> <label>Last Name</label></input><br /><br /> <submit submission="form1"> <label>Submit</label></submit> </xforms>
The page will be displayed as follows:

Test this example on your computer
- Previous Page XForms Namespace
- Next Page XForms XPath