<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Generate XML Data dynamically in Flex :: Reloaded</title>
	<atom:link href="http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/</link>
	<description></description>
	<lastBuildDate>Wed, 23 Dec 2009 06:53:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-774</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Thu, 26 Nov 2009 04:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-774</guid>
		<description>@Vasanth,@Aman:
You got to know how to traverse XML and its related Classes.Go through the below link, it has few examples how to traverse through XML and update the XML.Hope it helps.

http://flexonblog.wordpress.com/2009/09/25/tips-on-menubar-control-and-its-dataprovider-in-flex/

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>@Vasanth,@Aman:<br />
You got to know how to traverse XML and its related Classes.Go through the below link, it has few examples how to traverse through XML and update the XML.Hope it helps.</p>
<p><a href="http://flexonblog.wordpress.com/2009/09/25/tips-on-menubar-control-and-its-dataprovider-in-flex/" rel="nofollow">http://flexonblog.wordpress.com/2009/09/25/tips-on-menubar-control-and-its-dataprovider-in-flex/</a></p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aman</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-772</link>
		<dc:creator>Aman</dc:creator>
		<pubDate>Tue, 24 Nov 2009 07:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-772</guid>
		<description>Hi Kumar... it has been a really helpful blog can you send me the example of how to update the xml file. As I am making an image gallery and I am thinking of updating the xml file everytime I add a picture... Thanks...</description>
		<content:encoded><![CDATA[<p>Hi Kumar&#8230; it has been a really helpful blog can you send me the example of how to update the xml file. As I am making an image gallery and I am thinking of updating the xml file everytime I add a picture&#8230; Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasanth</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-766</link>
		<dc:creator>Vasanth</dc:creator>
		<pubDate>Fri, 13 Nov 2009 20:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-766</guid>
		<description>Hi Kumar!!!

    Thank you very much for your mail, its working nicely because of your help. 

How to update the XML with the user&#039;s latest input?

Thanks Again :-)

Regards,
Vasanth</description>
		<content:encoded><![CDATA[<p>Hi Kumar!!!</p>
<p>    Thank you very much for your mail, its working nicely because of your help. </p>
<p>How to update the XML with the user&#8217;s latest input?</p>
<p>Thanks Again <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Regards,<br />
Vasanth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-765</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Wed, 11 Nov 2009 04:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-765</guid>
		<description>Hi Alex,

I will mail you too.

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>I will mail you too.</p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Dove</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-764</link>
		<dc:creator>Alex Dove</dc:creator>
		<pubDate>Tue, 10 Nov 2009 14:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-764</guid>
		<description>Kumar,
I am also interested in the code sample you are providing to Vasanth. Could I also have a copy of the code? My goal is to create an application online which will not only create the data as illustrated in your example, but to also write a hard xml file to the computer. I am trying to integrate Flex and SharePoint and want to have Flex be the interface to write data to a SharePoint library xml file and then have SharePoint read that xml file and output the data. Once the data is in a SharePoint list then it will be saved to the SharePoint database. It allows me to interact bi-directionally with SharePoint without using the boxy format of SharePoint.</description>
		<content:encoded><![CDATA[<p>Kumar,<br />
I am also interested in the code sample you are providing to Vasanth. Could I also have a copy of the code? My goal is to create an application online which will not only create the data as illustrated in your example, but to also write a hard xml file to the computer. I am trying to integrate Flex and SharePoint and want to have Flex be the interface to write data to a SharePoint library xml file and then have SharePoint read that xml file and output the data. Once the data is in a SharePoint list then it will be saved to the SharePoint database. It allows me to interact bi-directionally with SharePoint without using the boxy format of SharePoint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-763</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Tue, 10 Nov 2009 06:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-763</guid>
		<description>Hi Vasanth,

I will mail you some code examples.

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>Hi Vasanth,</p>
<p>I will mail you some code examples.</p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasanth</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-762</link>
		<dc:creator>Vasanth</dc:creator>
		<pubDate>Mon, 09 Nov 2009 08:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-762</guid>
		<description>Hello Kumar, Really your blog helpful for flex users, Thanks for your help, i am also new for Flex... i need a help... i am developing a desktop application using Flex &amp; Air, I want to Append and update the xml using this application. How can i Append and Update the XML data??? can you provide me a sample file ??

var file:File = File.desktopDirectory.resolvePath(“Test.txt”);var stream:FileStream = new FileStream();stream.openAsync( file, FileMode.READ);

??</description>
		<content:encoded><![CDATA[<p>Hello Kumar, Really your blog helpful for flex users, Thanks for your help, i am also new for Flex&#8230; i need a help&#8230; i am developing a desktop application using Flex &amp; Air, I want to Append and update the xml using this application. How can i Append and Update the XML data??? can you provide me a sample file ??</p>
<p>var file:File = File.desktopDirectory.resolvePath(“Test.txt”);var stream:FileStream = new FileStream();stream.openAsync( file, FileMode.READ);</p>
<p>??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-760</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Sat, 07 Nov 2009 05:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-760</guid>
		<description>Hi,

I&#039;ve attached code to the post,can download.

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve attached code to the post,can download.</p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Dove</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-757</link>
		<dc:creator>Alex Dove</dc:creator>
		<pubDate>Wed, 04 Nov 2009 15:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-757</guid>
		<description>Can you post your source code or make your Flex file viewable?</description>
		<content:encoded><![CDATA[<p>Can you post your source code or make your Flex file viewable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahim</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-744</link>
		<dc:creator>rahim</dc:creator>
		<pubDate>Thu, 22 Oct 2009 14:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-744</guid>
		<description>Has anyone tried to generate the response dynamically. My page gets xml which contains field name, type. So based on it, iam able to create my form dynamically. Now iam kind of struck to submit the dynamic form data to my service. Any suggestions??</description>
		<content:encoded><![CDATA[<p>Has anyone tried to generate the response dynamically. My page gets xml which contains field name, type. So based on it, iam able to create my form dynamically. Now iam kind of struck to submit the dynamic form data to my service. Any suggestions??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-625</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Mon, 08 Jun 2009 04:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-625</guid>
		<description>Hi Deniz,anjan anil

plz follow my 2nd comment on the post for your question.

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>Hi Deniz,anjan anil</p>
<p>plz follow my 2nd comment on the post for your question.</p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deniz</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-622</link>
		<dc:creator>Deniz</dc:creator>
		<pubDate>Fri, 05 Jun 2009 13:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-622</guid>
		<description>Hi Kumar, 

thanks for the nice example. 

I&#039;ve a question: if we get an XML file through httpservice and using e4x, how can we update this file? I mean how to add some data to an existing XML file?</description>
		<content:encoded><![CDATA[<p>Hi Kumar, </p>
<p>thanks for the nice example. </p>
<p>I&#8217;ve a question: if we get an XML file through httpservice and using e4x, how can we update this file? I mean how to add some data to an existing XML file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anjan anil</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-595</link>
		<dc:creator>anjan anil</dc:creator>
		<pubDate>Tue, 26 May 2009 06:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-595</guid>
		<description>Hi kumar,

its very helpfull code. But what about xml file where it stores the parameters and how to open existed xml file</description>
		<content:encoded><![CDATA[<p>Hi kumar,</p>
<p>its very helpfull code. But what about xml file where it stores the parameters and how to open existed xml file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-569</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Thu, 14 May 2009 15:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-569</guid>
		<description>Hi Jmoore,

Its flash.events.Event [its the base Event Class].

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>Hi Jmoore,</p>
<p>Its flash.events.Event [its the base Event Class].</p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jmoore</title>
		<link>http://flexonblog.wordpress.com/2008/09/30/generate-xml-data-dynamically-in-flex-reloaded/#comment-568</link>
		<dc:creator>Jmoore</dc:creator>
		<pubDate>Tue, 12 May 2009 17:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=215#comment-568</guid>
		<description>Hi Kumar,

Could you please explain what event to pass through the  when the user click the add button.

Thanks,

Jaye</description>
		<content:encoded><![CDATA[<p>Hi Kumar,</p>
<p>Could you please explain what event to pass through the  when the user click the add button.</p>
<p>Thanks,</p>
<p>Jaye</p>
]]></content:encoded>
	</item>
</channel>
</rss>
