<?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: Useful managed HTML DOM methods for Microsoft Silverlight</title>
	<atom:link href="http://www.jeff.wilcox.name/2007/09/managed-html-extensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2007/09/managed-html-extensions/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:09:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeff Ma</title>
		<link>http://www.jeff.wilcox.name/2007/09/managed-html-extensions/comment-page-1/#comment-5</link>
		<dc:creator>Jeff Ma</dc:creator>
		<pubDate>Tue, 30 Oct 2007 03:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://linux.jeff.wilcox.name/2007/09/30/managed-html-extensions/#comment-5</guid>
		<description>Your Alert function fails if the escaped characters in alertMessage hasn&#039;t been re-escaped.  

i.e, stuff like:

alertMessage = &quot;Hi! \r\n New line&quot;;

Hasn&#039;t been re-escaped to become:

alertMessage = &quot;Hi! \\r\\n New line&quot;;

Just so you know.</description>
		<content:encoded><![CDATA[<p>Your Alert function fails if the escaped characters in alertMessage hasn&#8217;t been re-escaped.  </p>
<p>i.e, stuff like:</p>
<p>alertMessage = &#8220;Hi! \r\n New line&#8221;;</p>
<p>Hasn&#8217;t been re-escaped to become:</p>
<p>alertMessage = &#8220;Hi! \\r\\n New line&#8221;;</p>
<p>Just so you know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

