Hi everyone, I have a XML message being unmarshalled, and one of the elements has trailing whitespace, and another one had leading whitespace:
<element>This is the element text </element> <element2> More element text</element2> When I unmarshal these into Java Strings, I lose the whitespace. Is there any way to keep this whitespace in? Thanks, -- View this message in context: http://www.nabble.com/Unmarshalling-leading-or-trailing-spaces-tf4013306.html#a11397107 Sent from the Castor - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

