<?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: Example 18-5: Parsing Yahoo&#8217;s XML Weather Feed Manually</title>
	<atom:link href="http://www.learningprocessing.com/examples/chapter-18/example-18-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningprocessing.com</link>
	<description>A Beginner's Guide to Programming Images, Animation, and Interaction by Daniel Shiffman</description>
	<lastBuildDate>Sun, 14 Mar 2010 17:16:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ww</title>
		<link>http://www.learningprocessing.com/examples/chapter-18/example-18-5/comment-page-1/#comment-8692</link>
		<dc:creator>ww</dc:creator>
		<pubDate>Sun, 31 Jan 2010 04:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=669#comment-8692</guid>
		<description>Well, after the very very careful comparison, I finally found, on the &quot;Searching for weather condition&quot; section, one must type two spacebar between &quot;yweather:condition&quot; and  &quot;text=&quot;, unless it will never show the weather condition.</description>
		<content:encoded><![CDATA[<p>Well, after the very very careful comparison, I finally found, on the &#8220;Searching for weather condition&#8221; section, one must type two spacebar between &#8220;yweather:condition&#8221; and  &#8220;text=&#8221;, unless it will never show the weather condition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Shiffman</title>
		<link>http://www.learningprocessing.com/examples/chapter-18/example-18-5/comment-page-1/#comment-8688</link>
		<dc:creator>Daniel Shiffman</dc:creator>
		<pubDate>Sun, 31 Jan 2010 01:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=669#comment-8688</guid>
		<description>Whoops, my mistake.  Yahoo changed their XML feed slightly.  To parse it properly, the line of code needs to read:

&lt;pre&gt;
    // Searching for weather condition
    String lookfor = &quot;&lt;yweather:condition  text=\&quot;&quot;;
    String end = &quot;\&quot;&quot;;
    weather = giveMeTextBetween(xml,lookfor,end);
&lt;/pre&gt;

I uploaded a fixed version!</description>
		<content:encoded><![CDATA[<p>Whoops, my mistake.  Yahoo changed their XML feed slightly.  To parse it properly, the line of code needs to read:</p>
<pre>
    // Searching for weather condition
    String lookfor = "<yweather :condition  text=\"";
    String end = "\"";
    weather = giveMeTextBetween(xml,lookfor,end);
</pre>
<p>I uploaded a fixed version!</yweather></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: ww</title>
		<link>http://www.learningprocessing.com/examples/chapter-18/example-18-5/comment-page-1/#comment-8634</link>
		<dc:creator>ww</dc:creator>
		<pubDate>Sat, 30 Jan 2010 05:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=669#comment-8634</guid>
		<description>Of course I&#039;m connected to the internet... But one thing strange, on this page, I can see both temp and weather condition on your example, meanwhile on my macbook, with the same code, I just could see temp but weather condition...</description>
		<content:encoded><![CDATA[<p>Of course I&#8217;m connected to the internet&#8230; But one thing strange, on this page, I can see both temp and weather condition on your example, meanwhile on my macbook, with the same code, I just could see temp but weather condition&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Shiffman</title>
		<link>http://www.learningprocessing.com/examples/chapter-18/example-18-5/comment-page-1/#comment-8590</link>
		<dc:creator>Daniel Shiffman</dc:creator>
		<pubDate>Fri, 29 Jan 2010 17:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=669#comment-8590</guid>
		<description>I double-checked the example and it works as far as I can tell.  If your internet connection is not active, the weather info won&#039;t display.  That&#039;s all I can think of at the moment!

Dan</description>
		<content:encoded><![CDATA[<p>I double-checked the example and it works as far as I can tell.  If your internet connection is not active, the weather info won&#8217;t display.  That&#8217;s all I can think of at the moment!</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ww</title>
		<link>http://www.learningprocessing.com/examples/chapter-18/example-18-5/comment-page-1/#comment-8571</link>
		<dc:creator>ww</dc:creator>
		<pubDate>Thu, 28 Jan 2010 15:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=669#comment-8571</guid>
		<description>I downloaded the source pde file and ran it, everything is OK but no weather condition displayed, why?</description>
		<content:encoded><![CDATA[<p>I downloaded the source pde file and ran it, everything is OK but no weather condition displayed, why?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
