On Fri, 15 Oct 2010, Glen Thomas wrote:
I think this code:
if ("w:cr".equals(tagName)) {
   text.append("\n");
}

...should read:
if ("w:br".equals(tagName)) {
   text.append("\n");
}

I think that the cr is for "Carriage Return", so does want to still be there

Do you have a document that has a <w:br/> tag in it? If so, if you could upload it to a new bug in bugzilla, then we can use it for a unit test as part of fixing this

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to