4.2 RES-Reach Tag Syntax

    RES-Reach tags are composed of a tag name and element-value pairs. They have the same format as HTML or SGML tags. All RES-Reach tags are paired tags and require a start tag (for example, <IF ...>) and an end tag (for example, </IF>).

    Elements within a tag have the format ELEMENTNAME="value", where ELEMENTNAME is the name of the element, and value is the value assigned to this element.

    The quotation marks are mandatory and no extra spaces are allowed.

    A RES-Reach tag must be placed entirely in one line. If this is not convenient (for example, SQL statements), a file variable can be used to insert a multi-line statement from another file into a single line. There is a limit of one RES-Reach tag per line.