.. include:: ../../../../Includes.txt .. _typo3fluid-fluid-format-cdata: ============ 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 ======== Child nodes:: {string} Output:: Value attribute:: Output:: Inline notation:: {string -> f:format.cdata()} Output:: Arguments ========= .. _format.cdata_value: value ----- :aspect:`DataType` mixed :aspect:`Required` true :aspect:`Description` The value to output