<?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: Working with XML, E4X and ActionScript 3</title>
	<atom:link href="http://www.thetechlabs.com/tutorials/xml/working-with-xml-e4x-and-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetechlabs.com/xml/working-with-xml-e4x-and-actionscript-3/</link>
	<description>The Tech Labs</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:28:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Eddie</title>
		<link>http://www.thetechlabs.com/xml/working-with-xml-e4x-and-actionscript-3/comment-page-1/#comment-88355</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Mon, 08 Aug 2011 09:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=194#comment-88355</guid>
		<description>Great explanation!! It helped me a lot. I only have to do 1 thing now. Can it save the XML file automatically? I Mean I have like this save button, and when it is clicked I want it to make the changes to the XML that already exist. 

Now I use the fileReference Class. 

var fr : FileReference = new FileReference();
fr.save(ba, &quot;myXML.xml&quot;);

this works like a charm but...it gives a &#039;save as dialog screen&#039;. I don&#039;t want that. I just want that people click the button and that the original XML file is automatically edited. Is this possible?</description>
		<content:encoded><![CDATA[<p>Great explanation!! It helped me a lot. I only have to do 1 thing now. Can it save the XML file automatically? I Mean I have like this save button, and when it is clicked I want it to make the changes to the XML that already exist. </p>
<p>Now I use the fileReference Class. </p>
<p>var fr : FileReference = new FileReference();<br />
fr.save(ba, &#8220;myXML.xml&#8221;);</p>
<p>this works like a charm but&#8230;it gives a &#8216;save as dialog screen&#8217;. I don&#8217;t want that. I just want that people click the button and that the original XML file is automatically edited. Is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nimeso</title>
		<link>http://www.thetechlabs.com/xml/working-with-xml-e4x-and-actionscript-3/comment-page-1/#comment-31849</link>
		<dc:creator>Nimeso</dc:creator>
		<pubDate>Tue, 31 Aug 2010 04:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=194#comment-31849</guid>
		<description>Komal....

I&#039;ve got same problem. should work but dosn&#039;t does anyone have any ideas? parent() is not working at all when i filter by @ eg:trace(xml..animal.(@age == 1).parent());</description>
		<content:encoded><![CDATA[<p>Komal&#8230;.</p>
<p>I&#8217;ve got same problem. should work but dosn&#8217;t does anyone have any ideas? parent() is not working at all when i filter by @ eg:trace(xml..animal.(@age == 1).parent());</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Komal</title>
		<link>http://www.thetechlabs.com/xml/working-with-xml-e4x-and-actionscript-3/comment-page-1/#comment-27911</link>
		<dc:creator>Komal</dc:creator>
		<pubDate>Thu, 22 Jul 2010 17:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=194#comment-27911</guid>
		<description>Thanks for this info. But the code 
trace(xml..animal.(@age == 1).parent());
in your article doesn&#039;t work. I have been struggling to get the parent node of a node, for which I know the attribute value. But this just doesn&#039;t work... Are you confirmed?</description>
		<content:encoded><![CDATA[<p>Thanks for this info. But the code<br />
trace(xml..animal.(@age == 1).parent());<br />
in your article doesn&#8217;t work. I have been struggling to get the parent node of a node, for which I know the attribute value. But this just doesn&#8217;t work&#8230; Are you confirmed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://www.thetechlabs.com/xml/working-with-xml-e4x-and-actionscript-3/comment-page-1/#comment-17367</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=194#comment-17367</guid>
		<description>I guess I fall in that group that has been using it without realising. This new way of dealing with xml has been one of my favourite AS3 improvements. Great tutorial to, I picked up a few new things along the way.
This is good if you add some thing that how we can get the date and show in the list for example the name of the animals, pics etc if avialable .
Thanks</description>
		<content:encoded><![CDATA[<p>I guess I fall in that group that has been using it without realising. This new way of dealing with xml has been one of my favourite AS3 improvements. Great tutorial to, I picked up a few new things along the way.<br />
This is good if you add some thing that how we can get the date and show in the list for example the name of the animals, pics etc if avialable .<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federal Records Database</title>
		<link>http://www.thetechlabs.com/xml/working-with-xml-e4x-and-actionscript-3/comment-page-1/#comment-15895</link>
		<dc:creator>Federal Records Database</dc:creator>
		<pubDate>Mon, 25 Jan 2010 21:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=194#comment-15895</guid>
		<description>Just want to say your article is striking. The clarity in your post is simply striking and i can take for granted you are an expert on this subject. Well with your permission allow me to grab your rss feed to keep up to date with forthcoming post. Thanks a million and please keep up the ac complished work. Excuse my poor English. English is not my mother tongue.</description>
		<content:encoded><![CDATA[<p>Just want to say your article is striking. The clarity in your post is simply striking and i can take for granted you are an expert on this subject. Well with your permission allow me to grab your rss feed to keep up to date with forthcoming post. Thanks a million and please keep up the ac complished work. Excuse my poor English. English is not my mother tongue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 433/439 objects using disk: basic

Served from: www.thetechlabs.com @ 2012-02-09 14:18:27 -->
