Format.cdata ViewHelper <f:format.cdata> 

Outputs an argument/value without any escaping and wraps it with CDATA tags.

PAY SPECIAL ATTENTION TO SECURITY HERE (especially Cross Site Scripting), as the output is NOT SANITIZED!

Go to the source code of this ViewHelper: Format\CdataViewHelper.php (GitHub).

Arguments of the <f:format.cdata> ViewHelper 

value

value
Type
mixed
The value to output