<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: AS3 E4X Rundown</title>
	<atom:link href="http://dispatchevent.org/roger/as3-e4x-rundown/feed/" rel="self" type="application/rss+xml" />
	<link>http://dispatchevent.org/roger/as3-e4x-rundown/</link>
	<description>Collective thoughts of the New York Flash community</description>
	<lastBuildDate>Sat, 04 Jul 2009 20:08:45 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bostown03</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-151438</link>
		<dc:creator>bostown03</dc:creator>
		<pubDate>Mon, 22 Jun 2009 13:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-151438</guid>
		<description>This article is the shiznit!</description>
		<content:encoded><![CDATA[<p>This article is the shiznit!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Borek</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-150755</link>
		<dc:creator>Borek</dc:creator>
		<pubDate>Mon, 15 Jun 2009 08:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-150755</guid>
		<description>Excellent article, maybe you could just add that the curly braces syntax will work only if the double quotes are missing, i.e. this will work:



while this will not:

</description>
		<content:encoded><![CDATA[<p>Excellent article, maybe you could just add that the curly braces syntax will work only if the double quotes are missing, i.e. this will work:</p>
<p>while this will not:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-145084</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 16 Apr 2009 20:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-145084</guid>
		<description>Is there a way to use a wildcard filter with a string to filter a title by a single word.  So for example, I want to display only the titles that have the word &quot;Flash&quot; in them.  

I created a video player that feeds off the RSS of my blip.tv channel.  I can get all the titles and videos but I want to create a custom video player that will only show the videos that have the word &quot;flash&quot; in the title.</description>
		<content:encoded><![CDATA[<p>Is there a way to use a wildcard filter with a string to filter a title by a single word.  So for example, I want to display only the titles that have the word &#8220;Flash&#8221; in them.  </p>
<p>I created a video player that feeds off the RSS of my blip.tv channel.  I can get all the titles and videos but I want to create a custom video player that will only show the videos that have the word &#8220;flash&#8221; in the title.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-142579</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Sun, 22 Mar 2009 06:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-142579</guid>
		<description>This line::

&quot;The variable is already associated with the root node so there?s no need to write  into the expression. &quot;

just put an end to my 2 hour headache while dealing with converting old AS2 xml into my current Flex 3 Cairngorm project.

Thank you, thank you, thank you. :- )   

--- Now.   I iz a pimp.</description>
		<content:encoded><![CDATA[<p>This line::</p>
<p>&#8220;The variable is already associated with the root node so there?s no need to write  into the expression. &#8221;</p>
<p>just put an end to my 2 hour headache while dealing with converting old AS2 xml into my current Flex 3 Cairngorm project.</p>
<p>Thank you, thank you, thank you. :- )   </p>
<p>&#8212; Now.   I iz a pimp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawny</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-142341</link>
		<dc:creator>Shawny</dc:creator>
		<pubDate>Thu, 19 Mar 2009 00:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-142341</guid>
		<description>Great post.  So I got this idea last night to use an e4x expression as the source of a chart and advanceddatagrid dataProvider.  I&#039;ve found that mostly all of the &quot;examples&quot; online and in all the books only look at one or(at most) two nesting levels inside of an xml document.  Unfortunately, my needs go beyond showing the number of apples or names of people in a contact list.  So here&#039;s some background:

I have xml that is segregated in different levels, with the first level being a generic role and the second level being one of a type.  There can be many different roles and many number of types under each role.  Within each type is a list of datapoints that correspond to the specific role and type.

So last night I was playing around and was able to get my adg to treat an e4x expression as the source by passing comparison values to the attributes which in turn only loaded the data items of interest.  My e4x expression was sorta like this:



I got this to work a couple of times but the dataProvider was not being modified once the values of the typeValue and roleValue changed.  So, like an idiot, I started hacking around trying to treat my e4x expression as a solid data provider and it has since stopped working altogether.  If Im really nice, and standing in just the right point of the room, I can get the dataProvider to load initially but ONLY for a single attribute comparison ie myColl..role.(@id==someRoleValue) but not for another level into the structure.

Any words of wisdom would be GREAT at this point.  I want to use the XML (or XMLListCollection if need be) as a dataProvider for my charts and datagrid, but since I want to filter the values based upon parent nodes (and be able to filter my data dynamically).  I&#039;ve made this work with arrayCollections but I dont want to have to redo my webservices to provide me with flat data just to get this to work.  I would think this is the VERY reason for e4x...besides acting as xml processing shorthand :D</description>
		<content:encoded><![CDATA[<p>Great post.  So I got this idea last night to use an e4x expression as the source of a chart and advanceddatagrid dataProvider.  I&#8217;ve found that mostly all of the &#8220;examples&#8221; online and in all the books only look at one or(at most) two nesting levels inside of an xml document.  Unfortunately, my needs go beyond showing the number of apples or names of people in a contact list.  So here&#8217;s some background:</p>
<p>I have xml that is segregated in different levels, with the first level being a generic role and the second level being one of a type.  There can be many different roles and many number of types under each role.  Within each type is a list of datapoints that correspond to the specific role and type.</p>
<p>So last night I was playing around and was able to get my adg to treat an e4x expression as the source by passing comparison values to the attributes which in turn only loaded the data items of interest.  My e4x expression was sorta like this:</p>
<p>I got this to work a couple of times but the dataProvider was not being modified once the values of the typeValue and roleValue changed.  So, like an idiot, I started hacking around trying to treat my e4x expression as a solid data provider and it has since stopped working altogether.  If Im really nice, and standing in just the right point of the room, I can get the dataProvider to load initially but ONLY for a single attribute comparison ie myColl..role.(@id==someRoleValue) but not for another level into the structure.</p>
<p>Any words of wisdom would be GREAT at this point.  I want to use the XML (or XMLListCollection if need be) as a dataProvider for my charts and datagrid, but since I want to filter the values based upon parent nodes (and be able to filter my data dynamically).  I&#8217;ve made this work with arrayCollections but I dont want to have to redo my webservices to provide me with flat data just to get this to work.  I would think this is the VERY reason for e4x&#8230;besides acting as xml processing shorthand :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcela E.</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-142314</link>
		<dc:creator>Marcela E.</dc:creator>
		<pubDate>Wed, 18 Mar 2009 18:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-142314</guid>
		<description>Brendan,
I too was looking for a way to sum numeric data and was able to figure this out by looking at a few other e4x examples:

var sum:Number = 0;
xml.person.age.(sum += Number(valueOf()));
trace(&quot;Sum of ages:&quot;, sum);

Hope this comment finds you before you drive yourself crazy (or resort to a for...loop).</description>
		<content:encoded><![CDATA[<p>Brendan,<br />
I too was looking for a way to sum numeric data and was able to figure this out by looking at a few other e4x examples:</p>
<p>var sum:Number = 0;<br />
xml.person.age.(sum += Number(valueOf()));<br />
trace(&#8221;Sum of ages:&#8221;, sum);</p>
<p>Hope this comment finds you before you drive yourself crazy (or resort to a for&#8230;loop).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan D.</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-141798</link>
		<dc:creator>Brendan D.</dc:creator>
		<pubDate>Fri, 13 Mar 2009 19:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-141798</guid>
		<description>I&#039;m looking for a way to sum the numeric data in like nodes.  Using your XML in the example, I want to create an XMLList for the Age nodes using thePeople..age and then add the two results together.  ie: 27+26=53</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking for a way to sum the numeric data in like nodes.  Using your XML in the example, I want to create an XMLList for the Age nodes using thePeople..age and then add the two results together.  ie: 27+26=53</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adobe Actionscript 3.0 E4X &#124;</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-139048</link>
		<dc:creator>Adobe Actionscript 3.0 E4X &#124;</dc:creator>
		<pubDate>Thu, 19 Feb 2009 17:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-139048</guid>
		<description>[...] not really taken that big step to form the way as2 talkes to XML to E4X. I started my reserch on dispatchevent.org then I viewed the E4X video from Mark Birat the Adobe MAX sessions and it helped put my research [...]</description>
		<content:encoded><![CDATA[<p>[...] not really taken that big step to form the way as2 talkes to XML to E4X. I started my reserch on dispatchevent.org then I viewed the E4X video from Mark Birat the Adobe MAX sessions and it helped put my research [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simplychaos</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-137457</link>
		<dc:creator>simplychaos</dc:creator>
		<pubDate>Mon, 09 Feb 2009 23:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-137457</guid>
		<description>There actually is a nextSibling, parent, etc... but it&#039;s on the XMLNode object. This make sense, because XMLList seems to be just a way to break XML into smaller chunks for processing, so they&#039;re isolated objects. Each XMLNode however, has: parentNode, nextSibling, previousSibling, firstChild, lastChild, childNodes, and attributes.

Good post, but needs some proof-reading for technical accuracy. I think you understand how it all works, but the written explanations aren&#039;t always consistent.</description>
		<content:encoded><![CDATA[<p>There actually is a nextSibling, parent, etc&#8230; but it&#8217;s on the XMLNode object. This make sense, because XMLList seems to be just a way to break XML into smaller chunks for processing, so they&#8217;re isolated objects. Each XMLNode however, has: parentNode, nextSibling, previousSibling, firstChild, lastChild, childNodes, and attributes.</p>
<p>Good post, but needs some proof-reading for technical accuracy. I think you understand how it all works, but the written explanations aren&#8217;t always consistent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Hancock</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-136615</link>
		<dc:creator>Brian Hancock</dc:creator>
		<pubDate>Mon, 02 Feb 2009 06:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-136615</guid>
		<description>Thanks for the article. 
I am a little confused about the return type when filtering using either the square brackets indexed array notation or the the parenthetical predicates. For example
if I use 
var obj:Object = thePeople.person.age[0] ;
I can see in the debugger that obj is typed as an XMLList with one XML element, and if I check the toXMLString() method on that XML node it displays &quot;27&quot;
But if I use 
var obj:Object = thePeople.person.age[0].text() ;
it similarly returns an XMLList with one XML element but the toXMLString now just shows &quot;27&quot;
Although the value is what I expect, I do not see how the value &quot;27&quot; can be considered an XML document or node as it does not have a root element.
This led me to try
var x:XML = XML(29) ;
and it was quite happy about this. 
It seems AS3&#039;s definition of an XML document is a little more inclusive than I expected

Brian</description>
		<content:encoded><![CDATA[<p>Thanks for the article.<br />
I am a little confused about the return type when filtering using either the square brackets indexed array notation or the the parenthetical predicates. For example<br />
if I use<br />
var obj:Object = thePeople.person.age[0] ;<br />
I can see in the debugger that obj is typed as an XMLList with one XML element, and if I check the toXMLString() method on that XML node it displays &#8220;27&#8243;<br />
But if I use<br />
var obj:Object = thePeople.person.age[0].text() ;<br />
it similarly returns an XMLList with one XML element but the toXMLString now just shows &#8220;27&#8243;<br />
Although the value is what I expect, I do not see how the value &#8220;27&#8243; can be considered an XML document or node as it does not have a root element.<br />
This led me to try<br />
var x:XML = XML(29) ;<br />
and it was quite happy about this.<br />
It seems AS3&#8217;s definition of an XML document is a little more inclusive than I expected</p>
<p>Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catherine Tuttle</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-134145</link>
		<dc:creator>Catherine Tuttle</dc:creator>
		<pubDate>Wed, 31 Dec 2008 16:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-134145</guid>
		<description>Thank you for this article. It is the best I&#039;ve seen. I&#039;ll be back with questions.</description>
		<content:encoded><![CDATA[<p>Thank you for this article. It is the best I&#8217;ve seen. I&#8217;ll be back with questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TG</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-132166</link>
		<dc:creator>TG</dc:creator>
		<pubDate>Sun, 07 Dec 2008 21:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-132166</guid>
		<description>Great article, thank you!

however, I still can?t understand how to use e4x to filter out dates.
I have the following XML

&lt;tour&gt;
	&lt;show date=&quot;28 December&quot; city=&quot;Buenos Aires&quot; country=&quot;Argentina&quot; venue=&quot;Teatro Flores&quot; status=&quot;SOLD OUT&quot;/&gt;
	&lt;show date=&quot;26 December&quot; city=&quot;Curitiba&quot; country=&quot;Brazil&quot; venue=&quot;Hellooch&quot; status=&quot;SOLD OUT&quot;/&gt;
	&lt;show date=&quot;27 December&quot; city=&quot;Sao Paulo&quot; country=&quot;Brazil&quot; venue=&quot;AVR Festival&quot; status=&quot;SOLD OUT&quot;/&gt;
	&lt;show date=&quot;23 December&quot; city=&quot;Valparaiso&quot; country=&quot;Chile&quot; venue=&quot;El Huevo&quot; status=&quot;SOLD OUT&quot;/&gt;
	&lt;show date=&quot;22 December&quot; city=&quot;Santiago&quot; country=&quot;Chile&quot; venue=&quot;Novedades&quot; status=&quot;SOLD OUT&quot;/&gt;
	&lt;show date=&quot;21 December&quot; city=&quot;Concepcion&quot; country=&quot;Chile&quot; venue=&quot;Sala 2&quot; status=&quot;http://www.ticketmaster.com/&quot;/&gt;
	&lt;show date=&quot;21 December&quot; city=&quot;Monterrey&quot; country=&quot;Mexico&quot; venue=&quot;Ibex&quot; status=&quot;SOLD OUT&quot;/&gt;
	&lt;show date=&quot;20 December&quot; city=&quot;Mexico City&quot; country=&quot;Mexico&quot; venue=&quot;Hard Rock Live&quot; status=&quot;SOLD OUT&quot;/&gt;
	&lt;show date=&quot;17 December&quot; city=&quot;Haskovo&quot; country=&quot;Bulgaria&quot; venue=&quot;KDK&quot; status=&quot;SOLD OUT&quot;/&gt;
	&lt;show date=&quot;16 December&quot; city=&quot;Trinidad&quot; country=&quot;Trinidad &amp; Tobago&quot; venue=&quot;Hellooch&quot; status=&quot;SOLD OUT&quot;/&gt;
	&lt;show date=&quot;12 December&quot; city=&quot;Sao Paulo&quot; country=&quot;Brazil&quot; venue=&quot;AVR Festival&quot; status=&quot;SOLD OUT&quot;/&gt;
	&lt;show date=&quot;11 December&quot; city=&quot;Valparaiso&quot; country=&quot;Chile&quot; venue=&quot;El Huevo&quot; status=&quot;SOLD OUT&quot;/&gt;
	&lt;show date=&quot;06 December&quot; city=&quot;Santiago&quot; country=&quot;Chile&quot; venue=&quot;Novedades&quot; status=&quot;SOLD OUT&quot;/&gt;
	&lt;show date=&quot;05 December&quot; city=&quot;Concepcion&quot; country=&quot;Chile&quot; venue=&quot;Sala 2&quot; status=&quot;SOLD OUT&quot;/&gt;
	&lt;show date=&quot;04 December&quot; city=&quot;Monterrey&quot; country=&quot;Mexico&quot; venue=&quot;Ibex&quot; status=&quot;SOLD OUT&quot;/&gt;
	&lt;show date=&quot;03 December&quot; city=&quot;Mexico City&quot; country=&quot;Mexico&quot; venue=&quot;Hard Rock Live&quot; status=&quot;SOLD OUT&quot;/&gt;
&lt;/tour&gt;

then I?m trying to put the upcoming dates in one DataGrid and the past in another, but it doesn?t seems to compare properly the date field.

&lt;mx:Script&gt;
&lt;![CDATA[
	public var today:Date = new Date();
]]&gt;
&lt;/mx:Script&gt;

&lt;mx:DataGrid dataProvider=&quot;{xmlProvider.show.(@date &gt; today)}&quot;/&gt;

any ideas?</description>
		<content:encoded><![CDATA[<p>Great article, thank you!</p>
<p>however, I still can?t understand how to use e4x to filter out dates.<br />
I have the following XML</p>
<p>&lt;tour&gt;<br />
	&lt;show date=&quot;28 December&quot; city=&quot;Buenos Aires&quot; country=&quot;Argentina&quot; venue=&quot;Teatro Flores&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
	&lt;show date=&quot;26 December&quot; city=&quot;Curitiba&quot; country=&quot;Brazil&quot; venue=&quot;Hellooch&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
	&lt;show date=&quot;27 December&quot; city=&quot;Sao Paulo&quot; country=&quot;Brazil&quot; venue=&quot;AVR Festival&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
	&lt;show date=&quot;23 December&quot; city=&quot;Valparaiso&quot; country=&quot;Chile&quot; venue=&quot;El Huevo&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
	&lt;show date=&quot;22 December&quot; city=&quot;Santiago&quot; country=&quot;Chile&quot; venue=&quot;Novedades&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
	&lt;show date=&quot;21 December&quot; city=&quot;Concepcion&quot; country=&quot;Chile&quot; venue=&quot;Sala 2&quot; status=&quot;http://www.ticketmaster.com/&quot;/&gt;<br />
	&lt;show date=&quot;21 December&quot; city=&quot;Monterrey&quot; country=&quot;Mexico&quot; venue=&quot;Ibex&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
	&lt;show date=&quot;20 December&quot; city=&quot;Mexico City&quot; country=&quot;Mexico&quot; venue=&quot;Hard Rock Live&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
	&lt;show date=&quot;17 December&quot; city=&quot;Haskovo&quot; country=&quot;Bulgaria&quot; venue=&quot;KDK&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
	&lt;show date=&quot;16 December&quot; city=&quot;Trinidad&quot; country=&quot;Trinidad &amp; Tobago&quot; venue=&quot;Hellooch&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
	&lt;show date=&quot;12 December&quot; city=&quot;Sao Paulo&quot; country=&quot;Brazil&quot; venue=&quot;AVR Festival&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
	&lt;show date=&quot;11 December&quot; city=&quot;Valparaiso&quot; country=&quot;Chile&quot; venue=&quot;El Huevo&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
	&lt;show date=&quot;06 December&quot; city=&quot;Santiago&quot; country=&quot;Chile&quot; venue=&quot;Novedades&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
	&lt;show date=&quot;05 December&quot; city=&quot;Concepcion&quot; country=&quot;Chile&quot; venue=&quot;Sala 2&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
	&lt;show date=&quot;04 December&quot; city=&quot;Monterrey&quot; country=&quot;Mexico&quot; venue=&quot;Ibex&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
	&lt;show date=&quot;03 December&quot; city=&quot;Mexico City&quot; country=&quot;Mexico&quot; venue=&quot;Hard Rock Live&quot; status=&quot;SOLD OUT&quot;/&gt;<br />
&lt;/tour&gt;</p>
<p>then I?m trying to put the upcoming dates in one DataGrid and the past in another, but it doesn?t seems to compare properly the date field.</p>
<p>&lt;mx:Script&gt;<br />
&lt;![CDATA[<br />
	public var today:Date = new Date();<br />
]]&gt;<br />
&lt;/mx:Script&gt;</p>
<p>&lt;mx:DataGrid dataProvider=&quot;{xmlProvider.show.(@date &gt; today)}&quot;/&gt;</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monokai &#187; Blog Archive &#187; Flash SEO: graceful degradation to add meaning and structure</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-128953</link>
		<dc:creator>Monokai &#187; Blog Archive &#187; Flash SEO: graceful degradation to add meaning and structure</dc:creator>
		<pubDate>Mon, 20 Oct 2008 08:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-128953</guid>
		<description>[...] Actionscript 3 E4X rundown Using E4X with XHTML? Watch your namespaces! [...]</description>
		<content:encoded><![CDATA[<p>[...] Actionscript 3 E4X rundown Using E4X with XHTML? Watch your namespaces! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renato</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-128052</link>
		<dc:creator>Renato</dc:creator>
		<pubDate>Fri, 10 Oct 2008 01:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-128052</guid>
		<description>I am new to Flex and e4x and have been struggling for weeks to find the right way to filter my xml based on two variables, that are set by two comboBox.
One comboBox defines the language the user wants to read the info. The other defines the product it wants information. 

var selectedProduct (used to filter the attribute)
var languageSelected (used to filter the child node, based on the selection of the attribute)

Follows an example of the structure I am playing with:


  0
  Tennis ball
  Our products are etc,etc etc...
  Nossos produtos sao etc, etc, etc



  1
  Jogging shoes
  Our products are etc,etc etc...
  Nossos produtos sao etc, etc, etc


So for example,  if the user selects the prodX1 and the language is PT (portuguese) I should read &quot;Nossos produtos sao etc, etc, etc&quot;.

Any ideas how to solve it? Thanks in advance....</description>
		<content:encoded><![CDATA[<p>I am new to Flex and e4x and have been struggling for weeks to find the right way to filter my xml based on two variables, that are set by two comboBox.<br />
One comboBox defines the language the user wants to read the info. The other defines the product it wants information. </p>
<p>var selectedProduct (used to filter the attribute)<br />
var languageSelected (used to filter the child node, based on the selection of the attribute)</p>
<p>Follows an example of the structure I am playing with:</p>
<p>  0<br />
  Tennis ball<br />
  Our products are etc,etc etc&#8230;<br />
  Nossos produtos sao etc, etc, etc</p>
<p>  1<br />
  Jogging shoes<br />
  Our products are etc,etc etc&#8230;<br />
  Nossos produtos sao etc, etc, etc</p>
<p>So for example,  if the user selects the prodX1 and the language is PT (portuguese) I should read &#8220;Nossos produtos sao etc, etc, etc&#8221;.</p>
<p>Any ideas how to solve it? Thanks in advance&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iGman</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-2/#comment-127410</link>
		<dc:creator>iGman</dc:creator>
		<pubDate>Tue, 30 Sep 2008 09:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-127410</guid>
		<description>thePeople.length() // 1</description>
		<content:encoded><![CDATA[<p>thePeople.length() // 1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
