ViewHelper Documentation
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!
= Examples =
 
 <f:format.cdata>{string}</f:format.cdata>
 
 
 
 <f:format.cdata value="{string}" />
 
 
 
 {string -> f:format.cdata()}
 
 
Arguments
value string
The value to output