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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top