<?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: Flash HTMLEntities Suck</title>
	<atom:link href="http://blog.coursevector.com/flash-htmlentities-suck/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.coursevector.com/flash-htmlentities-suck</link>
	<description>ActionScript Fun</description>
	<lastBuildDate>Fri, 18 May 2012 18:20:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Gabriel</title>
		<link>http://blog.coursevector.com/flash-htmlentities-suck/comment-page-1#comment-1747</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Wed, 09 Nov 2011 05:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coursevector.com/?p=206#comment-1747</guid>
		<description>Fixed!</description>
		<content:encoded><![CDATA[<p>Fixed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schell</title>
		<link>http://blog.coursevector.com/flash-htmlentities-suck/comment-page-1#comment-1746</link>
		<dc:creator>schell</dc:creator>
		<pubDate>Tue, 08 Nov 2011 22:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coursevector.com/?p=206#comment-1746</guid>
		<description>In your htmlEntities array, the element &quot;&quot;&quot; needs to be escaped to &quot;\&quot;&quot; or switch to &#039;&quot;&#039; to avoid terminating the string early.</description>
		<content:encoded><![CDATA[<p>In your htmlEntities array, the element &#8220;&#8221;" needs to be escaped to &#8220;\&#8221;" or switch to &#8216;&#8221;&#8216; to avoid terminating the string early.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniele</title>
		<link>http://blog.coursevector.com/flash-htmlentities-suck/comment-page-1#comment-1468</link>
		<dc:creator>Daniele</dc:creator>
		<pubDate>Fri, 17 Dec 2010 10:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coursevector.com/?p=206#comment-1468</guid>
		<description>Oops, damn HTML :DAnyway, with my previous comment I meant that &quot;quotation mark, &quot;greater than&quot; and &quot;less than&quot; are not written in HTML entities format.</description>
		<content:encoded><![CDATA[<p>Oops, damn HTML :D<br />
Anyway, with my previous comment I meant that &#8220;quotation mark, &#8220;greater than&#8221; and &#8220;less than&#8221; are not written in HTML entities format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniele</title>
		<link>http://blog.coursevector.com/flash-htmlentities-suck/comment-page-1#comment-1467</link>
		<dc:creator>Daniele</dc:creator>
		<pubDate>Fri, 17 Dec 2010 10:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coursevector.com/?p=206#comment-1467</guid>
		<description>Thanks a lot: extremely useful :)Little bugs: &quot;&quot;&quot; should be &quot;&amp;&quot; (not &quot;\&quot;&quot;), &quot;&quot; should be &quot;&gt;&quot;.</description>
		<content:encoded><![CDATA[<p>Thanks a lot: extremely useful :)</p>
<p>Little bugs: &#8220;&#8221;" should be &#8220;&amp;&#8221; (not &#8220;\&#8221;"), &#8220;&#8221; should be &#8220;&gt;&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan D.</title>
		<link>http://blog.coursevector.com/flash-htmlentities-suck/comment-page-1#comment-1394</link>
		<dc:creator>Nathan D.</dc:creator>
		<pubDate>Fri, 11 Jun 2010 21:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coursevector.com/?p=206#comment-1394</guid>
		<description>You&#039;ve got an error in your, line 2 - you have &quot;&quot;&quot; as one of the entities - I changed to &#039;&quot;&#039; and it worked great otherwise.. :)</description>
		<content:encoded><![CDATA[<p>You&#8217;ve got an error in your, line 2 &#8211; you have &#8220;&#8221;" as one of the entities &#8211; I changed to &#8216;&#8221;&#8216; and it worked great otherwise.. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [Actionscript 3] Convertire entit</title>
		<link>http://blog.coursevector.com/flash-htmlentities-suck/comment-page-1#comment-1245</link>
		<dc:creator>[Actionscript 3] Convertire entit</dc:creator>
		<pubDate>Tue, 08 Dec 2009 16:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coursevector.com/?p=206#comment-1245</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel</title>
		<link>http://blog.coursevector.com/flash-htmlentities-suck/comment-page-1#comment-65</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Thu, 05 Mar 2009 17:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coursevector.com/?p=206#comment-65</guid>
		<description>Here is the post I pulled that XML line from for reference purposes.

http://www.razorberry.com/blog/archives/2007/11/02/converting-html-entities-in-as3/</description>
		<content:encoded><![CDATA[<p>Here is the post I pulled that XML line from for reference purposes.</p>
<p><a href="http://www.razorberry.com/blog/archives/2007/11/02/converting-html-entities-in-as3/" rel="nofollow">http://www.razorberry.com/blog/archives/2007/11/02/converting-html-entities-in-as3/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel</title>
		<link>http://blog.coursevector.com/flash-htmlentities-suck/comment-page-1#comment-62</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Fri, 27 Feb 2009 18:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coursevector.com/?p=206#comment-62</guid>
		<description>Like I mentioned before, converting to an XMLDocument then grabbing the text from that is also a quick way to parse some html entities (it&#039;s not perfect). I am just doing this as a safeguard incase I missed anything. If you feel that it&#039;s a bit redundant feel free to delete that line.</description>
		<content:encoded><![CDATA[<p>Like I mentioned before, converting to an XMLDocument then grabbing the text from that is also a quick way to parse some html entities (it&#8217;s not perfect). I am just doing this as a safeguard incase I missed anything. If you feel that it&#8217;s a bit redundant feel free to delete that line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.coursevector.com/flash-htmlentities-suck/comment-page-1#comment-60</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 26 Feb 2009 17:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coursevector.com/?p=206#comment-60</guid>
		<description>Why are you converting to an xml document before outputting the str?</description>
		<content:encoded><![CDATA[<p>Why are you converting to an xml document before outputting the str?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admirmAlkagma</title>
		<link>http://blog.coursevector.com/flash-htmlentities-suck/comment-page-1#comment-35</link>
		<dc:creator>admirmAlkagma</dc:creator>
		<pubDate>Sat, 31 Jan 2009 07:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coursevector.com/?p=206#comment-35</guid>
		<description>Hello, I can&#039;t understand how to add your blog ( blog.coursevector.com ) in my rss reader</description>
		<content:encoded><![CDATA[<p>Hello, I can&#8217;t understand how to add your blog ( blog.coursevector.com ) in my rss reader</p>
]]></content:encoded>
	</item>
</channel>
</rss>

