<?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: Is it possible to add elements to an xml file permanently using javascript?</title>
	<atom:link href="http://votexml.org/is-it-possible-to-add-elements-to-an-xml-file-permanently-using-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://votexml.org/is-it-possible-to-add-elements-to-an-xml-file-permanently-using-javascript/</link>
	<description>xml reader</description>
	<lastBuildDate>Sun, 10 Jan 2010 22:52:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Calvin K</title>
		<link>http://votexml.org/is-it-possible-to-add-elements-to-an-xml-file-permanently-using-javascript/comment-page-1/#comment-149</link>
		<dc:creator>Calvin K</dc:creator>
		<pubDate>Thu, 07 Jan 2010 07:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://votexml.org/is-it-possible-to-add-elements-to-an-xml-file-permanently-using-javascript/#comment-149</guid>
		<description>Javascripts don&#039;t have access to files, Period.
You can&#039;t write to a file using javascript. 
 
But there are some workaround.
You can use XMLHttpRequest object(Ajax) or
You can use filesystem object in Windows Scripting Host or Internet Explorer in a trusted environment.


http://www.javascripter.net/faq/fileacce.htm</description>
		<content:encoded><![CDATA[<p>Javascripts don&#8217;t have access to files, Period.<br />
You can&#8217;t write to a file using javascript. </p>
<p>But there are some workaround.<br />
You can use XMLHttpRequest object(Ajax) or<br />
You can use filesystem object in Windows Scripting Host or Internet Explorer in a trusted environment.</p>
<p><a href="http://www.javascripter.net/faq/fileacce.htm">http://www.javascripter.net/faq/fileacce.htm</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
