Convert Microsoft Word HTML to plain HTML

I use JTextPane to open HTML files.

The problem is that they were generated using Microsoft Word,

so the JTextPane does not show them correctly.

I was looking for a free library that can do the conversion, but I only found POI which is far from ready.

Do you know any other library I can use (even a native one)?

Any suggestions would help...

PS. I want to avoid opening the HTML pages outside the application e.g. in a browser.

Thanks in advance!

[498 byte] By [anestikasa] at [2007-10-3 4:27:21]
# 1
Problem solved!I'm going to use JRex ( http://jrex.mozdev.org ), it seems to open those html pages just fine...Thanks anyway!
anestikasa at 2007-7-14 22:30:08 > top of Java-index,Desktop,Developing for the Desktop...