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

Tutorialzine.com: Creating a PHP and CSS3 Powered About Page

PHPBuilder.com: Using XML - A PHP Developer\'s Primer

Mike\'s Blog: Hash Extension

Chris Hartjes' Blog: Komodo and CakePHP

Eirik Hoem's Blog: Setting xsi:type for objects sent over SOAP (inheritance)


Community Events











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


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

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