Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Html Cleaner

0.00/5 (No votes)
25 Aug 2004 1  
Not really an article, just a simple tool to clean html

Introduction

Cleaning html code by hand is a pain in the ...! But once in a while you just have to do it (well I do anyway). Unless you have a tool to do it for you. When finding the Html Agility Pack my prayers were answered. I quickly found the code for cleaning html code with this library (with a little help from google) at this place. I put it all in a Windows application which allows me to quickly access the function whenever I need it. Nothing fancy in the application (it was pretty much cut/paste from the two sources I have linked to, and then the simple interface.) No error checking... Nothing...!

Usage

Insert to html to be cleaned into the upper box. Modify the tags and the attributes to be deleted. Press the clean button. Copy the modified html code (the second box). That's about it...

History

  • 24-08-2004: Initial development. The project were made in 30 minutes, and saved me about an hours work.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here