I have a string with newlines in an attribute parameter :
<rule-parameter formattingMethod="NO_FORMATTING_METHOD" type="String" value="Hello,
My name is luba.
How are you?"/>
When I unmarshal this xml the object that I get for this property the string is in one line.
What should I do so the java property will also have newline in the string ?
elements. Take a look on this thread: http://stackoverflow.com/questions/2986297/line-break-in-xml – Balint Bako Jun 20 '13 at 14:06