News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

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



PHPBuilder.com:
Using XML - Part 6 Validation
July 20, 2006 @ 09:46:37

PHPBuilder.com has posted part six of their "Using XML" series today with a focus on validation techniques using both normal PHP abilities and the XSL functionality in PHP5 with the Schematron language.

This series has so far focused on XML technologies and how they can be utilised using PHP 5. A subject we have not touched upon yet, is XML validation. This article will explore the application independent XML validation standards of DTD's, the XML Schema Language and the XSLT-based Schematron language.

They point back to part one of the series for the XML library they'll use and waste no time getting right into the code. They demonstrate a simple validation first before moving on to the use of DTDs to ensure the correct content. Next up is more work with the XML schemas continuing on to the Schematron functionality (their use and validation).

0 comments voice your opinion now!
xml validation xsl schematron dtd dom tutorial part6 xml validation xsl schematron dtd dom tutorial part6



Community Events









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


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

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