<?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 for scuty's stuff</title>
	<atom:link href="http://blog.flashweb.org/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.flashweb.org</link>
	<description>just sharing my work</description>
	<lastBuildDate>Sat, 16 Jan 2010 11:28:26 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by scuty</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-1#comment-394</link>
		<dc:creator>scuty</dc:creator>
		<pubDate>Sat, 16 Jan 2010 11:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-394</guid>
		<description>Naso - can you post that list of the CSS tags that you need to be parsed?</description>
		<content:encoded><![CDATA[<p>Naso &#8211; can you post that list of the CSS tags that you need to be parsed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by scuty</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-1#comment-393</link>
		<dc:creator>scuty</dc:creator>
		<pubDate>Sat, 16 Jan 2010 11:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-393</guid>
		<description>KevMull - you can now download the new version of the RTE parses and if you want to remove a TAG then just set it to null and that tag will be completely removed.</description>
		<content:encoded><![CDATA[<p>KevMull &#8211; you can now download the new version of the RTE parses and if you want to remove a TAG then just set it to null and that tag will be completely removed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by Exportare/Importare de HTML din/in FLEX &#171; Eduard Pal</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-1#comment-392</link>
		<dc:creator>Exportare/Importare de HTML din/in FLEX &#171; Eduard Pal</dc:creator>
		<pubDate>Fri, 15 Jan 2010 12:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-392</guid>
		<description>[...] Exportare/Importare de HTML din/in&#160;FLEX By eduardpal  Sunt sigur ca multi ati observat ca HTML-ul generat de componentele text din FLEX nu este valid. Asa ca una dintre solutii ar fi sa utlizati un tool de conversie. Un astfel de tool am gasit la http://blog.flashweb.org/archives/7. [...]</description>
		<content:encoded><![CDATA[<p>[...] Exportare/Importare de HTML din/in&nbsp;FLEX By eduardpal  Sunt sigur ca multi ati observat ca HTML-ul generat de componentele text din FLEX nu este valid. Asa ca una dintre solutii ar fi sa utlizati un tool de conversie. Un astfel de tool am gasit la <a href="http://blog.flashweb.org/archives/7" rel="nofollow">http://blog.flashweb.org/archives/7</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by scuty</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-1#comment-391</link>
		<dc:creator>scuty</dc:creator>
		<pubDate>Tue, 12 Jan 2010 14:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-391</guid>
		<description>The solution is not to cut the quotes, as you will always have this problem. But to figure out a way to insert quotes in the database. The easy way is the use parameters instead of in line query variables, using parameters you will be able to save HTML in the database.

I will do that as soon as I can.</description>
		<content:encoded><![CDATA[<p>The solution is not to cut the quotes, as you will always have this problem. But to figure out a way to insert quotes in the database. The easy way is the use parameters instead of in line query variables, using parameters you will be able to save HTML in the database.</p>
<p>I will do that as soon as I can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by KevMull</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-1#comment-390</link>
		<dc:creator>KevMull</dc:creator>
		<pubDate>Tue, 12 Jan 2010 14:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-390</guid>
		<description>To put it simply I need the orig RTE FONT tag removing and not converting to a SPAN tag at all</description>
		<content:encoded><![CDATA[<p>To put it simply I need the orig RTE FONT tag removing and not converting to a SPAN tag at all</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by KevMull</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-1#comment-389</link>
		<dc:creator>KevMull</dc:creator>
		<pubDate>Tue, 12 Jan 2010 14:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-389</guid>
		<description>Null will be fine.
I want to keep the html as clean and simple as possible, I&#039;ve removed the font dropdown options from the RTE as an external css will deal wit this.  My MSSQL server db complains if if there are quotes so I parse them in PHP, hence why i need them removed and all that;s in them.
I don&#039;t need to convert it back to RTE as it reads the htm</description>
		<content:encoded><![CDATA[<p>Null will be fine.<br />
I want to keep the html as clean and simple as possible, I&#8217;ve removed the font dropdown options from the RTE as an external css will deal wit this.  My MSSQL server db complains if if there are quotes so I parse them in PHP, hence why i need them removed and all that;s in them.<br />
I don&#8217;t need to convert it back to RTE as it reads the htm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by scuty</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-1#comment-388</link>
		<dc:creator>scuty</dc:creator>
		<pubDate>Tue, 12 Jan 2010 12:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-388</guid>
		<description>I don&#039;t think you can. But if you really want it I can make it so if you set the tag null then it will be ignored.

But do you really need that? How are you going to convert it back to RTE?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think you can. But if you really want it I can make it so if you set the tag null then it will be ignored.</p>
<p>But do you really need that? How are you going to convert it back to RTE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by KevMull</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-1#comment-387</link>
		<dc:creator>KevMull</dc:creator>
		<pubDate>Tue, 12 Jan 2010 12:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-387</guid>
		<description>Please ignore previous.

How do I completely remove all SPAN tags ?</description>
		<content:encoded><![CDATA[<p>Please ignore previous.</p>
<p>How do I completely remove all SPAN tags ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by KevMull</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-1#comment-386</link>
		<dc:creator>KevMull</dc:creator>
		<pubDate>Tue, 12 Jan 2010 12:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-386</guid>
		<description>How do I completely remove all  tags ?</description>
		<content:encoded><![CDATA[<p>How do I completely remove all  tags ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by Cosmin Dorobantu</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-1#comment-383</link>
		<dc:creator>Cosmin Dorobantu</dc:creator>
		<pubDate>Mon, 11 Jan 2010 07:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-383</guid>
		<description>Nice work, Scuty!</description>
		<content:encoded><![CDATA[<p>Nice work, Scuty!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
