MultipartRequest
Programmer
well, I have this little problem. I am parsing an xml file with jdom, the thing is I have an element which contains a large text. This text is made of different paragraphs (line breaks).
Here is the deal, when I parse the document in order to extract the element text, I loose the paragraph structure, that means it returns me the whole text with no line brakes.
How can I solve this problem??
excuse my english.
Here is the deal, when I parse the document in order to extract the element text, I loose the paragraph structure, that means it returns me the whole text with no line brakes.
How can I solve this problem??
excuse my english.