<?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: Unescaping HTML in Python</title>
	<atom:link href="http://lackoftalent.org/michael/blog/2008/08/01/unescaping-html-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://lackoftalent.org/michael/blog/2008/08/01/unescaping-html-in-python/</link>
	<description>The occasional rambling of a digital library artisan</description>
	<pubDate>Tue, 06 Jan 2009 12:47:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Websites tagged "coder" on Postsaver</title>
		<link>http://lackoftalent.org/michael/blog/2008/08/01/unescaping-html-in-python/comment-page-1/#comment-91284</link>
		<dc:creator>Websites tagged "coder" on Postsaver</dc:creator>
		<pubDate>Fri, 08 Aug 2008 03:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=140#comment-91284</guid>
		<description>[...] - Unescaping HTML in Python saved by [...]</description>
		<content:encoded><![CDATA[<p>[...] - Unescaping HTML in Python saved by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gsf</title>
		<link>http://lackoftalent.org/michael/blog/2008/08/01/unescaping-html-in-python/comment-page-1/#comment-91251</link>
		<dc:creator>gsf</dc:creator>
		<pubDate>Fri, 01 Aug 2008 19:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=140#comment-91251</guid>
		<description>Don\'t forget that, as noted at http://wiki.python.org/moin/EscapingXml, you can pass in additional entities like so:

[pre]
&#62;&#62;&#62; unescape(\"' "\", {\"'\": \"\'\", \""\": \'\"\'})
\'\\\' \"\'
[/pre]</description>
		<content:encoded><![CDATA[<p>Don\&#039;t forget that, as noted at <a href="http://wiki.python.org/moin/EscapingXml" rel="nofollow">http://wiki.python.org/moin/EscapingXml</a>, you can pass in additional entities like so:</p>
<p>[pre]<br />
&gt;&gt;&gt; unescape(\&#034;&#039; &#034;\&#034;, {\&#034;&#039;\&#034;: \&#034;\&#039;\&#034;, \&#034;"\&#034;: \&#039;\&#034;\&#039;})<br />
\&#039;\\\&#039; \&#034;\&#039;<br />
[/pre]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
