<@LITERAL>
Syntax
<@LITERAL VALUE=value
[ENCODING=encoding]>
Description
Causes Tango to suppress meta tag
substitution for the VALUE supplied.
One use for this meta tag is assigning meta
tags to variables, as you need to do with the userKey, altUserkey,
and domainScopeKey configuration variables.
Example
<@ASSIGN NAME="metaTag"
VALUE="<@VAR NAME='myVar'>">
This would assign the value of the myVar
variable to the metaTag variable, that is, not using the
<@LITERAL> meta tag.
<@ASSIGN NAME="metaTag"
VALUE="<@LITERAL VALUE='<@VAR NAME="myVar">'">
This assigns the text "<@VAR
NAME=myVar>" to the metaTag variable, using the
<@LITERAL> meta tag.
See Also
domainScopeKey
Encoding Attribute
userKey, altuserKey
|