Package

ViewHelpers

ViewHelper Documentation

format.raw

Outputs an argument/value without any escaping. Is normally used to output an ObjectAccessor which should not be escaped, but output as-is.

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

= Examples =

<f:format.raw>{string}</f:format.raw> (Content of {string} without any conversion/escaping)

<f:format.raw value="{string}" /> (Content of {string} without any conversion/escaping)

{string -> f:format.raw()} (Content of {string} without any conversion/escaping)

Arguments

value anySimpleType

The value to output

ViewHelper Resources

Schema Resources