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
|
|
| Name: |
HTML fixer |
| Base name: |
html-fixer |
| Description: |
Fix HTML documents |
| Version: |
- |
| PHP version: |
5 |
| License: |
GNU General Public License (GPL) |
| All time users: |
395 users |
| All time rank: |
5518 |
| Week users: |
0 users |
| Week rank: |
2151  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
htmlfixer.php |
Class |
class file with example |