You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by David Elliot <da...@gmail.com> on 2007/03/26 15:28:23 UTC

That new 1.5 auto-HTML escaping...

Hi Velocity,

Is there an easy way to output a variable containing HTML tags
_without_ having those tags escaped (when using the new v1.5
engine....)... ?

Thanks!

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@velocity.apache.org
For additional commands, e-mail: user-help@velocity.apache.org


Re: That new 1.5 auto-HTML escaping...

Posted by Will Glass-Husain <wg...@gmail.com>.
There is no auto-escaping.  HTML tags are only escaped when the
EscapeHtmlReference is configured.  You can also use the
"eventhandler.escape.html.match" to provide regular expressions that
will only escape matching references.

WILL

On 3/26/07, David Elliot <da...@gmail.com> wrote:
> Hi Velocity,
>
> Is there an easy way to output a variable containing HTML tags
> _without_ having those tags escaped (when using the new v1.5
> engine....)... ?
>
> Thanks!
>
> Dave
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@velocity.apache.org
> For additional commands, e-mail: user-help@velocity.apache.org
>
>


-- 
Forio Business Simulations

Will Glass-Husain
wglass@forio.com
www.forio.com

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@velocity.apache.org
For additional commands, e-mail: user-help@velocity.apache.org