Back ForwardInclude directive

About directives

Bill Use the Include directive to instruct stream processing to insert one text within another text. This lets you define a commonly used segment of HTML or XML text once and then incorporate it where needed.

JSP equivalent

The include JavaServer Page tag provides a functionally identical capability for JSP-based stream rules. See JSP Tags — include.

{include '{myPage.pxStreamClass}={myPage.pxStreamName}'}

definitionsHarness form

Related topics About the Rules Inspector

Up Directives