News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

IBM developer Works: PHP and RSS: Getting it together

PHP-GTK Community Site: Code completion for PHP-GTK in Eclipse PDT

Manfred Weber's Blog: Sharing complex objects between PHP and Flash - Part II

Community News: Livedocs XMLWriter Entry Updated

AnyExample.com: Convert RGB from/to HTML hex color


Community Events







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


developer database code PHP5 example cakephp zend book zendframework application PEAR conference ajax package framework job security releases mysql release

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