Joose Vettenranta wrote:
Hi,

is it possible (if yes, how?) to get XML data from a String in JX (generator)?

I have this:

public class obj {
 private String name;
 public String getName() { return this.name; }
}

and in jx if I say

${obj.name} it returns it as a string, so if there is XML data in it, it is encoded.. like &lt;foo&gt;.asdf&lt;/foo&gt; what I want it would be <foo>.asdf</foo>


possible?

- Joose

--
"Always remember that you are unique, just like everyone else!"
* http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *

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

Sure
http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=108680748429717&w=2


-- Leszek Gawron [EMAIL PROTECTED] Project Manager MobileBox sp. z o.o. +48 (61) 855 06 67 http://www.mobilebox.pl mobile: +48 (501) 720 812 fax: +48 (61) 853 29 65

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



Reply via email to