Vadim Gritsenko wrote:
Jorg Heymans wrote:

Hi,

This has come up a few times before without solution.

<jx:out value="{$mybean.data}"/> produces "&lt;test/&gt;" if data contains "<test/>".
Using {$mybean.data} yields the same results.


Is there a way around this?


It seems to be correct behavior - as long as "mybean.data" is a String object. Now, it would be wrong if "data" is instane of XMLizable, or XMLFragment, or DOM Node.

fair enough, is this because one could produce invalid xml data otherwise?


Jorg



Reply via email to