<?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: False-positive validation warnings</title>
	<atom:link href="http://www.abletech.co.nz/2009/03/false-positive-validation-warnings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abletech.co.nz/2009/03/false-positive-validation-warnings/</link>
	<description>Web Application Programmers and Consultants</description>
	<lastBuildDate>Mon, 04 Jul 2011 21:13:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: nigel</title>
		<link>http://www.abletech.co.nz/2009/03/false-positive-validation-warnings/comment-page-1/#comment-286</link>
		<dc:creator>nigel</dc:creator>
		<pubDate>Fri, 06 Mar 2009 01:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.abletech.co.nz/?p=197#comment-286</guid>
		<description>&lt;p&gt;Turns out my use of both opening and closing tags was the root cause.&lt;p&gt;
&lt;textarea name=&quot;code&quot; class=&quot;html&quot;&gt;&lt;input name=&quot;submit&quot; type=&quot;submit&quot; value=&quot;Log in&quot;&gt;&lt;/input&gt;&lt;/textarea&gt;

&lt;p&gt;Switching to a single tag solved it.&lt;/p&gt;

&lt;textarea name=&quot;code&quot; class=&quot;html&quot;&gt;&lt;input name=&quot;submit&quot; type=&quot;submit&quot; value=&quot;Log in&quot; /&gt;&lt;/textarea&gt;

&lt;p&gt;Credit to &lt;a href=&quot;http://koziarski.com/&quot; rel=&quot;nofollow&quot;&gt;Koz&lt;/a&gt; for the solution&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Turns out my use of both opening and closing tags was the root cause.</p>
<p>
<textarea name="code" class="html">&lt;input name=&#8221;submit&#8221; type=&#8221;submit&#8221; value=&#8221;Log in&#8221;&gt;&lt;/input&gt;</textarea></p>
<p>Switching to a single tag solved it.</p>
<p><textarea name="code" class="html">&lt;input name=&#8221;submit&#8221; type=&#8221;submit&#8221; value=&#8221;Log in&#8221; /&gt;</textarea></p>
<p>Credit to <a href="http://koziarski.com/" rel="nofollow">Koz</a> for the solution</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
