<?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: Adding line breaks in Flash via XML</title>
	<atom:link href="http://www.giordanopiazza.com/blog/flash/adding-line-breaks-in-flash-via-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.giordanopiazza.com/blog/flash/adding-line-breaks-in-flash-via-xml/</link>
	<description>gyo goes blogging</description>
	<lastBuildDate>Fri, 02 Mar 2012 05:26:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: MGcool</title>
		<link>http://www.giordanopiazza.com/blog/flash/adding-line-breaks-in-flash-via-xml/comment-page-1/#comment-5486</link>
		<dc:creator>MGcool</dc:creator>
		<pubDate>Thu, 10 Nov 2011 15:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.giordanopiazza.com/blog/?p=126#comment-5486</guid>
		<description>My comments didn&#039;t show the combination, it should be lowercase, but I am putting this UpperCase only to show you what worked for me in AS3:
5 Desarrollos &#xD; &#xD;2 en Cancún &#xD;3 en Playa del Carmen &#xD;más cadena Camino Real</description>
		<content:encoded><![CDATA[<p>My comments didn't show the combination, it should be lowercase, but I am putting this UpperCase only to show you what worked for me in AS3:<br />
5 Desarrollos &#xD; &#xD;2 en Cancún &#xD;3 en Playa del Carmen &#xD;más cadena Camino Real</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MGcool</title>
		<link>http://www.giordanopiazza.com/blog/flash/adding-line-breaks-in-flash-via-xml/comment-page-1/#comment-5485</link>
		<dc:creator>MGcool</dc:creator>
		<pubDate>Thu, 10 Nov 2011 15:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.giordanopiazza.com/blog/?p=126#comment-5485</guid>
		<description>In my last comment, the browser is not showing what I wrote. AS3 solution: 
XML: &quot; 5 Desarrollos &#xd; &#xd;2 en Cancún &#xd;3 en Playa del Carmen &#xd;más cadena Camino Real &quot;</description>
		<content:encoded><![CDATA[<p>In my last comment, the browser is not showing what I wrote. AS3 solution:<br />
XML: " 5 Desarrollos &#xd; &#xd;2 en Cancún &#xd;3 en Playa del Carmen &#xd;más cadena Camino Real "</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MGcool</title>
		<link>http://www.giordanopiazza.com/blog/flash/adding-line-breaks-in-flash-via-xml/comment-page-1/#comment-5484</link>
		<dc:creator>MGcool</dc:creator>
		<pubDate>Thu, 10 Nov 2011 15:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.giordanopiazza.com/blog/?p=126#comment-5484</guid>
		<description>On AS3 I Had some issues getting this to work. The final clean solution, that worked for me was adding, a &#xd; before the first break line, otherwise no break line occurred. Finally this is the line that REALLY worked for me. 
XML:
5 Desarrollos &#xd; &#xd;2 en Cancún &#xd;3 en Playa del Carmen &#xd;más cadena Camino Real

Flash showing: 
5 Desarrollos
2 en Cancún
3 en Playa del Carmen
más cadena Camino Real.

Thanks so much for posting this.</description>
		<content:encoded><![CDATA[<p>On AS3 I Had some issues getting this to work. The final clean solution, that worked for me was adding, a &#xd; before the first break line, otherwise no break line occurred. Finally this is the line that REALLY worked for me.<br />
XML:<br />
5 Desarrollos &#xd; &#xd;2 en Cancún &#xd;3 en Playa del Carmen &#xd;más cadena Camino Real</p>
<p>Flash showing:<br />
5 Desarrollos<br />
2 en Cancún<br />
3 en Playa del Carmen<br />
más cadena Camino Real.</p>
<p>Thanks so much for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin erb</title>
		<link>http://www.giordanopiazza.com/blog/flash/adding-line-breaks-in-flash-via-xml/comment-page-1/#comment-5290</link>
		<dc:creator>martin erb</dc:creator>
		<pubDate>Thu, 08 Sep 2011 19:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.giordanopiazza.com/blog/?p=126#comment-5290</guid>
		<description>no question this is the HAMMER. (flash and xml)</description>
		<content:encoded><![CDATA[<p>no question this is the HAMMER. (flash and xml)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gyo</title>
		<link>http://www.giordanopiazza.com/blog/flash/adding-line-breaks-in-flash-via-xml/comment-page-1/#comment-4680</link>
		<dc:creator>gyo</dc:creator>
		<pubDate>Fri, 08 Jul 2011 16:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.giordanopiazza.com/blog/?p=126#comment-4680</guid>
		<description>Hi Nick, thanks for adding the info here!
You&#039;re totally right, the proper way to use this is lower case, or better: &#xD;

The CSS style makes all the heading tags uppercase, I have to fix that.

Thanks again for adding up info to the conversation!</description>
		<content:encoded><![CDATA[<p>Hi Nick, thanks for adding the info here!<br />
You're totally right, the proper way to use this is lower case, or better: &#xD;</p>
<p>The CSS style makes all the heading tags uppercase, I have to fix that.</p>
<p>Thanks again for adding up info to the conversation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.giordanopiazza.com/blog/flash/adding-line-breaks-in-flash-via-xml/comment-page-1/#comment-4679</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 08 Jul 2011 15:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.giordanopiazza.com/blog/?p=126#comment-4679</guid>
		<description>It worked for me (thanks a million) but I had to use &#xd; (lowercase) instead of &#xD; 

Hope that was helpful for someone.</description>
		<content:encoded><![CDATA[<p>It worked for me (thanks a million) but I had to use &amp;#xd; (lowercase) instead of &amp;#XD; </p>
<p>Hope that was helpful for someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gyo</title>
		<link>http://www.giordanopiazza.com/blog/flash/adding-line-breaks-in-flash-via-xml/comment-page-1/#comment-3233</link>
		<dc:creator>gyo</dc:creator>
		<pubDate>Mon, 17 Jan 2011 09:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.giordanopiazza.com/blog/?p=126#comment-3233</guid>
		<description>@Scott: sometimes you don&#039;t want html text for many reasons, and CDATA only works inside the items &lt;item&gt;CDATA&lt;/item&gt;.
With this &quot;magic trick&quot; you can have line breaks inside the tags attributes too: &lt;item attr=&quot;first line &#xD; second line&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>@Scott: sometimes you don't want html text for many reasons, and CDATA only works inside the items &lt;item&gt;CDATA&lt;/item&gt;.<br />
With this "magic trick" you can have line breaks inside the tags attributes too: &lt;item attr="first line &#xD; second line" /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gyo</title>
		<link>http://www.giordanopiazza.com/blog/flash/adding-line-breaks-in-flash-via-xml/comment-page-1/#comment-3232</link>
		<dc:creator>gyo</dc:creator>
		<pubDate>Mon, 17 Jan 2011 09:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.giordanopiazza.com/blog/?p=126#comment-3232</guid>
		<description>I&#039;m happy you found this useful!</description>
		<content:encoded><![CDATA[<p>I'm happy you found this useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ezz</title>
		<link>http://www.giordanopiazza.com/blog/flash/adding-line-breaks-in-flash-via-xml/comment-page-1/#comment-3187</link>
		<dc:creator>Ezz</dc:creator>
		<pubDate>Fri, 07 Jan 2011 15:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.giordanopiazza.com/blog/?p=126#comment-3187</guid>
		<description>thanks, it works like magic</description>
		<content:encoded><![CDATA[<p>thanks, it works like magic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.giordanopiazza.com/blog/flash/adding-line-breaks-in-flash-via-xml/comment-page-1/#comment-3090</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 21 Dec 2010 21:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.giordanopiazza.com/blog/?p=126#comment-3090</guid>
		<description>I&#039;ve never had a problem with ... flash doesn&#039;t deal well with trailing backslashes, but other than that, if you make sure to set your htmlText, it should work with CDATA without a problem.  I just finished up a huge project that had &#039;s all over the xml.</description>
		<content:encoded><![CDATA[<p>I've never had a problem with ... flash doesn't deal well with trailing backslashes, but other than that, if you make sure to set your htmlText, it should work with CDATA without a problem.  I just finished up a huge project that had 's all over the xml.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

