<?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: XSS and WordPress Themes</title>
	<atom:link href="http://rc3.org/2009/07/06/xss-and-wordpress-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://rc3.org/2009/07/06/xss-and-wordpress-themes/</link>
	<description>Strong opinions weakly held</description>
	<lastBuildDate>Mon, 15 Mar 2010 23:37:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hanan Cohen</title>
		<link>http://rc3.org/2009/07/06/xss-and-wordpress-themes/comment-page-1/#comment-6003</link>
		<dc:creator>Hanan Cohen</dc:creator>
		<pubDate>Mon, 06 Jul 2009 19:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/?p=9711#comment-6003</guid>
		<description>&lt;p&gt;Thanks for telling us about it. Some of my sites have the same problem. Will fix it now.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for telling us about it. Some of my sites have the same problem. Will fix it now.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Trachtenberg</title>
		<link>http://rc3.org/2009/07/06/xss-and-wordpress-themes/comment-page-1/#comment-6002</link>
		<dc:creator>Adam Trachtenberg</dc:creator>
		<pubDate>Mon, 06 Jul 2009 18:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/?p=9711#comment-6002</guid>
		<description>&lt;p&gt;strip_tags()seems a bit harsh. Maybe htmlentities() would be nicer?&lt;/p&gt;

&lt;p&gt;Grepping the theme I use, WP seems to have a wp_specialchars() function of its own. I didn&#039;t look at exactly how it does what it does, but that would unify all HTML output filtering through a single place.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>strip_tags()seems a bit harsh. Maybe htmlentities() would be nicer?</p>

<p>Grepping the theme I use, WP seems to have a wp_specialchars() function of its own. I didn&#8217;t look at exactly how it does what it does, but that would unify all HTML output filtering through a single place.</p>]]></content:encoded>
	</item>
</channel>
</rss>
