HTML fixer

Package:
HTML fixer
Summary:
Fix HTML documents
Groups:
HTML, PHP 5
Author:
giulio pons
Description:
This class can be used to fix HTML documents.

It can process an HTML document passed as a string and perform several operations to fix the HTML. Currently it can:

- Delete closed tags without their opening tag
- Close open tags without a close tag
- Fix incorrectly nested tags
- Fix incorrectly quoted attributes
- Merge multiple styles attributes in the same tag
- Remove comments
- Remove empty tags


Powered by Gewgley