[dom4j-user] Multiline text problem

2003-01-15 Thread Sebestyen Zoltan
Hi, I've put a multiline text into a FlyweightText object and expected it to be multiline when serializing it to XML file, however the line separators are missing in the XML file, i.e. when serializing, dom4j made a single- line string from the multiline one. I've made the following steps: I'

[dom4j-user] Multiline text problem

2003-01-15 Thread Sebestyen Zoltan
Hi, I've put a multiline text into a FlyweightText object and expected it to be multiline when serializing it to XML file, however the line separators are missing in the XML file, i.e. when serializing, dom4j made a single- line string from the multiline one. I've made the following steps: I'