How can I force strings to be trimmed when unmarshaling an XML file? Using the example: <document> <string_element> This is some text </string_element> </document>

The element <string_element> unmarshals to:
   "/n    This is some text/n  "
I expected the element to unmarshal to:
   "This is some text"

Is their a property or something I need to change?

Paul Spencer

----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev




Reply via email to