<?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: Python Create XML Document</title>
	<atom:link href="http://www.ryannitz.org/tech-notes/2008/12/30/python-create-xml-document/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryannitz.org/tech-notes/2008/12/30/python-create-xml-document/</link>
	<description>Miscellaneous technology examples and notes</description>
	<lastBuildDate>Sun, 22 Aug 2010 13:44:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ryan</title>
		<link>http://www.ryannitz.org/tech-notes/2008/12/30/python-create-xml-document/comment-page-1/#comment-426</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 09 Sep 2009 23:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://leisuremech.com/?p=109#comment-426</guid>
		<description>The following code is an example of how you write the XML to file:

f = open(&#039;test.xml&#039;, &#039;w&#039;)
doc.writexml(f)
f.close()</description>
		<content:encoded><![CDATA[<p>The following code is an example of how you write the XML to file:</p>
<p>f = open(&#8216;test.xml&#8217;, &#8216;w&#8217;)<br />
doc.writexml(f)<br />
f.close()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariel</title>
		<link>http://www.ryannitz.org/tech-notes/2008/12/30/python-create-xml-document/comment-page-1/#comment-425</link>
		<dc:creator>Ariel</dc:creator>
		<pubDate>Wed, 09 Sep 2009 23:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://leisuremech.com/?p=109#comment-425</guid>
		<description>There&#039;s something I don&#039;t get about this (maybe because of my lack of experience with Python). Once I&#039;m done appending the Childs how do I actually create the file, I mean the file with its location, written in the hard disk?

Thanks!</description>
		<content:encoded><![CDATA[<p>There&#8217;s something I don&#8217;t get about this (maybe because of my lack of experience with Python). Once I&#8217;m done appending the Childs how do I actually create the file, I mean the file with its location, written in the hard disk?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
