<?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: XHTML Users: Grow up!</title>
	<atom:link href="http://www.webscienceman.com/2009/01/24/html-xhtml-html5-future-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webscienceman.com/2009/01/24/html-xhtml-html5-future-html/</link>
	<description>Science for Web ... Web For Science</description>
	<lastBuildDate>Tue, 09 Mar 2010 06:02:27 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tucson web design</title>
		<link>http://www.webscienceman.com/2009/01/24/html-xhtml-html5-future-html/comment-page-2/#comment-36604</link>
		<dc:creator>tucson web design</dc:creator>
		<pubDate>Wed, 07 Oct 2009 20:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.webscienceman.com/?p=249#comment-36604</guid>
		<description>Opera is great for standards. </description>
		<content:encoded><![CDATA[<p>Opera is great for standards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drug litigation</title>
		<link>http://www.webscienceman.com/2009/01/24/html-xhtml-html5-future-html/comment-page-2/#comment-36353</link>
		<dc:creator>drug litigation</dc:creator>
		<pubDate>Wed, 23 Sep 2009 05:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.webscienceman.com/?p=249#comment-36353</guid>
		<description>never heard of this! </description>
		<content:encoded><![CDATA[<p>never heard of this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XHTML users: Grow up! - Tutorial Collection</title>
		<link>http://www.webscienceman.com/2009/01/24/html-xhtml-html5-future-html/comment-page-2/#comment-35021</link>
		<dc:creator>XHTML users: Grow up! - Tutorial Collection</dc:creator>
		<pubDate>Wed, 03 Jun 2009 20:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.webscienceman.com/?p=249#comment-35021</guid>
		<description>[...] View Tutorial      No Comment  var addthis_pub=&quot;izwan00&quot;; BOOKMARK        This entry was posted on Thursday, June 4th, 2009 at 2:25 am and is filed under Html Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</description>
		<content:encoded><![CDATA[<p>[...] View Tutorial      No Comment  var addthis_pub=&#8221;izwan00&#8243;; BOOKMARK        This entry was posted on Thursday, June 4th, 2009 at 2:25 am and is filed under Html Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: komputist</title>
		<link>http://www.webscienceman.com/2009/01/24/html-xhtml-html5-future-html/comment-page-2/#comment-33257</link>
		<dc:creator>komputist</dc:creator>
		<pubDate>Wed, 11 Feb 2009 21:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.webscienceman.com/?p=249#comment-33257</guid>
		<description>@Tommy Olson and @Jackues and @Rob,    
    
The problem with XHTML is indeed if one is not using it for the right reasons. If one isn&#039;t taking advantage of &lt;em&gt;any&lt;/em&gt; of the XHTML benefits, then one is not using it for the right reasons.    
    
I agree with Rob that XHTML can have benefits from an author&#039;s point of view. But then you need to have either an editor or a browser that parses your document as XHTML &lt;strong&gt;during editing&lt;/strong&gt;.     
    
This need not be so difficult, though.    
    
For any non-savvy author, if you create a XHTML document and save it with the as &quot;document.xhtml&quot; instead of &quot;document.html&quot;, then your browser (unless it is IE) will parse it as XHTML, and therefore also report any coding errors to you. Until the page is errorfree, you will be unable to view the page (unless you answer yes when or if the browsers asks you permission to parse the document as HTML - also known as text/html). I believe that an author which isn&#039;t at least taking advantage of this author advantage of XHTML, probably should not be using XHTML at all.    
    
The problem &lt;em&gt;after&lt;/em&gt; you&#039;ve created your &quot;document.xhtml&quot;, however, is that when you drop your document into the World Wide Web (most typically you drop it into an Apache server) then the page will be served not as something that Internet Explorer cannot consume.  To get it right you must either change the file extension to .html, or you must ask your webserver to serve .xhtml as text/html. (Or, if possible, you could configure your browser to browse file URLs ending in the &quot;.html&quot; extension not as text/html, but as xhtml - by which I mean application/xhtml xml. Then you would not need to reconfigure your apache server.)    
    
The key thing to know is that one can be just as &quot;semantic&quot; with HTML as with XHTML. </description>
		<content:encoded><![CDATA[<p>@Tommy Olson and @Jackues and @Rob,    </p>
<p>The problem with XHTML is indeed if one is not using it for the right reasons. If one isn&#39;t taking advantage of <em>any</em> of the XHTML benefits, then one is not using it for the right reasons.    </p>
<p>I agree with Rob that XHTML can have benefits from an author&#39;s point of view. But then you need to have either an editor or a browser that parses your document as XHTML <strong>during editing</strong>.     </p>
<p>This need not be so difficult, though.    </p>
<p>For any non-savvy author, if you create a XHTML document and save it with the as &quot;document.xhtml&quot; instead of &quot;document.html&quot;, then your browser (unless it is IE) will parse it as XHTML, and therefore also report any coding errors to you. Until the page is errorfree, you will be unable to view the page (unless you answer yes when or if the browsers asks you permission to parse the document as HTML &#8211; also known as text/html). I believe that an author which isn&#39;t at least taking advantage of this author advantage of XHTML, probably should not be using XHTML at all.    </p>
<p>The problem <em>after</em> you&#39;ve created your &quot;document.xhtml&quot;, however, is that when you drop your document into the World Wide Web (most typically you drop it into an Apache server) then the page will be served not as something that Internet Explorer cannot consume.  To get it right you must either change the file extension to .html, or you must ask your webserver to serve .xhtml as text/html. (Or, if possible, you could configure your browser to browse file URLs ending in the &quot;.html&quot; extension not as text/html, but as xhtml &#8211; by which I mean application/xhtml xml. Then you would not need to reconfigure your apache server.)    </p>
<p>The key thing to know is that one can be just as &quot;semantic&quot; with HTML as with XHTML.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
