HTML fixer
Package:
Summary:
Fix HTML documents
Groups:
Author:
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
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
Comments are closed.