<?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: Manipulating Strings</title>
	<atom:link href="http://www.stuffbysarah.net/2006/09/09/manipulating-strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuffbysarah.net/2006/09/09/manipulating-strings/</link>
	<description>PHP, WordPress and Business Ramblings</description>
	<lastBuildDate>Mon, 19 Jul 2010 13:44:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2006/09/09/manipulating-strings/#comment-2533</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sun, 10 Sep 2006 14:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2006/09/09/manipulating-strings/#comment-2533</guid>
		<description>I had that, but it got rendered as the ampisand. my fault for not checking! (check the source code) I have to use special characters for everything and clearly missed that one (and didn&#039;t check on posting... cheers for spotting it :)

So take two...

str_replace (&quot; &amp; &quot;, &quot; &amp; &quot;, &quot;You &amp; I&quot;);

Which would produce (in the markup) You &amp; I

- I&#039;ve now corrected this in the post</description>
		<content:encoded><![CDATA[<p>I had that, but it got rendered as the ampisand. my fault for not checking! (check the source code) I have to use special characters for everything and clearly missed that one (and didn&#039;t check on posting&#8230; cheers for spotting it <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So take two&#8230;</p>
<p>str_replace (&#034; &#038; &#034;, &#034; &amp;amp; &#034;, &#034;You &#038; I&#034;);</p>
<p>Which would produce (in the markup) You &amp;amp; I</p>
<p>- I&#039;ve now corrected this in the post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.stuffbysarah.net/2006/09/09/manipulating-strings/#comment-2532</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 10 Sep 2006 14:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2006/09/09/manipulating-strings/#comment-2532</guid>
		<description>Hi Sarah - just a small point 

str_replace(&quot; &amp; &quot;, &quot; &amp; &quot;, &quot;You &amp; I&quot;); // would produce &#039;You &amp; I&#039; which is valid markup for XHTML Strict

I think your second &amp; should actually be &amp;amp ; (without the space between p and ;)</description>
		<content:encoded><![CDATA[<p>Hi Sarah &#8211; just a small point </p>
<p>str_replace(&#034; &amp; &#034;, &#034; &amp; &#034;, &#034;You &amp; I&#034;); // would produce &#039;You &amp; I&#039; which is valid markup for XHTML Strict</p>
<p>I think your second &amp; should actually be &amp;amp ; (without the space between p and <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
