23. Platform - UI Design and Generation
From the "abstract" form defined in the XForms instance the actual web forms need to be created. This may involve:
Separating the abstract form into multiple web pages
Determining the presentation of the controls on each page
Validating the information from each page separately, which no longer conforms to the original schema
Additional styling is applied using Cascading Style Sheets
The generated form
Schema and generated form