Hello
Is the JXTemplateGenerator auto-escaping required HTML chars when they
are extracted as bean properties ? I have a weird problem with the
following piece of jx code + xsl transformation (<xsl:value-of
select="/foo">) :
<foo>é</foo> renders é.
however,
<foo>#{bean.bar}</foo> renders &#233; (bar being "é" in my database)
The following being observed with a <map:serialize type="xml"/> right
after the jxtemplate generation, before the xslt transformation.
Is it possible to tell the jxtemplate not to escape these chars ?
Thanks
Laurent
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]