<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 25 May 2013 17:16:09 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Raphael Stolt's Blog: Validating XML files within PHP 4 applications]]></title>
      <guid>http://www.phpdeveloper.org/news/7696</guid>
      <link>http://www.phpdeveloper.org/news/7696</link>
      <description><![CDATA[<p>
<i>Raphael Stolt</i> has <a href="http://raphaelstolt.blogspot.com/2007/04/validating-xml-files-within-php-4.html">posted a new tutorial</a> today talking about how to validate the content of XML files within a PHP 4 application.
</p>
<blockquote>
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. <a href="http://xmlsoft.org/xmllint.html">Xmllint</a>, 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.
</blockquote>
<p>
In his <A href="http://raphaelstolt.blogspot.com/2007/04/validating-xml-files-within-php-4.html">example</a> 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.
</p>]]></description>
      <pubDate>Tue, 24 Apr 2007 14:49:10 -0500</pubDate>
    </item>
  </channel>
</rss>
