<?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: #6 Flex Hack &#8211; RichTextEditor to output XHTML 1.1 valid</title>
	<atom:link href="http://www.igorcosta.org/index.php?feed=rss2&#038;p=217" rel="self" type="application/rss+xml" />
	<link>http://www.igorcosta.org/?p=217</link>
	<description>Views from a Developer with focus on RIA and Desktop 2.0</description>
	<lastBuildDate>Thu, 17 Jun 2010 09:56:38 -0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Antonio</title>
		<link>http://www.igorcosta.org/?p=217&#038;cpage=1#comment-86204</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Mon, 18 Jan 2010 21:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=217#comment-86204</guid>
		<description>Great post!

Thank you for the help.</description>
		<content:encoded><![CDATA[<p>Great post!</p>
<p>Thank you for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shan&#8217;s Simple Examples: Extending an object in Actionscript &#124; Webapper Blog</title>
		<link>http://www.igorcosta.org/?p=217&#038;cpage=1#comment-63892</link>
		<dc:creator>Shan&#8217;s Simple Examples: Extending an object in Actionscript &#124; Webapper Blog</dc:creator>
		<pubDate>Thu, 09 Apr 2009 21:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=217#comment-63892</guid>
		<description>[...] other day, someone asked me how they could re-use the code sample from Igor Costa&#8217;s post about getting the Rich Text Editor to output XHTML. Whenever you want to add functionality to an existing control, you just need to extend it. [...]</description>
		<content:encoded><![CDATA[<p>[...] other day, someone asked me how they could re-use the code sample from Igor Costa&#8217;s post about getting the Rich Text Editor to output XHTML. Whenever you want to add functionality to an existing control, you just need to extend it. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Custom Rich Text Editor Component &#124; Josh Krajnak &#124; &#124;</title>
		<link>http://www.igorcosta.org/?p=217&#038;cpage=1#comment-62949</link>
		<dc:creator>Custom Rich Text Editor Component &#124; Josh Krajnak &#124; &#124;</dc:creator>
		<pubDate>Tue, 24 Mar 2009 16:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=217#comment-62949</guid>
		<description>[...] Flex 3 came with works, and it works well&#8230; It also produces extra html that we dont need. Igor Costa provided the methods in his blog post, I&#8217;m simply taking those methods and adding getters and [...]</description>
		<content:encoded><![CDATA[<p>[...] Flex 3 came with works, and it works well&#8230; It also produces extra html that we dont need. Igor Costa provided the methods in his blog post, I&#8217;m simply taking those methods and adding getters and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.igorcosta.org/?p=217&#038;cpage=1#comment-62018</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 11 Mar 2009 16:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=217#comment-62018</guid>
		<description>it looks like on line 84 you strip out &lt;/P&gt; altogether. I think you meant to replace &lt;/P&gt; with &lt;/p&gt;

pattern = /&lt;\/P&gt;/g;
str = str.replace(pattern, &quot;&lt;/p&gt;&quot;);

great post. thanks.

Jeremy</description>
		<content:encoded><![CDATA[<p>it looks like on line 84 you strip out &lt;/P&gt; altogether. I think you meant to replace &lt;/P&gt; with &lt;/p&gt;</p>
<p>pattern = /&lt;\/P&gt;/g;<br />
str = str.replace(pattern, &#8220;&lt;/p&gt;&#8221;);</p>
<p>great post. thanks.</p>
<p>Jeremy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.igorcosta.org/?p=217&#038;cpage=1#comment-62017</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 11 Mar 2009 16:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=217#comment-62017</guid>
		<description>it looks like on line 84 you strip out  altogether. I think you meant to replace  with 

Jeremy</description>
		<content:encoded><![CDATA[<p>it looks like on line 84 you strip out  altogether. I think you meant to replace  with </p>
<p>Jeremy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Monkey Patches &#187; Blog Archive &#187; Rubberneckerâ€™s Review - Week 23</title>
		<link>http://www.igorcosta.org/?p=217&#038;cpage=1#comment-58999</link>
		<dc:creator>Flex Monkey Patches &#187; Blog Archive &#187; Rubberneckerâ€™s Review - Week 23</dc:creator>
		<pubDate>Tue, 13 Jan 2009 20:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=217#comment-58999</guid>
		<description>[...] #6 Flex Hack - RichTextEditor to output XHTML 1.1&#8230; (from Igor Costa) [...]</description>
		<content:encoded><![CDATA[<p>[...] #6 Flex Hack &#8211; RichTextEditor to output XHTML 1.1&#8230; (from Igor Costa) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AnotherFlava</title>
		<link>http://www.igorcosta.org/?p=217&#038;cpage=1#comment-58983</link>
		<dc:creator>AnotherFlava</dc:creator>
		<pubDate>Tue, 13 Jan 2009 14:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=217#comment-58983</guid>
		<description>Here is a link to the post http://anotherflava.com/?p=243</description>
		<content:encoded><![CDATA[<p>Here is a link to the post <a href="http://anotherflava.com/?p=243" rel="nofollow">http://anotherflava.com/?p=243</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex XHTML rich text editor (w images) : Another Flava</title>
		<link>http://www.igorcosta.org/?p=217&#038;cpage=1#comment-58948</link>
		<dc:creator>Flex XHTML rich text editor (w images) : Another Flava</dc:creator>
		<pubDate>Mon, 12 Jan 2009 22:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=217#comment-58948</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] component in flex does not produce XHTML compatible syntax. Igor Costor recently posted this hackÂ Flex Hack &#8211; RichTextEditor to output XHTML 1.1 valid Â , based on Thankmister workÂ <a href="http://thanksmister.com/?p=17=4Â" rel="nofollow">http://thanksmister.com/?p=17=4Â</a> another version can be found @ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AnotherFlava</title>
		<link>http://www.igorcosta.org/?p=217&#038;cpage=1#comment-58939</link>
		<dc:creator>AnotherFlava</dc:creator>
		<pubDate>Mon, 12 Jan 2009 19:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=217#comment-58939</guid>
		<description>I found a way to insert and make the image Tag XHTML compatible, will post a link on my blog soon</description>
		<content:encoded><![CDATA[<p>I found a way to insert and make the image Tag XHTML compatible, will post a link on my blog soon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mister</title>
		<link>http://www.igorcosta.org/?p=217&#038;cpage=1#comment-58934</link>
		<dc:creator>Mister</dc:creator>
		<pubDate>Mon, 12 Jan 2009 18:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.igorcosta.org/?p=217#comment-58934</guid>
		<description>Thanks for the pingback, great post!   

-Mister</description>
		<content:encoded><![CDATA[<p>Thanks for the pingback, great post!   </p>
<p>-Mister</p>
]]></content:encoded>
	</item>
</channel>
</rss>
