<?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"
	>
<channel>
	<title>Comments on: Currency conversion API on a shoestring</title>
	<atom:link href="http://www.wait-till-i.com/2008/06/21/currency-conversion-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wait-till-i.com/2008/06/21/currency-conversion-api/</link>
	<description>Chris Heilmann - Accessibility, Web Development and Pragmatism - can talk, will travel</description>
	<pubDate>Wed, 19 Nov 2008 23:56:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Adam</title>
		<link>http://www.wait-till-i.com/2008/06/21/currency-conversion-api/#comment-8259</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 07 Sep 2008 10:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.wait-till-i.com/?p=599#comment-8259</guid>
		<description>THANK YOU SO MUCH FOR THIS. Customized it for my needs and works perfect!</description>
		<content:encoded><![CDATA[<p><span class="caps">THANK YOU</span> SO <span class="caps">MUCH FOR THIS.</span> Customized it for my needs and works perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.wait-till-i.com/2008/06/21/currency-conversion-api/#comment-8065</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 21 Jul 2008 21:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.wait-till-i.com/?p=599#comment-8065</guid>
		<description>@stephen the code example has "smart quotes", replace all of them with ' and that should do it.</description>
		<content:encoded><![CDATA[<p>@stephen the code example has &#8220;smart quotes&#8221;, replace all of them with &#8216; and that should do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Young</title>
		<link>http://www.wait-till-i.com/2008/06/21/currency-conversion-api/#comment-8064</link>
		<dc:creator>Stephen Young</dc:creator>
		<pubDate>Mon, 21 Jul 2008 18:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.wait-till-i.com/?p=599#comment-8064</guid>
		<description>I am using Firefox and get the Firebug error "missing name after . operator" for line 2 in the convert.php file. This is the line:
 $url='http://finance.yahoo.com/currency/convert?amt=1&#38;from='.$from.'&#38;to='.$to.'&#38;submit=Convert';

Any ideas what is wrong?</description>
		<content:encoded><![CDATA[<p>I am using Firefox and get the Firebug error &#8220;missing name after . operator&#8221; for line 2 in the convert.php file. This is the line:<br />
 $url=&#8217;http://finance.yahoo.com/currency/convert?amt=1&amp;from=&#8217;.$from.&#8217;&amp;to=&#8217;.$to.&#8217;&amp;submit=Convert&#8217;;</p>
<p>Any ideas what is wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neville Newey</title>
		<link>http://www.wait-till-i.com/2008/06/21/currency-conversion-api/#comment-8032</link>
		<dc:creator>Neville Newey</dc:creator>
		<pubDate>Mon, 14 Jul 2008 18:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.wait-till-i.com/?p=599#comment-8032</guid>
		<description>&#62; This is a terrible dirty hack and if Yahoo finance ever changes their HTML (and they will), this will cease to work.

You can use the following url instead: http://download.finance.yahoo.com/d/quotes.csv?s=USDGBP=X&#38;f=sl1d1t1ba&#38;e=.csv, which will get the data in .csv format and then you don't need to parse any html. The third parameter (f) can be modified to your needs, it specifies the order of fields returned in the file.</description>
		<content:encoded><![CDATA[<p>&gt; This is a terrible dirty hack and if Yahoo finance ever changes their <span class="caps">HTML </span>(and they will), this will cease to work.</p>
<p>You can use the following url instead: <a href="http://download.finance.yahoo.com/d/quotes.csv?s=USDGBP=X&amp;f=sl1d1t1ba&amp;e=.csv" rel="nofollow">http://download.finance.yahoo.com/d/quotes.csv?s=USDGBP=X&amp;f=sl1d1t1ba&amp;e=.csv</a>, which will get the data in .csv format and then you don&#8217;t need to parse any html. The third parameter (f) can be modified to your needs, it specifies the order of fields returned in the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://www.wait-till-i.com/2008/06/21/currency-conversion-api/#comment-7918</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Tue, 24 Jun 2008 08:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wait-till-i.com/?p=599#comment-7918</guid>
		<description>Hey Chris,

Within character classes the pipe symbol is a literal character rather than an alternation operator so [A-Z&#124;a-z] means match any upper or lower case letter or the character "&#124;". As a result you should be able to safely remove all of the pipes for your regex to still match.</description>
		<content:encoded><![CDATA[<p>Hey Chris,</p>
<p>Within character classes the pipe symbol is a literal character rather than an alternation operator so [A-Z|a-z] means match any upper or lower case letter or the character &#8220;|&#8221;. As a result you should be able to safely remove all of the pipes for your regex to still match.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
