XHTML Elements for Static Server Pages

Uniface-specific XHTML elements are used in the layout of static server pages (USPs). They act as placeholders for entities, occurrences, fields, and labels and provide processing instructions for generating the runtime XHTML. At run time, these tags are replaced by XHTML code and controls containing the actual data.

The XHTML elements are inserted into the USP layout when you copy the component structure to the layout. You can edit these tags to add additional XHTML attributes that may be desired.

At runtime, the webgen statement parses the USP layout. Using the current component definitions, it generates the XHTML document that is displayed the browser.

Related Topics