<?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>Sun, 19 May 2013 01:52:55 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Builder.au: Dynamic XML document construction with the PHP DOM]]></title>
      <guid>http://www.phpdeveloper.org/news/7161</guid>
      <link>http://www.phpdeveloper.org/news/7161</link>
      <description><![CDATA[<p>
On Builder.au, there's <a href="http://www.builderau.com.au/program/php/soa/Dynamic_XML_document_construction_with_the_PHP_DOM/0,339028448,339273222,00.htm?feed=rss">a new tutorial</a> talking about the dynamic construction of an XML document using the DOM functionality already built into most PHP installs out there.
</p>
<p>
They work through the different steps:
<ul>
<li>Creating the Doctype declaration
<li>Adding elements and text nodes
<li>Adding attributes
<li>Adding CDATA blocks and processing instructions
<li>Saving the results
</ul>
For each on the list, there's code and explanation to help you create the document. By the end, you'll have a document that gives you all the information you'd want to know about someone's pizza order. 
</p>]]></description>
      <pubDate>Wed, 24 Jan 2007 18:32:00 -0600</pubDate>
    </item>
  </channel>
</rss>
