.. include:: /Includes.rst.txt .. _typo3fluid-fluid-format-cdata: ========================================== format.cdata ViewHelper `` ========================================== 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:: .. _typo3fluid-fluid-format-cdata_arguments: Arguments ========= .. _format.cdata_value: value ----- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` The value to output