<?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: My Perl Fu is weak!</title>
	<atom:link href="http://atomicplayboy.net/blog/2002/12/02/my-perl-fu-is-weak/feed/" rel="self" type="application/rss+xml" />
	<link>http://atomicplayboy.net/blog/2002/12/02/my-perl-fu-is-weak/</link>
	<description>All hail the mushroom cloud</description>
	<lastBuildDate>Sat, 24 Apr 2010 08:56:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Adam Kalsey</title>
		<link>http://atomicplayboy.net/blog/2002/12/02/my-perl-fu-is-weak/comment-page-1/#comment-5</link>
		<dc:creator>Adam Kalsey</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://atomicplayboy.net/blog/2002/12/02/my-perl-fu-is-weak/#comment-5</guid>
		<description>Try using Brad&#039;s regex plugin and then add the following to your template:

&lt;MTAddRegex name=&quot;escapeamp&quot;&gt;s/(&lt;a [^&gt;]&gt;)/my $i = $1;$i =~ s&#124;&amp;&#124;&amp;&#124;g;$i/ie&lt;/MTAddRegex&gt;
&lt;MTEntryBody regex=&quot;escapeamp&quot;&gt;

I haven&#039;t tried this regex using the plugin, but ot works in Perl, so it should work in the plugin.
</description>
		<content:encoded><![CDATA[<p>Try using Brad&#8217;s regex plugin and then add the following to your template:</p>
<p>&lt;MTAddRegex name=&#8221;escapeamp&#8221;&gt;s/(&lt;a [^&gt;]&gt;)/my $i = $1;$i =~ s|&amp;|&amp;|g;$i/ie&lt;/MTAddRegex&gt;<br />
&lt;MTEntryBody regex=&#8221;escapeamp&#8221;&gt;</p>
<p>I haven&#8217;t tried this regex using the plugin, but ot works in Perl, so it should work in the plugin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
