<?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: From the Top: Document Type Definitions</title>
	<atom:link href="http://multicelldesign.com/2006/01/all-in-the-head-document-type-definitions/feed/" rel="self" type="application/rss+xml" />
	<link>http://multicelldesign.com/2006/01/all-in-the-head-document-type-definitions/</link>
	<description>shokunin kishitsu</description>
	<lastBuildDate>Mon, 28 Nov 2011 19:43:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: CSS Mastery Book Review &#124; That Standards Guy</title>
		<link>http://multicelldesign.com/2006/01/all-in-the-head-document-type-definitions/comment-page-1/#comment-79</link>
		<dc:creator>CSS Mastery Book Review &#124; That Standards Guy</dc:creator>
		<pubDate>Wed, 22 Feb 2006 19:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=42#comment-79</guid>
		<description>[...] The foundation chapter provides a clear and easy to understand introduction to meaningful markup techniques for CSS &#8220;hooks&#8221; &#8212; divs, spans, ids and classes as well as discussion on DOCTYPEs, browser modes and validation before diving in to CSS selector types, the cascade and specificity. The chapter finishes with discussion on how best to organise your stylesheets - no, don&#8217;t just lump it all together in a single file [...]</description>
		<content:encoded><![CDATA[<p>[...] The foundation chapter provides a clear and easy to understand introduction to meaningful markup techniques for CSS &#8220;hooks&#8221; &#8212; divs, spans, ids and classes as well as discussion on DOCTYPEs, browser modes and validation before diving in to CSS selector types, the cascade and specificity. The chapter finishes with discussion on how best to organise your stylesheets &#8211; no, don&#8217;t just lump it all together in a single file [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Dawson</title>
		<link>http://multicelldesign.com/2006/01/all-in-the-head-document-type-definitions/comment-page-1/#comment-78</link>
		<dc:creator>Karl Dawson</dc:creator>
		<pubDate>Mon, 30 Jan 2006 10:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=42#comment-78</guid>
		<description>zcorpan: Thanks for clarifying the treatment of CDATA. I summed that up way too short - and badly as a result.

Regards, Karl</description>
		<content:encoded><![CDATA[<p>zcorpan: Thanks for clarifying the treatment of CDATA. I summed that up way too short &#8211; and badly as a result.</p>
<p>Regards, Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zcorpan</title>
		<link>http://multicelldesign.com/2006/01/all-in-the-head-document-type-definitions/comment-page-1/#comment-77</link>
		<dc:creator>zcorpan</dc:creator>
		<pubDate>Mon, 30 Jan 2006 10:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=42#comment-77</guid>
		<description>&lt;blockquote&gt; CDATA â€” This is also Character Data but the text is not parsed by a parser. &lt;/blockquote&gt;
Really? What is it parsed by, then? Or is it not parsed at all?

CDATA means that &lt;code&gt;&lt;&lt;/code&gt; and &lt;code&gt;&amp;&lt;/code&gt; are to be parsed as character literals, not as a start of a tag or a general entity reference or a character reference. In SGML &lt;code&gt;&lt;/&lt;/code&gt; closes the element if it is declared as CDATA in the DTD.</description>
		<content:encoded><![CDATA[<blockquote><p> CDATA â€” This is also Character Data but the text is not parsed by a parser. </p></blockquote>
<p>Really? What is it parsed by, then? Or is it not parsed at all?</p>
<p>CDATA means that <code>&lt;</code> and <code>&amp;</code> are to be parsed as character literals, not as a start of a tag or a general entity reference or a character reference. In SGML <code>&lt;/</code> closes the element if it is declared as CDATA in the DTD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Dawson</title>
		<link>http://multicelldesign.com/2006/01/all-in-the-head-document-type-definitions/comment-page-1/#comment-76</link>
		<dc:creator>Karl Dawson</dc:creator>
		<pubDate>Thu, 19 Jan 2006 21:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=42#comment-76</guid>
		<description>Updated:

Amendments as suggested by Richard Ishida (&lt;abbr title=&quot;World Wide Web Consortium&quot;&gt;W3C&lt;/abbr&gt;) above.

Regards, Karl</description>
		<content:encoded><![CDATA[<p>Updated:</p>
<p>Amendments as suggested by Richard Ishida (<abbr title="World Wide Web Consortium">W3C</abbr>) above.</p>
<p>Regards, Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Ishida</title>
		<link>http://multicelldesign.com/2006/01/all-in-the-head-document-type-definitions/comment-page-1/#comment-75</link>
		<dc:creator>Richard Ishida</dc:creator>
		<pubDate>Wed, 18 Jan 2006 09:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=42#comment-75</guid>
		<description>Some quick thoughts:

[1] &quot;A Document Type Definition defines a set of declarations that conform to a particular markup syntax.&quot;

Shouldn&#039;t that be &#039;a Document Type Definition provides a set of declarations that define a particular markup syntax&#039;?

[2] &quot;It is important to add a DTD declaration to any HTML or XHTML document to establish that the document is an instance of the defined DTD. &quot;

maybe &quot;establish that the document is a valid instance&quot;

[3] You may want to add http://www.w3.org/International/articles/serving-xhtml/ to your list of references.</description>
		<content:encoded><![CDATA[<p>Some quick thoughts:</p>
<p>[1] &#8220;A Document Type Definition defines a set of declarations that conform to a particular markup syntax.&#8221;</p>
<p>Shouldn&#8217;t that be &#8216;a Document Type Definition provides a set of declarations that define a particular markup syntax&#8217;?</p>
<p>[2] &#8220;It is important to add a DTD declaration to any HTML or XHTML document to establish that the document is an instance of the defined DTD. &#8221;</p>
<p>maybe &#8220;establish that the document is a valid instance&#8221;</p>
<p>[3] You may want to add <a href="http://www.w3.org/International/articles/serving-xhtml/" rel="nofollow">http://www.w3.org/International/articles/serving-xhtml/</a> to your list of references.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Dawson</title>
		<link>http://multicelldesign.com/2006/01/all-in-the-head-document-type-definitions/comment-page-1/#comment-74</link>
		<dc:creator>Karl Dawson</dc:creator>
		<pubDate>Wed, 11 Jan 2006 18:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=42#comment-74</guid>
		<description>Thanks for the grammar check Mike, I&#039;ve changed the &lt;em&gt;single&lt;/em&gt; use of the word &quot;implement&quot; (and it&#039;s link) to &quot;use&quot; - words that perhaps I interchange too freely. I don&#039;t feel that the word &quot;reference&quot; carries enough weight for that header.

Regards, Karl</description>
		<content:encoded><![CDATA[<p>Thanks for the grammar check Mike, I&#8217;ve changed the <em>single</em> use of the word &#8220;implement&#8221; (and it&#8217;s link) to &#8220;use&#8221; &#8211; words that perhaps I interchange too freely. I don&#8217;t feel that the word &#8220;reference&#8221; carries enough weight for that header.</p>
<p>Regards, Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://multicelldesign.com/2006/01/all-in-the-head-document-type-definitions/comment-page-1/#comment-73</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 11 Jan 2006 17:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=42#comment-73</guid>
		<description>Interesting article, but you aren&#039;t very consistant in your references - one doesn&#039;t &#039;implement a DTD&#039;  at all, rather we create a reference to an existing DTD. This can be rather confusing at times.</description>
		<content:encoded><![CDATA[<p>Interesting article, but you aren&#8217;t very consistant in your references &#8211; one doesn&#8217;t &#8216;implement a DTD&#8217;  at all, rather we create a reference to an existing DTD. This can be rather confusing at times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Gunther</title>
		<link>http://multicelldesign.com/2006/01/all-in-the-head-document-type-definitions/comment-page-1/#comment-72</link>
		<dc:creator>Lars Gunther</dc:creator>
		<pubDate>Wed, 11 Jan 2006 12:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=42#comment-72</guid>
		<description>Good article. I think it&#039;s wisw to introduce the concept of &lt;em&gt;doctype switching&lt;/em&gt; as soon as possible, though.</description>
		<content:encoded><![CDATA[<p>Good article. I think it&#8217;s wisw to introduce the concept of <em>doctype switching</em> as soon as possible, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Steele</title>
		<link>http://multicelldesign.com/2006/01/all-in-the-head-document-type-definitions/comment-page-1/#comment-71</link>
		<dc:creator>Colin Steele</dc:creator>
		<pubDate>Wed, 11 Jan 2006 09:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=42#comment-71</guid>
		<description>A nice article that makes DocTypes easy to grasp.  Bookmarked for future reference.</description>
		<content:encoded><![CDATA[<p>A nice article that makes DocTypes easy to grasp.  Bookmarked for future reference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Dawson</title>
		<link>http://multicelldesign.com/2006/01/all-in-the-head-document-type-definitions/comment-page-1/#comment-70</link>
		<dc:creator>Karl Dawson</dc:creator>
		<pubDate>Tue, 10 Jan 2006 22:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=42#comment-70</guid>
		<description>I&#039;ve changed the title of the series as it&#039;s the same name as Drew McLellan&#039;s blog.
I hadn&#039;t been there until today, when a couple of people mentioned it :(
I mailed Drew immediately and changed the series name.

I have left the title of this article the same due to not wanting to break bookmarks etc.

Regards, Karl</description>
		<content:encoded><![CDATA[<p>I&#8217;ve changed the title of the series as it&#8217;s the same name as Drew McLellan&#8217;s blog.<br />
I hadn&#8217;t been there until today, when a couple of people mentioned it <img src='http://multicelldesign.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
I mailed Drew immediately and changed the series name.</p>
<p>I have left the title of this article the same due to not wanting to break bookmarks etc.</p>
<p>Regards, Karl</p>
]]></content:encoded>
	</item>
</channel>
</rss>

