<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DevBlog.co &#187; Data Extraction</title>
	<atom:link href="http://www.devblog.co/tag/data-extraction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devblog.co</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 20 Jun 2012 00:55:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>PHP Web Page Scraping Tutorial</title>
		<link>http://www.devblog.co/php-web-page-scraping-tutorial/</link>
		<comments>http://www.devblog.co/php-web-page-scraping-tutorial/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 15:30:54 +0000</pubDate>
		<dc:creator>Frank Perez</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Data Extraction]]></category>
		<category><![CDATA[Web Crawler]]></category>
		<category><![CDATA[Web Harvesting]]></category>
		<category><![CDATA[Website Scrape]]></category>

		<guid isPermaLink="false">http://www.devblog.co/?p=509</guid>
		<description><![CDATA[Web Scraping, also known as Web Harvesting and/or Web Data Extraction is the process of extracting data from a given web site or web page. In this tutorial I will go over a way for you to extract the title of a page, as well as the meta keywords, meta description, and links. With some basic knowledge in PHP and Regular Expressions you can accomplish this process with ease. First lets go over the regular expression meta <p><a href="http://www.devblog.co/php-web-page-scraping-tutorial/">Read more...</a></p>]]></description>
		<wfw:commentRss>http://www.devblog.co/php-web-page-scraping-tutorial/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
