Creating Applications: An Overview

The following steps briefly describe how to make a new application:

  1. Create a directory to hold your files
  2. Design the structure of the form data
  3. Design a template
  4. Add structure to the template
  5. Add selectors to the template
  6. Write a Web resource to display the form
  7. Adding multiple-choice fields and values
  8. Adding multivalued fields

Recommendations

  1. 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.
  2. 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.