<?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: Will Mark turn to ASCII?</title>
	<atom:link href="http://tntluoma.com/web/will-mark-turn-to-ascii/feed/" rel="self" type="application/rss+xml" />
	<link>http://tntluoma.com/web/will-mark-turn-to-ascii/</link>
	<description>Stuff I've Written Down</description>
	<lastBuildDate>Tue, 23 Nov 2010 20:52:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: TjL</title>
		<link>http://tntluoma.com/web/will-mark-turn-to-ascii/comment-page-1/#comment-844</link>
		<dc:creator>TjL</dc:creator>
		<pubDate>Wed, 15 Jan 2003 19:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=251#comment-844</guid>
		<description>&lt;p&gt;Why do I want to use XHTML?  Because it forces me to think more clearly and write better markup.  It&#039;s easier to automatically parse if I want to.&lt;/p&gt;

&lt;p&gt;I actually wrote a little PHP snippet that sends XHTML as the &quot;correct&quot; MIME type IF the requesting IP is my home address. (I&#039;ll dig it out if anyone wants it.)  This gives me the instant checking that I wanted with XHTML being parsed as XML without breaking it for others who can&#039;t use it.&lt;/p&gt;

&lt;p&gt;The standard says &quot;should&quot; not must.  Should browsers be able to handle the proper MIME type?  Yes.  Can they?  No.  Should I use a MIME type that will work 100% of the time or a MIME type that may work some of the time?&lt;/p&gt;

&lt;p&gt;And what are my options?  HTML 4?  As Mark himself said, even HTML 4 can cause problems.&lt;/p&gt;

&lt;p&gt;No matter what you choose, there will be potential for problems.  You have to either accept HTML 4 problems or XHTML problems.  Mark has chose HTML 4, I&#039;m sticking with XHTML.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Why do I want to use XHTML?  Because it forces me to think more clearly and write better markup.  It&#8217;s easier to automatically parse if I want to.</p>

<p>I actually wrote a little PHP snippet that sends XHTML as the &#8220;correct&#8221; MIME type IF the requesting IP is my home address. (I&#8217;ll dig it out if anyone wants it.)  This gives me the instant checking that I wanted with XHTML being parsed as XML without breaking it for others who can&#8217;t use it.</p>

<p>The standard says &#8220;should&#8221; not must.  Should browsers be able to handle the proper MIME type?  Yes.  Can they?  No.  Should I use a MIME type that will work 100% of the time or a MIME type that may work some of the time?</p>

<p>And what are my options?  HTML 4?  As Mark himself said, even HTML 4 can cause problems.</p>

<p>No matter what you choose, there will be potential for problems.  You have to either accept HTML 4 problems or XHTML problems.  Mark has chose HTML 4, I&#8217;m sticking with XHTML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://tntluoma.com/web/will-mark-turn-to-ascii/comment-page-1/#comment-843</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 15 Jan 2003 19:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=251#comment-843</guid>
		<description>&lt;p&gt;As heretical as it sounds, Ian, Simon, and I are right.  I can show you rants dating back to 1995 (HTML 2.0-era) where people on www-html were complaining that web authors were sending documents containing Netscape-specific extensions as &quot;text/html&quot;.  Due to systematic, long-term abuse, &quot;text/html&quot; has come to mean &quot;here&#039;s something with angle brackets; go do that magic thing you do with angle brackets&quot;.  XHTML was supposed to &lt;em&gt;solve&lt;/em&gt; this problem, but the only way it can solve it is if you use the appropriate MIME type (Ian&#039;s point).  But using the appropriate MIME type is never safe (my point).  Therefore, XHTML is never appropriate.  Interesting idea, didn&#039;t work out.  Oh well.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As heretical as it sounds, Ian, Simon, and I are right.  I can show you rants dating back to 1995 (HTML 2.0-era) where people on www-html were complaining that web authors were sending documents containing Netscape-specific extensions as &#8220;text/html&#8221;.  Due to systematic, long-term abuse, &#8220;text/html&#8221; has come to mean &#8220;here&#8217;s something with angle brackets; go do that magic thing you do with angle brackets&#8221;.  XHTML was supposed to <em>solve</em> this problem, but the only way it can solve it is if you use the appropriate MIME type (Ian&#8217;s point).  But using the appropriate MIME type is never safe (my point).  Therefore, XHTML is never appropriate.  Interesting idea, didn&#8217;t work out.  Oh well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Willison</title>
		<link>http://tntluoma.com/web/will-mark-turn-to-ascii/comment-page-1/#comment-842</link>
		<dc:creator>Simon Willison</dc:creator>
		<pubDate>Wed, 15 Jan 2003 17:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=251#comment-842</guid>
		<description>&lt;p&gt;Have you read Ian Hickson&#039;s XHTML served as text/html considered harmful document? IT makes the very valid argument that XHTML, when served as text/html, is not checked for XML well formedness by the browser which greatly increases the chances of invalid XHTML documents cropping up all over the web. An invalid XHTML document can&#039;t be read by an XML parser, which kind of kills off the whole point of using XHTML in the first place.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.hixie.ch/advocacy/xhtml&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://www.hixie.ch/advocacy/xhtml&quot; rel=&quot;nofollow&quot;&gt;http://www.hixie.ch/advocacy/xhtml&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Have you read Ian Hickson&#8217;s XHTML served as text/html considered harmful document? IT makes the very valid argument that XHTML, when served as text/html, is not checked for XML well formedness by the browser which greatly increases the chances of invalid XHTML documents cropping up all over the web. An invalid XHTML document can&#8217;t be read by an XML parser, which kind of kills off the whole point of using XHTML in the first place.</p>

<p><a href="http://www.hixie.ch/advocacy/xhtml" rel="nofollow"></a><a href="http://www.hixie.ch/advocacy/xhtml" rel="nofollow">http://www.hixie.ch/advocacy/xhtml</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

