News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Raphael Stolt's Blog:
Validating XML files within PHP 4 applications
April 24, 2007 @ 14:49:10

Raphael Stolt has posted a new tutorial today talking about how to validate the content of XML files within a PHP 4 application.

Today I ran into a small problem, validating import XML data against a DTD(Document Type Definition), and discovered a neat way to solve this without PHP4's own means, as the PHP 4 version on the running system wasn't supporting the DOM XML Functions. Xmllint, a command line XML tool, parses provided XML files and can be used to verify that these files are well formed and are satisfying an associated DTD/XML Schema.

In his example he shows a simple implementation of the tool, grabbing the file's information and pushing it through a command line request to check the file.

0 comments voice your opinion now!
validate xml file php4 application xmllint schema dtd validate xml file php4 application xmllint schema dtd



Similar Posts

DeveloperTutorials.com: Create a Facebook Application With PHP

PHPClasses.org: Book Review - CodeIgniter for Rapid PHP Application Development

Raphael Stolt's Blog: Validating XML files within PHP 4 applications

Tony Bibbs' Blog: HOWTO: Deploy Your Application Using PEAR

David Coallier's Blog: Translating JAWS from PHP4 to PHP6 (Woo I'm a mentor)


Community Events







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


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

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