<?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 22:45:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Parsing Web Document Nodes with the Tidy Library in PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/8173</guid>
      <link>http://www.phpdeveloper.org/news/8173</link>
      <description><![CDATA[<p>
Continuing on with their look at using Tidy in PHP5 applications, DevShed has posted <a href="http://www.devshed.com/c/a/PHP/Parsing-Web-Document-Nodes-with-the-Tidy-Library-in-PHP-5/">this second part</a> of the series, a look a parsing document nodes with the help of the Tidy library.
</p>
<blockquote>
In this second article of the series I'm going to discuss how to extract different sections of a specific (X)HTML document (called file nodes) by using the capabilities provided by some additional functions included with this library.
</blockquote>
<p>
They <a href="http://www.devshed.com/c/a/PHP/Parsing-Web-Document-Nodes-with-the-Tidy-Library-in-PHP-5/1/">start by</a> pulling the document into a Tidy instance and formating it a bit before moving on. Following this, they work with a few of the methods Tidy has to offer to pull information from the parsed document - tidy_get_html, tidy_get_head, tidy_get_body and tidy_get_output.
</p>]]></description>
      <pubDate>Tue, 03 Jul 2007 11:50:00 -0500</pubDate>
    </item>
  </channel>
</rss>
