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>&#233;</foo> renders &#233;.
however,
<foo>#{bean.bar}</foo> renders &amp;#233; (bar being "&#233;" 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]

Reply via email to