<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>lukesh &#187; bug</title>
	<atom:link href="http://lukesh.com/blog/tag/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukesh.com/blog</link>
	<description>interactive</description>
	<lastBuildDate>Mon, 17 May 2010 21:52:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Funny little bug in Flash E4X</title>
		<link>http://lukesh.com/blog/2008/05/funny-little-bug-in-flash-e4x/</link>
		<comments>http://lukesh.com/blog/2008/05/funny-little-bug-in-flash-e4x/#comments</comments>
		<pubDate>Fri, 30 May 2008 17:44:11 +0000</pubDate>
		<dc:creator>lukesh</dc:creator>
				<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[e4x]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://lukesh.wordpress.com/?p=30</guid>
		<description><![CDATA[This works (outputs ID&#8217;s): new Array(); var attributes:XMLList = _data.Attributes..AttributeDescriptor; for each(var attribute:XML in attributes) { trace(attribute.@ID); } This doesn&#8217;t (outputs nulls): var attributes:XMLList = _data.Attributes..AttributeDescriptor; for each(var attribute:XML in attributes) { trace(attribute.@ID); } Any questions? Update: Kudos to Larry (developmentastic.com) for beating his head against this brick wall on the Winestore project.]]></description>
			<content:encoded><![CDATA[<p>This works (outputs ID&#8217;s):</p>
<pre>
new Array();
var attributes:XMLList = _data.Attributes..AttributeDescriptor;
for each(var attribute:XML in attributes)
{
	trace(attribute.@ID);
}
</pre>
<p>This doesn&#8217;t (outputs nulls):</p>
<pre>
var attributes:XMLList = _data.Attributes..AttributeDescriptor;
for each(var attribute:XML in attributes)
{
	trace(attribute.@ID);
}
</pre>
<p>Any questions?</p>
<p>Update: Kudos to Larry (<a href="http://developmentastic.com/">developmentastic.com</a>) for beating his head against this brick wall on the Winestore project.</p>
]]></content:encoded>
			<wfw:commentRss>http://lukesh.com/blog/2008/05/funny-little-bug-in-flash-e4x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
