<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>johnjcamilleri.com &#187; unescape</title>
	<atom:link href="http://johnjcamilleri.com/tag/unescape/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnjcamilleri.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 13:00:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to unescape HTML entities in JavaScript</title>
		<link>http://johnjcamilleri.com/2010/02/how-to-unescape-html-entities-in-javascript/</link>
		<comments>http://johnjcamilleri.com/2010/02/how-to-unescape-html-entities-in-javascript/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 20:44:40 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Useful]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[html entities]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[unescape]]></category>

		<guid isPermaLink="false">http://johnjcamilleri.com/?p=157</guid>
		<description><![CDATA[This is one of those routine web development things which you assume is inbuilt, but actually proves quite tedious to find a nice solution to. Specifically, I am talking about converting something like &#38;#39; to &#8216; or &#38;amp; to &#38; directly in Javscript. This function does exactly that! Note how it adds a function to [...]]]></description>
			<content:encoded><![CDATA[<p>This is one of those routine web development things which you assume is inbuilt, but actually proves quite tedious to find a nice solution to.</p>
<p>Specifically, I am talking about converting something like &amp;#39; to &#8216; or &amp;amp; to &amp; directly in Javscript.<br />
This function does exactly that! Note how it adds a function to the prototype for String, so is called in the following way:</p>
<p><code>"Hello Jos&amp;eacute;".unescapeHtml()</code></p>
<p>Find the code here: <a href="http://paulschreiber.com/blog/2008/09/20/javascript-how-to-unescape-html-entities/">paul schreiber » Blog Archive » JavaScript: how to unescape HTML entities</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://johnjcamilleri.com/2010/02/how-to-unescape-html-entities-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
