Hi everyone, I am generating a source code from a schema. One of the default attribute value however has line feed (
) in between. The code generator translates this to:
private java.lang.String _anAttributeName = "hello
nurse.";
Which is a java error. Is there a way I can tell the generator to
substitute \n for 
??
Thanks in advance.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email

