Utility for PrettyPrinting and regularizing HTML, written by Dave Raggett.
Any testimonials?
besides assert_tidy?
Whenever our designers deliver HTML assets, we run this on them:
tidy -i -asxhtml asset.html > asset.rhtmlThat gets the source ready for modern tools, such as AssertXpath?.
Then, our tests frequently call assert_tidy, to ensure the XHTML _stays_ tidy, no matter how much refactoring and templating it endures.
--PhlIp