<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Python&#8217;s minidom, xml, and illegal unicode characters</title>
	<atom:link href="http://maxharp3r.wordpress.com/2008/05/15/pythons-minidom-xml-and-illegal-unicode-characters/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxharp3r.wordpress.com/2008/05/15/pythons-minidom-xml-and-illegal-unicode-characters/</link>
	<description>HCI and Computer Science Researcher</description>
	<lastBuildDate>Thu, 08 Oct 2009 01:33:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gavi</title>
		<link>http://maxharp3r.wordpress.com/2008/05/15/pythons-minidom-xml-and-illegal-unicode-characters/#comment-47</link>
		<dc:creator>Gavi</dc:creator>
		<pubDate>Thu, 08 Oct 2009 01:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=28#comment-47</guid>
		<description>Thank you for this. Really helped me.</description>
		<content:encoded><![CDATA[<p>Thank you for this. Really helped me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://maxharp3r.wordpress.com/2008/05/15/pythons-minidom-xml-and-illegal-unicode-characters/#comment-43</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 17 Apr 2009 11:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=28#comment-43</guid>
		<description>Thanks for posting this, it was very helpful to me.

BTW, I would suggest using x = re.sub(regex, &#039;?&#039;, x) instead of the for loop.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this, it was very helpful to me.</p>
<p>BTW, I would suggest using x = re.sub(regex, &#8216;?&#8217;, x) instead of the for loop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://maxharp3r.wordpress.com/2008/05/15/pythons-minidom-xml-and-illegal-unicode-characters/#comment-42</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Wed, 15 Apr 2009 21:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=28#comment-42</guid>
		<description>A friend told me that the presence of the actual offending character was breaking Opera&#039;s feed reader (probably, it also broke other readers).  I removed it.  Perhaps it will un-break the feed now.</description>
		<content:encoded><![CDATA[<p>A friend told me that the presence of the actual offending character was breaking Opera&#8217;s feed reader (probably, it also broke other readers).  I removed it.  Perhaps it will un-break the feed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Sponchiado</title>
		<link>http://maxharp3r.wordpress.com/2008/05/15/pythons-minidom-xml-and-illegal-unicode-characters/#comment-23</link>
		<dc:creator>Carlos Sponchiado</dc:creator>
		<pubDate>Wed, 30 Jul 2008 18:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=28#comment-23</guid>
		<description>I want really thanks to you. It saved my life.</description>
		<content:encoded><![CDATA[<p>I want really thanks to you. It saved my life.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://maxharp3r.wordpress.com/2008/05/15/pythons-minidom-xml-and-illegal-unicode-characters/#comment-16</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 15 May 2008 19:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://maxharp3r.wordpress.com/?p=28#comment-16</guid>
		<description>I often skip section 2.2 while reading the XML spec, too, so don&#039;t feel bad.

Seriously though, that&#039;s pretty weird. I wonder what, if any, xml libraries have built-in options for omitting / ?-replacing the invalid characters? 

Last time I was pythoning, lxml and etree seemed like the new hotness WRT xml processing, so it would be interesting to peek at them. Not interesting enough for me to actually do it, mind you.</description>
		<content:encoded><![CDATA[<p>I often skip section 2.2 while reading the XML spec, too, so don&#8217;t feel bad.</p>
<p>Seriously though, that&#8217;s pretty weird. I wonder what, if any, xml libraries have built-in options for omitting / ?-replacing the invalid characters? </p>
<p>Last time I was pythoning, lxml and etree seemed like the new hotness WRT xml processing, so it would be interesting to peek at them. Not interesting enough for me to actually do it, mind you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
