<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: HTML Entities</title>
	<atom:link href="http://twoguysarguing.wordpress.com/2009/04/01/html-entities/feed/" rel="self" type="application/rss+xml" />
	<link>http://twoguysarguing.wordpress.com/2009/04/01/html-entities/</link>
	<description>colorful back and forth from two highly opinionated programmers</description>
	<lastBuildDate>Tue, 18 Jun 2013 10:05:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: youngnh</title>
		<link>http://twoguysarguing.wordpress.com/2009/04/01/html-entities/#comment-52</link>
		<dc:creator><![CDATA[youngnh]]></dc:creator>
		<pubDate>Wed, 27 May 2009 14:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=102#comment-52</guid>
		<description><![CDATA[I did actually.  Take a look at my github commit for it: http://github.com/youngnh/env-js/commit/e4dbe77725300f667337b36531142e89e718f867  Line 3446 is the start of the meat of the change.  (on a side note, I wish I knew how to commit only textual and not whitespace changes in git)

I sent Thatcher (the current maintainer of env-js) a pull request and I think he incorporated my changes.

It basically consisted of checking while parsing if the parser was in a script tag or not and then only replacing html entities if it wasn&#039;t.

I wasn&#039;t very happy with my solution because it&#039;s really only a band-aid over the larger problem of env-js lacking a proper HTML parser.  The parser it has right now, I believe, is only a simple XML SAX parser.  There&#039;s been a flurry of activity on env-js that I haven&#039;t been following very well lately, so this may no longer be the case.]]></description>
		<content:encoded><![CDATA[<p>I did actually.  Take a look at my github commit for it: <a href="http://github.com/youngnh/env-js/commit/e4dbe77725300f667337b36531142e89e718f867" rel="nofollow">http://github.com/youngnh/env-js/commit/e4dbe77725300f667337b36531142e89e718f867</a>  Line 3446 is the start of the meat of the change.  (on a side note, I wish I knew how to commit only textual and not whitespace changes in git)</p>
<p>I sent Thatcher (the current maintainer of env-js) a pull request and I think he incorporated my changes.</p>
<p>It basically consisted of checking while parsing if the parser was in a script tag or not and then only replacing html entities if it wasn&#8217;t.</p>
<p>I wasn&#8217;t very happy with my solution because it&#8217;s really only a band-aid over the larger problem of env-js lacking a proper HTML parser.  The parser it has right now, I believe, is only a simple XML SAX parser.  There&#8217;s been a flurry of activity on env-js that I haven&#8217;t been following very well lately, so this may no longer be the case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benjaminplee</title>
		<link>http://twoguysarguing.wordpress.com/2009/04/01/html-entities/#comment-51</link>
		<dc:creator><![CDATA[benjaminplee]]></dc:creator>
		<pubDate>Wed, 27 May 2009 14:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=102#comment-51</guid>
		<description><![CDATA[Did you ever finish the patch?]]></description>
		<content:encoded><![CDATA[<p>Did you ever finish the patch?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
