Creating Applications: An Overview
The following steps briefly describe how to make a new application:
- Create a directory to hold your files
- Design the structure of the form data
- Design a template
- Add structure to the template
- Add selectors to the template
- Prepare catalogues of multiple-choice
values
- Write a Web resource to display the
form
Recommendations
- Where multiple fields exist and can be added and removed, put
them inside a separate element so that the selectors can successfully
identify them. Otherwise, changing element orders can result in the
wrong element being selected.
- Make sure that transformations on the input document produce all
the necessary elements for the output document so that the resulting
page gives the user the opportunity to specify data that is missing.