<?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: How to deliver HTML instead of XHTML with WordPress</title>
	<atom:link href="http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/</link>
	<description>Web development and Internet trends</description>
	<lastBuildDate>Sat, 13 Mar 2010 17:07:15 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-555912</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Sat, 28 Mar 2009 23:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-555912</guid>
		<description>BART, Raiul,

Glad it&#039;s useful to you! :-)</description>
		<content:encoded><![CDATA[<p>BART, Raiul,</p>
<p>Glad it&#8217;s useful to you! <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RaiulBaztepo</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-555900</link>
		<dc:creator>RaiulBaztepo</dc:creator>
		<pubDate>Sat, 28 Mar 2009 22:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-555900</guid>
		<description>Hello!
Very Interesting post! Thank you for such interesting resource! 
PS: Sorry for my bad english, I&#039;v just started to learn this language ;)
See you! 
Your, Raiul Baztepo</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Very Interesting post! Thank you for such interesting resource!<br />
PS: Sorry for my bad english, I&#8217;v just started to learn this language <img src='http://robertnyman.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
See you!<br />
Your, Raiul Baztepo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BART</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-218252</link>
		<dc:creator>BART</dc:creator>
		<pubDate>Mon, 25 Feb 2008 15:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-218252</guid>
		<description>Robert,

I decided to code in xhtml as the rest of Wordpress does. This way it &#039;ll be consistent. Thanks to your code, I can still output html, served as html.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Robert,</p>
<p>I decided to code in xhtml as the rest of Wordpress does. This way it &#8216;ll be consistent. Thanks to your code, I can still output html, served as html.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-218102</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 25 Feb 2008 09:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-218102</guid>
		<description>BART,

Thanks, I&#039;m glad that you like it! You&#039;re absolutely right about the &lt;code&gt;xmlns&lt;/code&gt; attribute; it&#039;s rather that I code my templates and pages in HTML 4 to begin with, so it has never been there. Therefore, this code has only been to actually fix the rest of the content.</description>
		<content:encoded><![CDATA[<p>BART,</p>
<p>Thanks, I&#8217;m glad that you like it! You&#8217;re absolutely right about the <code>xmlns</code> attribute; it&#8217;s rather that I code my templates and pages in HTML 4 to begin with, so it has never been there. Therefore, this code has only been to actually fix the rest of the content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BART</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-217314</link>
		<dc:creator>BART</dc:creator>
		<pubDate>Sat, 23 Feb 2008 20:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-217314</guid>
		<description>Thanks, Robert! This is very helpful for using with ass these packages which make you serve xhtml as html (which I don&#039;t intend to do). It&#039;s also great to use against anyone who says you should use xhtml because it&#039;s more strict. It&#039;s not, you can be as strict with html4.01 as with xhtml.
Btw: for validation, you&#039;ll have to strip the xmlns attribute from the &lt;html&gt; tag.</description>
		<content:encoded><![CDATA[<p>Thanks, Robert! This is very helpful for using with ass these packages which make you serve xhtml as html (which I don&#8217;t intend to do). It&#8217;s also great to use against anyone who says you should use xhtml because it&#8217;s more strict. It&#8217;s not, you can be as strict with html4.01 as with xhtml.<br />
Btw: for validation, you&#8217;ll have to strip the xmlns attribute from the &lt;html&gt; tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-38919</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 27 Feb 2007 07:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-38919</guid>
		<description>Bob,

So it seems. Unfortunately I don&#039;t have the time to check where every comment is from, so I&#039;d rather go for the polite route to begin with. With that said, I hate spam just as much as you do.</description>
		<content:encoded><![CDATA[<p>Bob,</p>
<p>So it seems. Unfortunately I don&#8217;t have the time to check where every comment is from, so I&#8217;d rather go for the polite route to begin with. With that said, I hate spam just as much as you do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Maloney</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-38829</link>
		<dc:creator>Bob Maloney</dc:creator>
		<pubDate>Mon, 26 Feb 2007 22:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-38829</guid>
		<description>Don&#039;t you realize that Joanne is a spambot?  Her comment is generic and designed to not seem out of place on most any website.

Go to Joanne&#039;s home page and read the text under the heading Titleist.  Spam crap designed to score high for keyword titleist.

Next time you have a conversation with a spambot, don&#039;t be so polite.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t you realize that Joanne is a spambot?  Her comment is generic and designed to not seem out of place on most any website.</p>
<p>Go to Joanne&#8217;s home page and read the text under the heading Titleist.  Spam crap designed to score high for keyword titleist.</p>
<p>Next time you have a conversation with a spambot, don&#8217;t be so polite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-26585</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 08 Jan 2007 10:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-26585</guid>
		<description>Emil,

Good to hear!

Joanne ,

Great, I&#039;m happy it helped!</description>
		<content:encoded><![CDATA[<p>Emil,</p>
<p>Good to hear!</p>
<p>Joanne ,</p>
<p>Great, I&#8217;m happy it helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joanne Smythington</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-26508</link>
		<dc:creator>Joanne Smythington</dc:creator>
		<pubDate>Sun, 07 Jan 2007 23:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-26508</guid>
		<description>I wanted to thank you for the post. I have been sitting here with my son looking for information about this for a report he is doing for school. he goes back tomorrow and I looked everywhere! Thanks again! Have a nice night!</description>
		<content:encoded><![CDATA[<p>I wanted to thank you for the post. I have been sitting here with my son looking for information about this for a report he is doing for school. he goes back tomorrow and I looked everywhere! Thanks again! Have a nice night!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil StenstrÃƒÂ¶m</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-11583</link>
		<dc:creator>Emil StenstrÃƒÂ¶m</dc:creator>
		<pubDate>Fri, 06 Oct 2006 19:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-11583</guid>
		<description>I can report that it works well, an update from WP 2.0.3 to WP 2.0.4 was painless with this in place. No issues whatsoever.</description>
		<content:encoded><![CDATA[<p>I can report that it works well, an update from WP 2.0.3 to WP 2.0.4 was painless with this in place. No issues whatsoever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-10434</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 25 Sep 2006 07:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-10434</guid>
		<description>Emil,

I don&#039;t dare to promise anything, but you should at lest give it a try... :-)</description>
		<content:encoded><![CDATA[<p>Emil,</p>
<p>I don&#8217;t dare to promise anything, but you should at lest give it a try&#8230; <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil StenstrÃƒÂ¶m</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-10136</link>
		<dc:creator>Emil StenstrÃƒÂ¶m</dc:creator>
		<pubDate>Fri, 22 Sep 2006 21:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-10136</guid>
		<description>Nice, I just have to use this then it seems :)</description>
		<content:encoded><![CDATA[<p>Nice, I just have to use this then it seems <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-10123</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 22 Sep 2006 18:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-10123</guid>
		<description>Roger,

Thanks for sharing. Your web site was one of the ones I knew about using filtering, but I didn&#039;t want to out you... :-)</description>
		<content:encoded><![CDATA[<p>Roger,</p>
<p>Thanks for sharing. Your web site was one of the ones I knew about using filtering, but I didn&#8217;t want to out you&#8230; <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Johansson</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-10118</link>
		<dc:creator>Roger Johansson</dc:creator>
		<pubDate>Fri, 22 Sep 2006 17:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-10118</guid>
		<description>I use more extensive filtering for every single page view, and not even being on the frontpage of Digg makes my server (shared with a lot of other sites) slow down one bit. In other words, don&#039;t worry about performance.</description>
		<content:encoded><![CDATA[<p>I use more extensive filtering for every single page view, and not even being on the frontpage of Digg makes my server (shared with a lot of other sites) slow down one bit. In other words, don&#8217;t worry about performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zean.no-ip.info &#187; How to deliver HTML instead of XHTML with WordPress</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-9882</link>
		<dc:creator>zean.no-ip.info &#187; How to deliver HTML instead of XHTML with WordPress</dc:creator>
		<pubDate>Wed, 20 Sep 2006 21:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-9882</guid>
		<description>[...] the default XHTML tags generated in comments and its likes? Fret no more!. (more&#8230;)  	 													 	 	&#160;  				    [...]</description>
		<content:encoded><![CDATA[<p>[...] the default XHTML tags generated in comments and its likes? Fret no more!. (more&#8230;)  	</p>
<p> 	&nbsp;</p>
<p> 				    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-9877</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 20 Sep 2006 20:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-9877</guid>
		<description>Steve,

Yeah, me too. Therefore I&#039;m also stuck in the &quot;don&#039;t-dare-to-upgrade&quot; group... :-&#124;

Emil,

If the code appears in the post I gather that it will unfortunately be removed as well.

I have had the same wonders about performance, but I use that exact code in this web site and I know of other highly-trafficed web sites that use the same or similar code, and they&#039;ve never experienced any performance hits.

A setting in WordPress would definitely be the best option, but like you I don&#039;t think it will happen.</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>Yeah, me too. Therefore I&#8217;m also stuck in the &#8220;don&#8217;t-dare-to-upgrade&#8221; group&#8230; <img src='http://robertnyman.com/wp-includes/images/smilies/icon_neutral.gif' alt=':-|' class='wp-smiley' /> </p>
<p>Emil,</p>
<p>If the code appears in the post I gather that it will unfortunately be removed as well.</p>
<p>I have had the same wonders about performance, but I use that exact code in this web site and I know of other highly-trafficed web sites that use the same or similar code, and they&#8217;ve never experienced any performance hits.</p>
<p>A setting in WordPress would definitely be the best option, but like you I don&#8217;t think it will happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil StenstrÃƒÂ¶m</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-9862</link>
		<dc:creator>Emil StenstrÃƒÂ¶m</dc:creator>
		<pubDate>Wed, 20 Sep 2006 16:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-9862</guid>
		<description>I&#039;m in the same situation as Steve Williams, having manually edited all the required files and putting off to update because of it. 

Your fix seems like a good one at first site but there&#039;s a few things I&#039;m worried about. Does the string &quot; /&gt;&quot; only appear in the HTML? If I post code in the page it will be changed too. Might or might not be a problem. 

The other protential problem is with with performance. All generated code has to be parsed again with this fix, something that can slow down sites with many visitors. Caching (WP-Cache) could fix that problem.

I&#039;ll think of doing it like that, the best solution possible would be if wordpress gave me the option of selecting what code to display. I doubt that will happen though, the XHTML followers are many and very persistent :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m in the same situation as Steve Williams, having manually edited all the required files and putting off to update because of it. </p>
<p>Your fix seems like a good one at first site but there&#8217;s a few things I&#8217;m worried about. Does the string &#8221; /&gt;&#8221; only appear in the HTML? If I post code in the page it will be changed too. Might or might not be a problem. </p>
<p>The other protential problem is with with performance. All generated code has to be parsed again with this fix, something that can slow down sites with many visitors. Caching (WP-Cache) could fix that problem.</p>
<p>I&#8217;ll think of doing it like that, the best solution possible would be if wordpress gave me the option of selecting what code to display. I doubt that will happen though, the XHTML followers are many and very persistent <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Williams</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-9856</link>
		<dc:creator>Steve Williams</dc:creator>
		<pubDate>Wed, 20 Sep 2006 15:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-9856</guid>
		<description>I edited a few of the php files to get my WP to return valid HTML in place of XHTML, but then you have the pain of repeating the job each time an upgrade comes along... I&#039;ve not bothered upgrading for while as a result, neat solution :)</description>
		<content:encoded><![CDATA[<p>I edited a few of the php files to get my WP to return valid HTML in place of XHTML, but then you have the pain of repeating the job each time an upgrade comes along&#8230; I&#8217;ve not bothered upgrading for while as a result, neat solution <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-9852</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 20 Sep 2006 15:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-9852</guid>
		<description>Sean,

Happy to offer you a reply.</description>
		<content:encoded><![CDATA[<p>Sean,</p>
<p>Happy to offer you a reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sea Fraser</title>
		<link>http://robertnyman.com/2006/09/20/how-to-deliver-html-instead-of-xhtml-with-wordpress/#comment-9850</link>
		<dc:creator>Sea Fraser</dc:creator>
		<pubDate>Wed, 20 Sep 2006 14:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=457#comment-9850</guid>
		<description>Thank you. I can now offer a decent reply to questions I receive about fixing WordPress.</description>
		<content:encoded><![CDATA[<p>Thank you. I can now offer a decent reply to questions I receive about fixing WordPress.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
