News Feed
Jobs Feed
Sections




News Archive
Greg Szorc's Blog:
Using DTD's and Catalogs for XHTML Validation
April 10, 2008 @ 11:29:48

Greg Szorc shows how, in this entry on his blog, to use DTDs and catalogs to validate your XHTML pages with a little help from PHP.

This [validation from an external site like the W3C validator] approach is a good start, but it is far from ideal because it is based on an honor system of sorts. You often forget to validate each change you make and there is always some corner case that you forget. So, what can be done about it? Well, if you find yourself developing in PHP, you can employ the following solution.

The code he includes pulls in the XHTML content from your page (or the output of the framework's view layer) and pushes it into a DOMDocument that's build with the LIBXML_DTDLOAD and LIBXML_DTDATTR options.

0 comments voice your opinion now!
html validation dom extension document import


blog comments powered by Disqus

Similar Posts

Enrise.com: REST Style Context Switching - Part 2

Seth May's Blog: The 5 Ws of Data Validation - Part 1

Perplexed Labs: Convert HTML to PDF in PHP (libwkhtmltox extension)

NetTuts.com: How to Create an Alfred Extension

DevShed: Parsing Web Document Nodes with the Tidy Library in PHP 5


Community Events











Don't see your event here?
Let us know!


interview series phpunit code framework development podcast community example testing tool conference language functional release introduction opinion application zendframework2 unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework