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 <foo>.asdf</foo> 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]
