Important: | These tags are case sensitive and must be typed exactly as shown in this document. Additionally, all text between %…% symbols in a tag must appear on one line (i.e., a tag cannot contain line breaks). |
Use this tag... | To... |
%value VarName% | Insert the value of the specified variable into the output string. |
%scope DocumentName% . . . %end% | Limit the scope for the enclosed block of code to those elements in the specified document. |
%loop VarName% . . . %end% | Repeat the enclosed block of code once for each element in the a specified array variable. |
%ifvar VarName% . . . %end% | Conditionally include the enclosed block of code if a variable exists or matches a specified value. |
%switch VarName% %case Value1% %caseValue2% %case Value3% . . . %end% | Conditionally include a block of code depending on the value of a specified variable. |
%includeTemplateName% | Insert and execute a specified output template. |
%validConst urlurl1,url2,...,urln)% %endvalidConst% | Limit the external URLs that can be accessed via redirection. |
%nl% | Insert new line in the output string. |
%comment% . . . %end% | Omit the enclosed block of text from the output. |
%rename VarName NewVarName% | Change the name of a variable for the purpose of referencing it in the output template. This may be necessary if you include predefined output templates that use variable names that are different from those in the pipeline. |