<?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: CDATA and XHTML Validation</title>
	<atom:link href="http://kazzi.net/coding/cdata-and-xhtml-validation.html/feed" rel="self" type="application/rss+xml" />
	<link>http://kazzi.net/coding/cdata-and-xhtml-validation.html</link>
	<description>A short and boring log site.</description>
	<lastBuildDate>Fri, 20 Apr 2012 04:31:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Louis Carabini</title>
		<link>http://kazzi.net/coding/cdata-and-xhtml-validation.html/comment-page-1#comment-8701</link>
		<dc:creator>Louis Carabini</dc:creator>
		<pubDate>Sun, 20 Mar 2011 03:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://kazzi.net/tips-tricks/cdata-and-xhtml-validation.html#comment-8701</guid>
		<description>In HTML their contents are defined as CDATA meaning everything from the start of the contents to the next occurrence of the closing token in this case is considered character data that isnt parsed as markup. However in XHTML their contents are defined as PCDATA meaning the contents are parsed as markup comment directives are hidden ampersands are treated as the beginning of character references marked sections are recognized etc.</description>
		<content:encoded><![CDATA[<p>In HTML their contents are defined as CDATA meaning everything from the start of the contents to the next occurrence of the closing token in this case is considered character data that isnt parsed as markup. However in XHTML their contents are defined as PCDATA meaning the contents are parsed as markup comment directives are hidden ampersands are treated as the beginning of character references marked sections are recognized etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elyza</title>
		<link>http://kazzi.net/coding/cdata-and-xhtml-validation.html/comment-page-1#comment-5965</link>
		<dc:creator>Elyza</dc:creator>
		<pubDate>Thu, 26 Nov 2009 11:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://kazzi.net/tips-tricks/cdata-and-xhtml-validation.html#comment-5965</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://kazzi.net/coding/cdata-and-xhtml-validation.html/comment-page-1#comment-1668</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 20 Apr 2009 14:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://kazzi.net/tips-tricks/cdata-and-xhtml-validation.html#comment-1668</guid>
		<description>Thanks for this, couldn&#039;t quite remember how to do it! 

Viet, target attribute is invalidate for a reason afaik, it can totally mess up a users experience when used incorrectly (which is the case, in most cases)</description>
		<content:encoded><![CDATA[<p>Thanks for this, couldn&#8217;t quite remember how to do it! </p>
<p>Viet, target attribute is invalidate for a reason afaik, it can totally mess up a users experience when used incorrectly (which is the case, in most cases)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viet</title>
		<link>http://kazzi.net/coding/cdata-and-xhtml-validation.html/comment-page-1#comment-825</link>
		<dc:creator>Viet</dc:creator>
		<pubDate>Fri, 11 Apr 2008 03:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://kazzi.net/tips-tricks/cdata-and-xhtml-validation.html#comment-825</guid>
		<description>XHTML is not that universal. It causes lots of validation problems. XHTML 1.0 Strict treat the attribute &quot;target&quot; of anchors &lt;A&gt; as invalid. Excessive enthusiasm makes web design less fun!</description>
		<content:encoded><![CDATA[<p>XHTML is not that universal. It causes lots of validation problems. XHTML 1.0 Strict treat the attribute &#8220;target&#8221; of anchors &lt;A&gt; as invalid. Excessive enthusiasm makes web design less fun!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

