Leszek Gawron wrote:
Imagine I have a bean fetched from database. Call it a Message. A Message has
a String getContent() method. Now this string contains not a plain text but an
X(HT)ML piece. What is the most elegant, fastest and most convenient way to
make JXTemplate treat it as a node instead of displaying the tags as text ?
        lg


Parse the string, get the DOM and pass it to the template.


Ugo



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to