<?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: Advanced E4X Filters in AS3</title>
	<atom:link href="http://www.zorked.com/flash/advanced-e4x-filters-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zorked.com/flash/advanced-e4x-filters-in-as3/</link>
	<description>Progressive Web Development</description>
	<lastBuildDate>Wed, 03 Mar 2010 14:50:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave Stewart</title>
		<link>http://www.zorked.com/flash/advanced-e4x-filters-in-as3/#comment-17888</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Wed, 24 Feb 2010 16:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorked.com/?p=51#comment-17888</guid>
		<description>&lt;cite&gt;What is even more interesting is that you can execute any actionscript inside an expression:&lt;/cite&gt;

Ah - I see you got that with your function example above - I missed that first time round!</description>
		<content:encoded><![CDATA[<p><cite>What is even more interesting is that you can execute any actionscript inside an expression:</cite></p>
<p>Ah - I see you got that with your function example above - I missed that first time round!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Stewart</title>
		<link>http://www.zorked.com/flash/advanced-e4x-filters-in-as3/#comment-17887</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Wed, 24 Feb 2010 16:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorked.com/?p=51#comment-17887</guid>
		<description>Thanks for the tips! I expanded on this today to use regular expressions, to match nodes containing particular attribute values, for example in my application I want to grab all items that are either a page or gallery item:

&lt;code&gt;var results:XMLList = xml.node.(attribute(&#039;type&#039;).toString().match(/\b(page&#124;gallery)\b/));&lt;/code&gt;

What is even more interesting is that you can execute any actionscript inside an expression:

&lt;code&gt;var results:XMLList = xml.node.(trace(attribute(&#039;type&#039;).toString()));&lt;/code&gt;

Thanks for the pointers :)</description>
		<content:encoded><![CDATA[<p>Thanks for the tips! I expanded on this today to use regular expressions, to match nodes containing particular attribute values, for example in my application I want to grab all items that are either a page or gallery item:</p>
<p><code>var results:XMLList = xml.node.(attribute('type').toString().match(/\b(page|gallery)\b/));</code></p>
<p>What is even more interesting is that you can execute any actionscript inside an expression:</p>
<p><code>var results:XMLList = xml.node.(trace(attribute('type').toString()));</code></p>
<p>Thanks for the pointers <img src='http://www.zorked.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: forex</title>
		<link>http://www.zorked.com/flash/advanced-e4x-filters-in-as3/#comment-17794</link>
		<dc:creator>forex</dc:creator>
		<pubDate>Tue, 16 Feb 2010 00:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorked.com/?p=51#comment-17794</guid>
		<description>i&#039;m not concorde with this</description>
		<content:encoded><![CDATA[<p>i'm not concorde with this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jordan</title>
		<link>http://www.zorked.com/flash/advanced-e4x-filters-in-as3/#comment-15312</link>
		<dc:creator>jordan</dc:creator>
		<pubDate>Thu, 30 Jul 2009 17:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorked.com/?p=51#comment-15312</guid>
		<description>You&#039;re welcome Jonah. I had planned to add more to this article, but clearly that hasn&#039;t happened yet :)</description>
		<content:encoded><![CDATA[<p>You're welcome Jonah. I had planned to add more to this article, but clearly that hasn't happened yet <img src='http://www.zorked.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonah</title>
		<link>http://www.zorked.com/flash/advanced-e4x-filters-in-as3/#comment-15311</link>
		<dc:creator>jonah</dc:creator>
		<pubDate>Thu, 30 Jul 2009 17:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorked.com/?p=51#comment-15311</guid>
		<description>cool.  i&#039;ve found that a lot of E4X tutorials stop just after the basics, and all that&#039;s left is the tome sized PDF that the ECMA people put out.  thanks for breaking down a couple more concepts:)</description>
		<content:encoded><![CDATA[<p>cool.  i've found that a lot of E4X tutorials stop just after the basics, and all that's left is the tome sized PDF that the ECMA people put out.  thanks for breaking down a couple more concepts:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jordan</title>
		<link>http://www.zorked.com/flash/advanced-e4x-filters-in-as3/#comment-205</link>
		<dc:creator>jordan</dc:creator>
		<pubDate>Sat, 27 Sep 2008 09:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorked.com/?p=51#comment-205</guid>
		<description>Hi Bruce, the theme is called Mandigo, from somebody named Tom. The credits are in the footer.</description>
		<content:encoded><![CDATA[<p>Hi Bruce, the theme is called Mandigo, from somebody named Tom. The credits are in the footer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce McIntire</title>
		<link>http://www.zorked.com/flash/advanced-e4x-filters-in-as3/#comment-203</link>
		<dc:creator>Bruce McIntire</dc:creator>
		<pubDate>Thu, 25 Sep 2008 09:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorked.com/?p=51#comment-203</guid>
		<description>Can you tell me who did your layout?  I&#039;ve been looking for one kind of like yours.  Thank you.</description>
		<content:encoded><![CDATA[<p>Can you tell me who did your layout?  I've been looking for one kind of like yours.  Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
