<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How do I parse an XML file for a search?</title>
	<atom:link href="http://www.learnxmlws.com/how-do-i-parse-an-xml-file-for-a-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learnxmlws.com/how-do-i-parse-an-xml-file-for-a-search/</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 08:00:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Cheap rain boots</title>
		<link>http://www.learnxmlws.com/how-do-i-parse-an-xml-file-for-a-search/#comment-156665</link>
		<dc:creator>Cheap rain boots</dc:creator>
		<pubDate>Wed, 14 Dec 2011 10:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxmlws.com/how-do-i-parse-an-xml-file-for-a-search/#comment-156665</guid>
		<description>Heya, I want to ask you something. Is this site a wordpress weblog? I will be thinking about transferring my blog site from Blogger to wordpress, you think that is doable? Additionally did you produce this unique theme by yourself some how? Thank you for your assistance!</description>
		<content:encoded><![CDATA[<p>Heya, I want to ask you something. Is this site a wordpress weblog? I will be thinking about transferring my blog site from Blogger to wordpress, you think that is doable? Additionally did you produce this unique theme by yourself some how? Thank you for your assistance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: backlinks</title>
		<link>http://www.learnxmlws.com/how-do-i-parse-an-xml-file-for-a-search/#comment-48215</link>
		<dc:creator>backlinks</dc:creator>
		<pubDate>Fri, 11 Nov 2011 09:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxmlws.com/how-do-i-parse-an-xml-file-for-a-search/#comment-48215</guid>
		<description>Excellent backlinks links service - create The best search engine rankings and amazing site traffic with our powerful one way links packages. Best &amp; valuable one way links solution of all time! backlinksGod.com - effective search engine optimization - any backlinks pointing - digital marketing - search engine marketing techniques - online communities</description>
		<content:encoded><![CDATA[<p>Excellent backlinks links service &#8211; create The best search engine rankings and amazing site traffic with our powerful one way links packages. Best &amp; valuable one way links solution of all time! backlinksGod.com &#8211; effective search engine optimization &#8211; any backlinks pointing &#8211; digital marketing &#8211; search engine marketing techniques &#8211; online communities</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riyadh Hossain</title>
		<link>http://www.learnxmlws.com/how-do-i-parse-an-xml-file-for-a-search/#comment-1041</link>
		<dc:creator>Riyadh Hossain</dc:creator>
		<pubDate>Sun, 24 Jan 2010 04:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxmlws.com/how-do-i-parse-an-xml-file-for-a-search/#comment-1041</guid>
		<description>See the following PHP class

XML To Array http://www.phpclasses.org/browse/package/2938.html

At first make it as a php array and then do the search operation on array.</description>
		<content:encoded><![CDATA[<p>See the following PHP class</p>
<p>XML To Array http://www.phpclasses.org/browse/package/2938.html</p>
<p>At first make it as a php array and then do the search operation on array.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rons_brain</title>
		<link>http://www.learnxmlws.com/how-do-i-parse-an-xml-file-for-a-search/#comment-1042</link>
		<dc:creator>rons_brain</dc:creator>
		<pubDate>Sun, 24 Jan 2010 04:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxmlws.com/how-do-i-parse-an-xml-file-for-a-search/#comment-1042</guid>
		<description>Use the XML parsing functions in PHP (http://us3.php.net/xml), load in your document, then use XPath expressions to pull back node sets mathing the search criteria.

A better alternative is to import the XML data into a database.  The schema looks fairly normalized, so this shouldn&#039;t be difficult, and will provide much better performance compared to loading an XML file every time the user wants to do a search.  Also, the XML files may get very large, which will really degrade performance down the road (not a scalable solution).</description>
		<content:encoded><![CDATA[<p>Use the XML parsing functions in PHP (http://us3.php.net/xml), load in your document, then use XPath expressions to pull back node sets mathing the search criteria.</p>
<p>A better alternative is to import the XML data into a database.  The schema looks fairly normalized, so this shouldn&#8217;t be difficult, and will provide much better performance compared to loading an XML file every time the user wants to do a search.  Also, the XML files may get very large, which will really degrade performance down the road (not a scalable solution).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

