<?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: SimplePie Filter</title>
	<atom:link href="http://www.michaelpshipley.com/simplepie/filter-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelpshipley.com/simplepie/filter-4/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Jun 2010 00:31:09 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam</title>
		<link>http://www.michaelpshipley.com/simplepie/filter-4/comment-page-1/#comment-250</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 09 Jul 2009 11:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=4#comment-250</guid>
		<description>Sorry I included tag code and it was stripped out (quite rightly)... Last sentence should read &quot;I have a &#039;Brand&#039; node in my xml and would love to search within that too.&quot;</description>
		<content:encoded><![CDATA[<p>Sorry I included tag code and it was stripped out (quite rightly)&#8230; Last sentence should read &#8220;I have a &#8216;Brand&#8217; node in my xml and would love to search within that too.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.michaelpshipley.com/simplepie/filter-4/comment-page-1/#comment-249</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 09 Jul 2009 11:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=4#comment-249</guid>
		<description>Michael, cannot thank you enough for sharing this code... I have used it as the basis for an XML driven shop at www.lipstickandlaceboutique.com . I wondered, is there anyway to mod the code to search in non standard nodes for keywords? 

I have a  field in my xml and would love to search within that too? Thanks once again.</description>
		<content:encoded><![CDATA[<p>Michael, cannot thank you enough for sharing this code&#8230; I have used it as the basis for an XML driven shop at <a href="http://www.lipstickandlaceboutique.com" rel="nofollow">http://www.lipstickandlaceboutique.com</a> . I wondered, is there anyway to mod the code to search in non standard nodes for keywords? </p>
<p>I have a  field in my xml and would love to search within that too? Thanks once again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://www.michaelpshipley.com/simplepie/filter-4/comment-page-1/#comment-246</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Thu, 25 Jun 2009 08:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=4#comment-246</guid>
		<description>Hello thanks for a great pice of code.. 

but can i do the reverse ??? 
filter out baced on keywords ??</description>
		<content:encoded><![CDATA[<p>Hello thanks for a great pice of code.. </p>
<p>but can i do the reverse ???<br />
filter out baced on keywords ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.michaelpshipley.com/simplepie/filter-4/comment-page-1/#comment-242</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 16 Jun 2009 10:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=4#comment-242</guid>
		<description>Hi micheal, I would like to know if you can update your mod or explain me how to do so it can filter twice ? let me explain : 

I have to filter words to see the news relative to the brand I work, this works great, but some news contains references to our competitors, so i would like to filter again to get rid of the news that refer to our competitors (i don&#039;t really want to do their publicity).

Regards.</description>
		<content:encoded><![CDATA[<p>Hi micheal, I would like to know if you can update your mod or explain me how to do so it can filter twice ? let me explain : </p>
<p>I have to filter words to see the news relative to the brand I work, this works great, but some news contains references to our competitors, so i would like to filter again to get rid of the news that refer to our competitors (i don&#8217;t really want to do their publicity).</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.michaelpshipley.com/simplepie/filter-4/comment-page-1/#comment-189</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 01 Mar 2009 17:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=4#comment-189</guid>
		<description>Sorry if this is painful for you and I appreciate your time. I&#039;m just getting started with trying to incorporate rss in websites...
I&#039;m trying to figure out how to use the simple pie filter add on you wrote. First, THANK YOU for writing and sharing it!!!!
I&#039;m trying to determine how the search parameters get into your demo script. How do I specify the feed urls in the simplepie filter add-on script provided in your demo?
A. do i need to create a form for getting the words to populate $words? Is that how the query string gets built?
B. simple pie has auto detect so for the url i can put in cnn.com. but in your script i see:
&#039;http://blogsearch.google.com/blogsearch_feeds?q=clinton&amp;oe=utf-8&amp;client=firefox-a&amp;um=1&amp;ie=utf-8&amp;num=10&amp;output=rss&#039;,
Am I supposed to know where to put these and what order? I get q=query, oe=utf-8 for the octal encoding? and the browser?  but HOW should I get that info? I&#039;m guessing this is a query string compiled by the classed within the add-on when terms are fed from a form? 
It seems like a great tool.</description>
		<content:encoded><![CDATA[<p>Sorry if this is painful for you and I appreciate your time. I&#8217;m just getting started with trying to incorporate rss in websites&#8230;<br />
I&#8217;m trying to figure out how to use the simple pie filter add on you wrote. First, THANK YOU for writing and sharing it!!!!<br />
I&#8217;m trying to determine how the search parameters get into your demo script. How do I specify the feed urls in the simplepie filter add-on script provided in your demo?<br />
A. do i need to create a form for getting the words to populate $words? Is that how the query string gets built?<br />
B. simple pie has auto detect so for the url i can put in cnn.com. but in your script i see:<br />
&#8216;http://blogsearch.google.com/blogsearch_feeds?q=clinton&amp;oe=utf-8&amp;client=firefox-a&amp;um=1&amp;ie=utf-8&amp;num=10&amp;output=rss&#8217;,<br />
Am I supposed to know where to put these and what order? I get q=query, oe=utf-8 for the octal encoding? and the browser?  but HOW should I get that info? I&#8217;m guessing this is a query string compiled by the classed within the add-on when terms are fed from a form?<br />
It seems like a great tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tonx</title>
		<link>http://www.michaelpshipley.com/simplepie/filter-4/comment-page-1/#comment-160</link>
		<dc:creator>tonx</dc:creator>
		<pubDate>Fri, 26 Dec 2008 17:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=4#comment-160</guid>
		<description>Hi Michael,

I am playing around with filter by keyword and I am running into a few problems.

In the simplepie_filter.php there is a line of code that says &#039;clinton loves obama&#039;. I can&#039;t figure out why this is there and as I use your example to filter by other words I wonder what I should change this too?

I am also puzzled that as I add specific rss feeds I only get three lines of output.

I am still learning php so I am a bit of a simpleton. Thanks for creating the example.</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>I am playing around with filter by keyword and I am running into a few problems.</p>
<p>In the simplepie_filter.php there is a line of code that says &#8216;clinton loves obama&#8217;. I can&#8217;t figure out why this is there and as I use your example to filter by other words I wonder what I should change this too?</p>
<p>I am also puzzled that as I add specific rss feeds I only get three lines of output.</p>
<p>I am still learning php so I am a bit of a simpleton. Thanks for creating the example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://www.michaelpshipley.com/simplepie/filter-4/comment-page-1/#comment-151</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Wed, 19 Nov 2008 09:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=4#comment-151</guid>
		<description>Can it work on all the data that can be found per item? specially on media rss?</description>
		<content:encoded><![CDATA[<p>Can it work on all the data that can be found per item? specially on media rss?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Latisha</title>
		<link>http://www.michaelpshipley.com/simplepie/filter-4/comment-page-1/#comment-121</link>
		<dc:creator>Latisha</dc:creator>
		<pubDate>Wed, 29 Oct 2008 14:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=4#comment-121</guid>
		<description>Interesting to know.</description>
		<content:encoded><![CDATA[<p>Interesting to know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.089 seconds -->
