Back Forward About source HTML

The HTML text contained in a stream rule — for example, a Rule-Obj-HTML or Rule-Obj-Corr rule — is known as the original or "source" HTML. The system applies two processes to source HTML before the resulting output HTML code arrives at a user's browser.

To understand how stream processing changes the original HTML, compare the original or source HTML to the processed HTML.

  1. Open a harness rule, section rule, or HTML rule. Click the HTML tab.
  2. View the original HTML text. This shows you the directives and original syntax.
  3. Run an activity that processes and displays the final HTML in an Internet Explorer window.
  4. Right-click anywhere in that window and choose View Source from the right mouse menu. The browser HTML differs substantially from the original HTML.

In the HTML sent to the browser, no JSP tags or directives appear; all are evaluated. Property references in the source HTML are replaced by property values.

TipTo identify the currently displayed harness or HTML form, use the Rules Inspector tool and hold your pointer above the top leftzzzicon on the form.

Definitions source HTML, stream processing
Related topics How stream processing works
Using the Rules Inspector

UpSource HTML tags and attributes