<?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: 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 on the Flash Platform, iOS, Unity, and any other technology we use.</description>
	<lastBuildDate>Tue, 24 Jan 2012 12:18:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Philip</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-177642</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Mon, 14 Nov 2011 19:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-177642</guid>
		<description>over a year later... back again ;)</description>
		<content:encoded><![CDATA[<p>over a year later&#8230; back again ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mims H Wright</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-177547</link>
		<dc:creator>Mims H Wright</dc:creator>
		<pubDate>Sun, 11 Sep 2011 06:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-177547</guid>
		<description>Thanks Raf! That&#039;s awesome!</description>
		<content:encoded><![CDATA[<p>Thanks Raf! That&#8217;s awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raf</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-177464</link>
		<dc:creator>Raf</dc:creator>
		<pubDate>Mon, 18 Jul 2011 16:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-177464</guid>
		<description>Just wanted to let you know that whenever I have to load XML in AS3 I look for this exact page, since I never bother to remember how to do it. Your page has been my crutch for YEARS.</description>
		<content:encoded><![CDATA[<p>Just wanted to let you know that whenever I have to load XML in AS3 I look for this exact page, since I never bother to remember how to do it. Your page has been my crutch for YEARS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uasy</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-177331</link>
		<dc:creator>uasy</dc:creator>
		<pubDate>Fri, 18 Mar 2011 09:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-177331</guid>
		<description>&lt;code&gt;
case &quot;status1&quot;:
//Ð—Ð´ÐµÑÑŒ Ñ‡ÑƒÐ´ÐµÑÐ° --fairy tail
  var t31:Object = appModel.roomsStates.ROOM.(@NRN==item.@NRN); //null
  var t32:Object = appModel.roomsStates.ROOM.(@NRN==item.@NRN); //XMLList
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code><br />
case "status1":<br />
//Ð—Ð´ÐµÑÑŒ Ñ‡ÑƒÐ´ÐµÑÐ° --fairy tail<br />
  var t31:Object = appModel.roomsStates.ROOM.(@NRN==item.@NRN); //null<br />
  var t32:Object = appModel.roomsStates.ROOM.(@NRN==item.@NRN); //XMLList<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome R Westrick</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-177245</link>
		<dc:creator>Jerome R Westrick</dc:creator>
		<pubDate>Fri, 19 Nov 2010 06:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-177245</guid>
		<description>The example: thePeople.person[1].age = 80; //sets my age to 80
only seems to udate the age tag, in actuality it create a new age node.

Creating a new node has several side effects that the users should be warned of:
1) any attributes of the age tag are lost.
2) any sub elements of the age tag are lost.
3) any references you have to the age tag still point to the old tag.

This can get real nasty, and I&#039;ve found no work around...</description>
		<content:encoded><![CDATA[<p>The example: thePeople.person[1].age = 80; //sets my age to 80<br />
only seems to udate the age tag, in actuality it create a new age node.</p>
<p>Creating a new node has several side effects that the users should be warned of:<br />
1) any attributes of the age tag are lost.<br />
2) any sub elements of the age tag are lost.<br />
3) any references you have to the age tag still point to the old tag.</p>
<p>This can get real nasty, and I&#8217;ve found no work around&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveB</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-177227</link>
		<dc:creator>steveB</dc:creator>
		<pubDate>Wed, 20 Oct 2010 12:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-177227</guid>
		<description>Sorry all tags stripped out of last comment- making it nonsense!

How can I change the value of a node, which may either be a text node or contain other nodes?
Typical structure- using curlies instead of angled
(rootnode) (date) today (/date) (/rootnode)
or might be:
(rootnode) (date)(anotherNode att=&#039;keep me&#039; /) today (/date) (/rootnode)

I can write a new value to rootnode.date = â€˜tomorrowâ€™ but this also destroys
If I try rootNode.date.text()=â€™tomorrowâ€™ I get an error.

I am resorting to searching for the contents of rootNode.date.text() and doing a strong replace, but it is possible that the value may also be elsewhere. Ther must be a better way?</description>
		<content:encoded><![CDATA[<p>Sorry all tags stripped out of last comment- making it nonsense!</p>
<p>How can I change the value of a node, which may either be a text node or contain other nodes?<br />
Typical structure- using curlies instead of angled<br />
(rootnode) (date) today (/date) (/rootnode)<br />
or might be:<br />
(rootnode) (date)(anotherNode att=&#8217;keep me&#8217; /) today (/date) (/rootnode)</p>
<p>I can write a new value to rootnode.date = â€˜tomorrowâ€™ but this also destroys<br />
If I try rootNode.date.text()=â€™tomorrowâ€™ I get an error.</p>
<p>I am resorting to searching for the contents of rootNode.date.text() and doing a strong replace, but it is possible that the value may also be elsewhere. Ther must be a better way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveB</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-177226</link>
		<dc:creator>steveB</dc:creator>
		<pubDate>Wed, 20 Oct 2010 12:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-177226</guid>
		<description>How can I change the value of a node, which may either be a text node or contain other nodes?
Typical structure:
today
or might be:
today
I can write a new value to rootnode.date = &#039;tomorrow&#039; but this also destroys 
If I try rootNode.date.text()=&#039;tomorrow&#039; I get an error.

I am resorting to searching for the contents of rootNode.date.text() and doing a strong replace, but it is possible that the value may also be elsewhere. Ther must be a bettre way?</description>
		<content:encoded><![CDATA[<p>How can I change the value of a node, which may either be a text node or contain other nodes?<br />
Typical structure:<br />
today<br />
or might be:<br />
today<br />
I can write a new value to rootnode.date = &#8216;tomorrow&#8217; but this also destroys<br />
If I try rootNode.date.text()=&#8217;tomorrow&#8217; I get an error.</p>
<p>I am resorting to searching for the contents of rootNode.date.text() and doing a strong replace, but it is possible that the value may also be elsewhere. Ther must be a bettre way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mims H Wright</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-177210</link>
		<dc:creator>Mims H Wright</dc:creator>
		<pubDate>Mon, 13 Sep 2010 13:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-177210</guid>
		<description>@Philip and everyone else

Thanks for the great comments. We&#039;re so glad this post has been helpful to everyone.</description>
		<content:encoded><![CDATA[<p>@Philip and everyone else</p>
<p>Thanks for the great comments. We&#8217;re so glad this post has been helpful to everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-177209</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Mon, 13 Sep 2010 10:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-177209</guid>
		<description>I keep on coming back to this post, year after year, every time I forget a bit of e4x syntax. This is my e4x bible. Please never remove it ;)</description>
		<content:encoded><![CDATA[<p>I keep on coming back to this post, year after year, every time I forget a bit of e4x syntax. This is my e4x bible. Please never remove it ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: f0ru0l0rd</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-177150</link>
		<dc:creator>f0ru0l0rd</dc:creator>
		<pubDate>Mon, 19 Jul 2010 18:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-177150</guid>
		<description>I&#039;m new to XML and E4X. I want to find ways to implement E4X into AS3. While it was a little above my head, I got most (80%) of it, and I am really grateful to you for that! This is a very good primer for those who know XML already, and even for someone like me who can pick it up real quick! Thank You!</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to XML and E4X. I want to find ways to implement E4X into AS3. While it was a little above my head, I got most (80%) of it, and I am really grateful to you for that! This is a very good primer for those who know XML already, and even for someone like me who can pick it up real quick! Thank You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using XML (E4X) inside Actionscript 3</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-174916</link>
		<dc:creator>Using XML (E4X) inside Actionscript 3</dc:creator>
		<pubDate>Mon, 29 Mar 2010 19:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-174916</guid>
		<description>[...] intresting article about xml coud be found here: http://dispatchevent.org/roger/as3-e4x-rundown/    Posted in Flash and [...]</description>
		<content:encoded><![CDATA[<p>[...] intresting article about xml coud be found here: <a href="http://dispatchevent.org/roger/as3-e4x-rundown/" rel="nofollow">http://dispatchevent.org/roger/as3-e4x-rundown/</a>    Posted in Flash and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinacolada</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-173068</link>
		<dc:creator>pinacolada</dc:creator>
		<pubDate>Wed, 03 Mar 2010 23:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-173068</guid>
		<description>There is nothing in this article explaining how to read the content of a cdata node. Is it impossible ?</description>
		<content:encoded><![CDATA[<p>There is nothing in this article explaining how to read the content of a cdata node. Is it impossible ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ActionScript 3, XML and MySQL &#171; byK</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-171088</link>
		<dc:creator>ActionScript 3, XML and MySQL &#171; byK</dc:creator>
		<pubDate>Mon, 15 Feb 2010 14:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-171088</guid>
		<description>[...] XML by gotoAndLearn (gotoAndLearn is an overall great AS3 resource) AS3 101:XML by active tuts + AS3 E4X Rundown by dispatchEvent Using XML in Flash CS3/AS3 by Kirupa Loading XML Data Using AS3 by Flash Speaks [...]</description>
		<content:encoded><![CDATA[<p>[...] XML by gotoAndLearn (gotoAndLearn is an overall great AS3 resource) AS3 101:XML by active tuts + AS3 E4X Rundown by dispatchEvent Using XML in Flash CS3/AS3 by Kirupa Loading XML Data Using AS3 by Flash Speaks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bub</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-171001</link>
		<dc:creator>bub</dc:creator>
		<pubDate>Sun, 14 Feb 2010 23:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-171001</guid>
		<description>Hi! Thanks for this article, this is very useful and saved me a headache, glad to find people like you that wants to help us!</description>
		<content:encoded><![CDATA[<p>Hi! Thanks for this article, this is very useful and saved me a headache, glad to find people like you that wants to help us!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Developer</title>
		<link>http://dispatchevent.org/roger/as3-e4x-rundown/comment-page-3/#comment-168457</link>
		<dc:creator>Web Developer</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.partlyhuman.com/blog/roger/as3-e4x-rundown#comment-168457</guid>
		<description>&quot;\n&quot;!   I see all of the \n issues in the comments; and I wonder if ths actually demonstrates my question. I can not seem to pull CDATA text  out of your sample correctly if it contains &quot;\n or \r&quot; -- and have the return, new line actually work if the text is used. If I directly enter the same text with Actionscript3 it does work.  I have tried {&#039;\n&#039;}, \\n, etc, nothing works. Any ideas?</description>
		<content:encoded><![CDATA[<p>&#8220;\n&#8221;!   I see all of the \n issues in the comments; and I wonder if ths actually demonstrates my question. I can not seem to pull CDATA text  out of your sample correctly if it contains &#8220;\n or \r&#8221; &#8212; and have the return, new line actually work if the text is used. If I directly enter the same text with Actionscript3 it does work.  I have tried {&#8216;\n&#8217;}, \\n, etc, nothing works. Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

