<?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>Komentáre k Problem with XML attributes in AS3.0</title>
	<atom:link href="http://franto.com/problem-with-xml-attributes-in-as3-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://franto.com/problem-with-xml-attributes-in-as3-0/</link>
	<description></description>
	<lastBuildDate>Wed, 17 Aug 2011 07:37:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Od: shean</title>
		<link>http://franto.com/problem-with-xml-attributes-in-as3-0/comment-page-1/#comment-14057</link>
		<dc:creator>shean</dc:creator>
		<pubDate>Thu, 12 Nov 2009 21:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://franto.com/?p=977#comment-14057</guid>
		<description>ummm... could also be because the html is wack too:
&lt;pre&gt;&lt;div&gt;test&amp;lt/div&amp;gt&lt;/pre&gt; looks a lot better than &lt;pre&gt;&lt;div&gt;test&lt;/test&gt;&lt;/pre&gt; dont you think ?</description>
		<content:encoded><![CDATA[<p>ummm&#8230; could also be because the html is wack too:</p>
<pre>&lt;div&gt;test&amp;lt/div&amp;gt</pre>
<p> looks a lot better than
<pre>&lt;div&gt;test&lt;/test&gt;</pre>
<p> dont you think ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: chepas</title>
		<link>http://franto.com/problem-with-xml-attributes-in-as3-0/comment-page-1/#comment-14056</link>
		<dc:creator>chepas</dc:creator>
		<pubDate>Thu, 12 Nov 2009 20:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://franto.com/?p=977#comment-14056</guid>
		<description>umm..
dont you think that the simple fact that your html is screwed up,
test looks nicer than test, dont you think ?</description>
		<content:encoded><![CDATA[<p>umm..<br />
dont you think that the simple fact that your html is screwed up,<br />
test looks nicer than test, dont you think ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: patrick</title>
		<link>http://franto.com/problem-with-xml-attributes-in-as3-0/comment-page-1/#comment-4259</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Wed, 19 Aug 2009 18:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://franto.com/?p=977#comment-4259</guid>
		<description>I think the problem with closed tags like &lt;strong/&gt; instead of &lt;strong&gt;&lt;/strong&gt; is that xml doesn&#039;t support that so trying to do &lt;strong&gt; in xml just breaks it. I think the solution would be to find the source of the XML class, and edit to support the full HTML spec.</description>
		<content:encoded><![CDATA[<p>I think the problem with closed tags like &lt;strong/&gt; instead of &lt;strong&gt;&lt;/strong&gt; is that xml doesn&#8217;t support that so trying to do <strong> in xml just breaks it. I think the solution would be to find the source of the XML class, and edit to support the full HTML spec.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: admin</title>
		<link>http://franto.com/problem-with-xml-attributes-in-as3-0/comment-page-1/#comment-4157</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 18 Aug 2009 19:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://franto.com/?p=977#comment-4157</guid>
		<description>Btw. Empty tag is another issue I&#039;m experiencing when generating HTML from XML in AS3.0. I will create new post about this, but in short term. If you have empty div and it is written in way &lt;code&gt;&lt;div/&gt;&lt;/code&gt; it has screwed up all HTML formating (not just DIV, other tags as well, at least I have tried &lt;STRONG/&gt; as well &lt;strong/&gt;), but when it&#039;s written as &lt;div&gt;&lt;/div&gt; it&#039;s just ok. 

You can see example in this comment, all after &lt;STRONG/&gt; is bolded, which is really awkward...

</description>
		<content:encoded><![CDATA[<p>Btw. Empty tag is another issue I&#8217;m experiencing when generating HTML from XML in AS3.0. I will create new post about this, but in short term. If you have empty div and it is written in way <code>
<div /></code> it has screwed up all HTML formating (not just DIV, other tags as well, at least I have tried &lt;STRONG/&gt; as well <strong />), but when it&#8217;s written as &lt;div&gt;&lt;/div&gt; it&#8217;s just ok. </p>
<p>You can see example in this comment, all after &lt;STRONG/&gt; is bolded, which is really awkward&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: patrick</title>
		<link>http://franto.com/problem-with-xml-attributes-in-as3-0/comment-page-1/#comment-4151</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Tue, 18 Aug 2009 17:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://franto.com/?p=977#comment-4151</guid>
		<description>Oh, sorry, my preffered way is the second using the array/string notation</description>
		<content:encoded><![CDATA[<p>Oh, sorry, my preffered way is the second using the array/string notation</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: patrick</title>
		<link>http://franto.com/problem-with-xml-attributes-in-as3-0/comment-page-1/#comment-4150</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Tue, 18 Aug 2009 17:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://franto.com/?p=977#comment-4150</guid>
		<description>surely, this would break in XML also for example
&lt;xtag class=&quot;blergh&quot;&gt;
&lt;/xtag&gt;
not just HTML?
because they are both the same. sorry, its just I got the picture from your post that this only breaks in HTML and Flex not XML and Flex.</description>
		<content:encoded><![CDATA[<p>surely, this would break in XML also for example<br />
&lt;xtag class=&#8221;blergh&#8221;&gt;<br />
&lt;/xtag&gt;<br />
not just HTML?<br />
because they are both the same. sorry, its just I got the picture from your post that this only breaks in HTML and Flex not XML and Flex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: Alex Bustin</title>
		<link>http://franto.com/problem-with-xml-attributes-in-as3-0/comment-page-1/#comment-4143</link>
		<dc:creator>Alex Bustin</dc:creator>
		<pubDate>Tue, 18 Aug 2009 16:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://franto.com/?p=977#comment-4143</guid>
		<description>I like setting attributes inline.  If the XML block to to be made into a child, I&#039;ll use appendChild on the parent XML.


var className:String = &quot;myClass&quot;;
var divXML:XML = &lt;div class={className}&gt;test&lt;/div&gt;;</description>
		<content:encoded><![CDATA[<p>I like setting attributes inline.  If the XML block to to be made into a child, I&#8217;ll use appendChild on the parent XML.</p>
<p>var className:String = &#8220;myClass&#8221;;<br />
var divXML:XML = &lt;div class={className}&gt;test&lt;/div&gt;;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

