<?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: XML character dereferencer</title>
	<atom:link href="http://therning.org/magnus/archives/828/feed" rel="self" type="application/rss+xml" />
	<link>http://therning.org/magnus/archives/828</link>
	<description>Incoherent mumblings</description>
	<lastBuildDate>Wed, 08 Aug 2012 00:21:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Magnus</title>
		<link>http://therning.org/magnus/archives/828/comment-page-1#comment-202198</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Tue, 24 Aug 2010 05:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=828#comment-202198</guid>
		<description><![CDATA[&lt;p&gt;&lt;strong&gt;@Chris:&lt;/strong&gt; Except of course that the type would be&lt;/p&gt;

&lt;pre lang=&quot;haskell&quot;&gt;xmlCharDeref :: XMLString -&gt; String&lt;/pre&gt;

&lt;p&gt;In any case it&#039;s hardly worth doing for the particular case where I had use for this function.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p><strong>@Chris:</strong> Except of course that the type would be</p>


<div class="wp_syntax"><table><tr><td class="code"><pre class="haskell" style="font-family:monospace;">xmlCharDeref <span style="color: #339933; font-weight: bold;">::</span> XMLString <span style="color: #339933; font-weight: bold;">-&gt;</span> <span style="color: #cccc00; font-weight: bold;">String</span></pre></td></tr></table></div>




<p>In any case it&#8217;s hardly worth doing for the particular case where I had use for this function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Done</title>
		<link>http://therning.org/magnus/archives/828/comment-page-1#comment-201898</link>
		<dc:creator>Chris Done</dc:creator>
		<pubDate>Sat, 14 Aug 2010 09:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=828#comment-201898</guid>
		<description><![CDATA[&lt;p&gt;How about:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;newtype XMLString = XMLString String

xmlCharDeref :: String -&gt; XMLString
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Now there&#039;s no way you can accidentally encode twice. :-)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>How about:</p>

<pre><code>newtype XMLString = XMLString String

xmlCharDeref :: String -&gt; XMLString
</code></pre>

<p>Now there&#8217;s no way you can accidentally encode twice. <img src='http://therning.org/magnus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
