<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>炽炎之羽 &#187; XHTML</title>
	<atom:link href="http://zhiyu.org/tag/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://zhiyu.org</link>
	<description>沧浪之水浊兮</description>
	<lastBuildDate>Sun, 29 Aug 2010 13:30:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>W3C XHTML1.0验证常见错误</title>
		<link>http://zhiyu.org/xhtml-verification-experience/</link>
		<comments>http://zhiyu.org/xhtml-verification-experience/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 05:24:34 +0000</pubDate>
		<dc:creator>炽炎之羽</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://zhiyu.org/?p=258</guid>
		<description><![CDATA[一、在 <div class=tzh>I am TZH!</div> 这段语句中有什么错误？

标点符号问题。这其实也是大家最容易忽视的问题，其实就是小小的两个引号，就造成了这个错误。虽然很多浏览器在不加引号的情况下仍然能正确识别渲染。但是这样想要通过严格的W3C XHTML国际标准是不可能的，请大家记住等号后面一定要接引号。正确写法：<div class="tzh">I am TZH!</div>

二、在 <span class="tzh">TZH is me!</span> 这段语句中有什么错误？

大小写注意。这和第一个问题一样，都是特别容易忽视的细节问题。在W3C标准中是绝对不允许大写的，其中我仍记得我在检测一段javascript代码的时候，由于为了让自己一目了然写出的onLoad也被判断成了错误，原因就是L不能大写。正确写法：<span class="tzh">TZH is me!</span>]]></description>
		<wfw:commentRss>http://zhiyu.org/xhtml-verification-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XHTML1.0中允许使用的HTML元素</title>
		<link>http://zhiyu.org/xhtml-in-the-use-of-html-elements/</link>
		<comments>http://zhiyu.org/xhtml-in-the-use-of-html-elements/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 05:51:46 +0000</pubDate>
		<dc:creator>炽炎之羽</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://zhiyu.org/?p=195</guid>
		<description><![CDATA[XHTML1.0中允许使用的HTML元素]]></description>
		<wfw:commentRss>http://zhiyu.org/xhtml-in-the-use-of-html-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>优化了博客代码</title>
		<link>http://zhiyu.org/optimization-blog/</link>
		<comments>http://zhiyu.org/optimization-blog/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 04:24:34 +0000</pubDate>
		<dc:creator>炽炎之羽</dc:creator>
				<category><![CDATA[心情随笔]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[优化]]></category>

		<guid isPermaLink="false">http://zhiyu.org/?p=84</guid>
		<description><![CDATA[忙了一个上午，对博客进行了代码优化，修复了几个小毛病，现在基本正常了！

1、修改了网页代码中一些重复的部分，删除了几个冗杂的代码。

2、对CSS代码进行精简优化，删除了一些重复的代码。]]></description>
		<wfw:commentRss>http://zhiyu.org/optimization-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
