<?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: E4X &amp; XMLList fails when defined in a switch statement.</title>
	<atom:link href="http://blowingthroughlines.com/2007/11/17/bugs/e4x-xmllist-fails-when-defined-in-a-switch-statement/feed/" rel="self" type="application/rss+xml" />
	<link>http://blowingthroughlines.com/2007/11/17/bugs/e4x-xmllist-fails-when-defined-in-a-switch-statement/</link>
	<description>Highly addictive code.</description>
	<lastBuildDate>Sun, 22 Apr 2012 18:42:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Filip Hoeven</title>
		<link>http://blowingthroughlines.com/2007/11/17/bugs/e4x-xmllist-fails-when-defined-in-a-switch-statement/comment-page-1/#comment-13739</link>
		<dc:creator>Filip Hoeven</dc:creator>
		<pubDate>Sat, 16 Jul 2011 17:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://blowingthroughlines.com/flash-as3/nilloc/e4x-xmllist-fails-when-defined-in-a-switch-statement/#comment-13739</guid>
		<description>Searched for hours why the code didn&#039;t work as expected.
Looked on the net for answers. After several days and different searches found this site.

Can&#039;t understand why such a bug is this old and still not fixed!

switch (menuItemType)
{
  case ...:
    // This doesn&#039;t work (returns null, no exception thrown)
    var result:XMLList = myXMLList.(@myAttrib == ...);
    // This works.
    var result:XMLList;
    result = myXMLList.(@myAttrib == ...);</description>
		<content:encoded><![CDATA[<p>Searched for hours why the code didn&#8217;t work as expected.<br />
Looked on the net for answers. After several days and different searches found this site.</p>
<p>Can&#8217;t understand why such a bug is this old and still not fixed!</p>
<p>switch (menuItemType)<br />
{<br />
  case &#8230;:<br />
    // This doesn&#8217;t work (returns null, no exception thrown)<br />
    var result:XMLList = myXMLList.(@myAttrib == &#8230;);<br />
    // This works.<br />
    var result:XMLList;<br />
    result = myXMLList.(@myAttrib == &#8230;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://blowingthroughlines.com/2007/11/17/bugs/e4x-xmllist-fails-when-defined-in-a-switch-statement/comment-page-1/#comment-62</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 06 May 2008 14:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://blowingthroughlines.com/flash-as3/nilloc/e4x-xmllist-fails-when-defined-in-a-switch-statement/#comment-62</guid>
		<description>Thanks!! I&#039;ve been trying to work out what was going wrong for well over an hour... Thanks to your site and Google I have solved the problem! The whole programming team here thanks you! :)</description>
		<content:encoded><![CDATA[<p>Thanks!! I&#8217;ve been trying to work out what was going wrong for well over an hour&#8230; Thanks to your site and Google I have solved the problem! The whole programming team here thanks you! <img src='http://blowingthroughlines.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nilloc</title>
		<link>http://blowingthroughlines.com/2007/11/17/bugs/e4x-xmllist-fails-when-defined-in-a-switch-statement/comment-page-1/#comment-61</link>
		<dc:creator>nilloc</dc:creator>
		<pubDate>Mon, 17 Dec 2007 22:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://blowingthroughlines.com/flash-as3/nilloc/e4x-xmllist-fails-when-defined-in-a-switch-statement/#comment-61</guid>
		<description>Yeah i got a reply, from Adobe a couple of days ago, it looks like they discovered it around the same time I did:&lt;br/&gt;http://bugs.adobe.com/jira/browse/ASC-2901</description>
		<content:encoded><![CDATA[<p>Yeah i got a reply, from Adobe a couple of days ago, it looks like they discovered it around the same time I did:<br /><a href="http://bugs.adobe.com/jira/browse/ASC-2901" rel="nofollow">http://bugs.adobe.com/jira/browse/ASC-2901</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://blowingthroughlines.com/2007/11/17/bugs/e4x-xmllist-fails-when-defined-in-a-switch-statement/comment-page-1/#comment-60</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Mon, 17 Dec 2007 16:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://blowingthroughlines.com/flash-as3/nilloc/e4x-xmllist-fails-when-defined-in-a-switch-statement/#comment-60</guid>
		<description>Yeah, I ran into this exact same problem. It will work fine inside the switch unless you do a filter predicate. I&#039;m assuming it&#039;s a problem with scoping that query. I find it surprising that this wasn&#039;t caught. You&#039;ve filed a bug report then?</description>
		<content:encoded><![CDATA[<p>Yeah, I ran into this exact same problem. It will work fine inside the switch unless you do a filter predicate. I&#8217;m assuming it&#8217;s a problem with scoping that query. I find it surprising that this wasn&#8217;t caught. You&#8217;ve filed a bug report then?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

