Previous Topic: Web Option Control Values

Next Topic: Setup and Configuration

Tag Languages

In a markup language (ML) such as HTML, there are a limited number of specific tags, each of which is easily identified by its standard format:

< + tag name + optional list of attributes + >

For example:

<HTML> or <TABLE WIDTH=”100%”>

Browsers recognize these tags and treat them in a particular way. Some HTML tags define the following:

In the same way, Web Option has a number of tags that are recognized by the router. A Markup Language Skeleton generated for a CA 2E function consists of the following:

At runtime, the server scans the skeleton for Web Option tags. For each Web Option tag it finds, the server performs certain processing, such as replacing the tag with specified live data, thus producing a full HTML page containing live data. It is this HTML page, and not the original skeleton, that is sent to the browser for display.

For a list of the Web Option Markup Language Tags currently in use, see the appendix Markup Language Tags. Use this appendix to better understand the HTML skeletons CA 2E generates and to create your own Markup Language skeletons