Package

ViewHelpers

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> <![CDATA[(Content of {string} without any conversion/escaping)]]>

<f:format.cdata value="{string}" /> <![CDATA[(Content of {string} without any conversion/escaping)]]>

{string -> f:format.cdata()} <![CDATA[(Content of {string} without any conversion/escaping)]]>

Arguments

value anySimpleType

The value to output

ViewHelper Resources

Schema Resources