03-10-2010, 9:56 PM
|
cspt
Joined on 03-11-2010
Posts 3
|
Is it possible to strip ALL mso styles and Word formatting?
|
 
 
|
|
|
Excellent product, we're very happy with it, mostly... however, the html output is really bloated by Word styles and badly constructed lists.
It would be really great if W2W would strip everything but naked <p>, <h1>, <h2> etc., which can then be styled in lightweight template css
Same thing with bullets and numerical lists, only worse. Could it output clean
<ul><li>...</li></ul> and <ol><li>...</li></ol>
instead of
<p class=MsoListParagraphCxSpFirst><span
style='font-family:Symbol;'>·<span style='font:7.0pt "Times New Roman"'> </span></span>Actual text goes here...</p>
I know this must be the hardest part of your code to get right, but thought I'd ask!
|
|
|
|
|
Report
|
|
|
|