Cleaning html with code

J

Johan Karlsson

Hi!

I've been trying to find an stand-alone class that cleans out the wordhtml
out of html pages created with word. The exact same thing that the HTML
Filter 2.0 does for word 2000.

Something like this would be great.

Set wordCleaner = Server.CreateObject("WordCleaner.Cleaner")
strHtml = wordCleaner.Parse( strHtml )
Set wordCleaner = nothing

It's no bigger deal to write the filter myself but it would be great if
someone already did do this.

Thanks
/Johan
 
Top