<?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: AS3 htmlDecode htmlEncode xml hack</title>
	<atom:link href="http://www.markledford.com/blog/2009/02/25/as3-htmldecode-htmlencode-xml-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markledford.com/blog/2009/02/25/as3-htmldecode-htmlencode-xml-hack/</link>
	<description>Documenting the pitfalls of a Flash platform developer</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:46:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Woinse</title>
		<link>http://www.markledford.com/blog/2009/02/25/as3-htmldecode-htmlencode-xml-hack/comment-page-1/#comment-20056</link>
		<dc:creator>Woinse</dc:creator>
		<pubDate>Sat, 24 Jul 2010 09:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=54#comment-20056</guid>
		<description>Good article, I hope this is use for us thanks.</description>
		<content:encoded><![CDATA[<p>Good article, I hope this is use for us thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ümit</title>
		<link>http://www.markledford.com/blog/2009/02/25/as3-htmldecode-htmlencode-xml-hack/comment-page-1/#comment-19216</link>
		<dc:creator>Ümit</dc:creator>
		<pubDate>Thu, 24 Jun 2010 14:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=54#comment-19216</guid>
		<description>hello Arie, can you sen me the AS code please.</description>
		<content:encoded><![CDATA[<p>hello Arie, can you sen me the AS code please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arie</title>
		<link>http://www.markledford.com/blog/2009/02/25/as3-htmldecode-htmlencode-xml-hack/comment-page-1/#comment-15173</link>
		<dc:creator>Arie</dc:creator>
		<pubDate>Fri, 12 Feb 2010 12:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=54#comment-15173</guid>
		<description>Thanks,

Converted the mentioned js method into AS and placed the code in a Util class.
Works very well.</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>Converted the mentioned js method into AS and placed the code in a Util class.<br />
Works very well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markledford</title>
		<link>http://www.markledford.com/blog/2009/02/25/as3-htmldecode-htmlencode-xml-hack/comment-page-1/#comment-906</link>
		<dc:creator>markledford</dc:creator>
		<pubDate>Thu, 26 Feb 2009 19:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=54#comment-906</guid>
		<description>Thats cool Aran, unfortunately it doesn&#039;t work with my use case where I need to explicitly decode html encoded characters that have been sent to me via external RSS feeds.</description>
		<content:encoded><![CDATA[<p>Thats cool Aran, unfortunately it doesn&#8217;t work with my use case where I need to explicitly decode html encoded characters that have been sent to me via external RSS feeds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aran</title>
		<link>http://www.markledford.com/blog/2009/02/25/as3-htmldecode-htmlencode-xml-hack/comment-page-1/#comment-900</link>
		<dc:creator>Aran</dc:creator>
		<pubDate>Thu, 26 Feb 2009 01:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=54#comment-900</guid>
		<description>You could use this class:
http://dynamicflash.com/goodies/base64/

A comment from someone else using the class which seems to be similar to your use-case:

&quot;Oh I also wanted to tell you how much I was able to trim by combining compress and Base64 encode. Note: I am working on an LMS called CourseMill that URLEncodes everything, turned out to be in my favor.

Originally, I was just passing an XMLString, which was roughly 65000 characters long after it was URLEncoded. Then I tried compress(), which reduced it to a very small amount of characters, probably under 1000. But when I stored the compress var onto the LMS it was URLEncoded and shot up to around 33000 characters. The shining star here is the Base64 encoding which is 99.9% safe from URL Encoding. So after compressing AND encoding with Base64, my var was reduced to a 13000!!!

VERY COOL!!!&quot;</description>
		<content:encoded><![CDATA[<p>You could use this class:<br />
<a href="http://dynamicflash.com/goodies/base64/" rel="nofollow">http://dynamicflash.com/goodies/base64/</a></p>
<p>A comment from someone else using the class which seems to be similar to your use-case:</p>
<p>&#8220;Oh I also wanted to tell you how much I was able to trim by combining compress and Base64 encode. Note: I am working on an LMS called CourseMill that URLEncodes everything, turned out to be in my favor.</p>
<p>Originally, I was just passing an XMLString, which was roughly 65000 characters long after it was URLEncoded. Then I tried compress(), which reduced it to a very small amount of characters, probably under 1000. But when I stored the compress var onto the LMS it was URLEncoded and shot up to around 33000 characters. The shining star here is the Base64 encoding which is 99.9% safe from URL Encoding. So after compressing AND encoding with Base64, my var was reduced to a 13000!!!</p>
<p>VERY COOL!!!&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
