PHP library for converting HTML4 to XHTML?

2019-02-24 09:44发布

问题:

I need to convert HTML4 input to valid XHTML (strict) in PHP5 for further processing (SAX for instance). Any suggestions?

回答1:

The PHP Tidy extension should be able to do the job.

Here's a good article about it: Tidying up your HTML with PHP 5.



标签: php html xhtml