<?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: testing acronyms</title>
	<atom:link href="http://huddledmasses.org/testing-acronyms/feed/" rel="self" type="application/rss+xml" />
	<link>http://huddledmasses.org/testing-acronyms/</link>
	<description>You can do more than breathe for free...</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:36:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Harald Kampen</title>
		<link>http://huddledmasses.org/testing-acronyms/comment-page-1/#comment-5022</link>
		<dc:creator>Harald Kampen</dc:creator>
		<pubDate>Sat, 26 Mar 2005 17:10:49 +0000</pubDate>
		<guid isPermaLink="false">//?p=#comment-5022</guid>
		<description>Your Acronym Replacer is nice. We know using the script a bit modified in our content management system (WebsoziCMS, GPL licensed).

The modifications are:
* excluding text with &lt;code lang=&quot;php&quot;&gt;stristr($text, &#039;&lt; script&#039;) or stristr($text, &#039;&lt; option&#039;) or stristr($text, &#039;&lt; input&#039;) or stristr($text, &#039;&lt; textarea&#039;) or stristr($text, &#039;&lt; object&#039;)&lt;/code lang=&quot;php&quot;&gt;
* Better performance by checking the abbreviations before replacing with &lt;code lang=&quot;php&quot;&gt;if(strstr($text, $acronym)) { (after foreach())&lt;/code lang=&quot;php&quot;&gt;.

I`m still searching for a way to use abbreviations with points and white-spaces. Any idea?
</description>
		<content:encoded><![CDATA[<p>Your Acronym Replacer is nice. We know using the script a bit modified in our content management system (WebsoziCMS, <span class="caps">GPL</span> licensed).</p>
<p>The modifications are:</p>
<ul>
<li>excluding text with <code lang="php">stristr($text, &#8216;< script') or stristr($text, '< option') or stristr($text, '< input') or stristr($text, '< textarea') or stristr($text, '< object')</code lang="php"></code></li>
</ul>
<ul>
<li>Better performance by checking the abbreviations before replacing with <code lang="php">if(strstr($text, $acronym)) { (after foreach())</code>.</li>
</ul>
<p>I`m still searching for a way to use abbreviations with points and white-spaces. Any idea?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
