<?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"
	>
<channel>
	<title>Comments on: Validate forms XHTML 1.0 Strict</title>
	<atom:link href="http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/</link>
	<description>Weblog Tools Blogging Tools Blog</description>
	<pubDate>Sat, 06 Sep 2008 16:12:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Happy</title>
		<link>http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-1159814</link>
		<dc:creator>Happy</dc:creator>
		<pubDate>Mon, 14 May 2007 19:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-1159814</guid>
		<description>Thanks!! works perfect! Xhtml 1.0 STRICT</description>
		<content:encoded><![CDATA[<p>Thanks!! works perfect! Xhtml 1.0 STRICT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-1114746</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 25 Jan 2007 16:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-1114746</guid>
		<description>I still prefered using  then using an ID, if there is no name, some extension in dreamweaver will not work, it will say please name your form first, stupid that it does validate correctly using xhtml strict, but hey the name inside a form still works anyway, forget the rule.</description>
		<content:encoded><![CDATA[<p>I still prefered using  then using an ID, if there is no name, some extension in dreamweaver will not work, it will say please name your form first, stupid that it does validate correctly using xhtml strict, but hey the name inside a form still works anyway, forget the rule.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-1092605</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 25 Dec 2006 13:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-1092605</guid>
		<description>There is a easier way.
document.forms[ 0 ].submit()</description>
		<content:encoded><![CDATA[<p>There is a easier way.<br />
document.forms[ 0 ].submit()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someone</title>
		<link>http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-652159</link>
		<dc:creator>someone</dc:creator>
		<pubDate>Thu, 17 Aug 2006 15:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-652159</guid>
		<description>Thanks for the tips dude. Worked a treat.
Here's how I used it.

</description>
		<content:encoded><![CDATA[<p>Thanks for the tips dude. Worked a treat.<br />
Here&#8217;s how I used it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-519556</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Wed, 05 Jul 2006 20:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-519556</guid>
		<description>I found this technique of using an "id" attribute in the form tag to work beautifully in XHTML Strict.  I modified this slightly since my form calls a JavaScript function.  I gave my form an id of "FormA" and in my JavaScript, I used this statement to talk to the form: var form = document.forms['FormA']; 
Thanks for the tip!  </description>
		<content:encoded><![CDATA[<p>I found this technique of using an &#8220;id&#8221; attribute in the form tag to work beautifully in XHTML Strict.  I modified this slightly since my form calls a JavaScript function.  I gave my form an id of &#8220;FormA&#8221; and in my JavaScript, I used this statement to talk to the form: var form = document.forms['FormA'];<br />
Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-519439</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Wed, 05 Jul 2006 20:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-519439</guid>
		<description>Actually, in XHTML Strict, if you simply nest your form inside of a div, your XHTML will still not validate.  All form elements (labels, input tags, etc) must be contained in a block-level element like a fieldset or a paragraph tag in order to validate.  </description>
		<content:encoded><![CDATA[<p>Actually, in XHTML Strict, if you simply nest your form inside of a div, your XHTML will still not validate.  All form elements (labels, input tags, etc) must be contained in a block-level element like a fieldset or a paragraph tag in order to validate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phen0m</title>
		<link>http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-402799</link>
		<dc:creator>phen0m</dc:creator>
		<pubDate>Mon, 05 Jun 2006 18:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-402799</guid>
		<description>thanks a lot ) very useful tip!
3rd place in google by "xhtml strict form name" =)
respect from russia ^^</description>
		<content:encoded><![CDATA[<p>thanks a lot ) very useful tip!<br />
3rd place in google by &#8220;xhtml strict form name&#8221; =)<br />
respect from russia ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jannick</title>
		<link>http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-298600</link>
		<dc:creator>Jannick</dc:creator>
		<pubDate>Sun, 14 May 2006 08:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-298600</guid>
		<description>This was just what I needed for my javascript to work, and also to be able to validate my site as xhtml 1.1 strict. Thank you :D

The id instead of name in a form can be a tricky part, but this solves it nicely.</description>
		<content:encoded><![CDATA[<p>This was just what I needed for my javascript to work, and also to be able to validate my site as xhtml 1.1 strict. Thank you <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>The id instead of name in a form can be a tricky part, but this solves it nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: x0o</title>
		<link>http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-133424</link>
		<dc:creator>x0o</dc:creator>
		<pubDate>Sat, 03 Dec 2005 11:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-133424</guid>
		<description>&lt;strong&gt;Abid Omar:&lt;/strong&gt; FORM still cant have the "name" tag. 
Thanks for the tip man!</description>
		<content:encoded><![CDATA[<p><strong>Abid Omar:</strong> FORM still cant have the &#8220;name&#8221; tag.<br />
Thanks for the tip man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-51768</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 12 May 2005 23:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-51768</guid>
		<description>Thanks for your "name" tip. I was able to update the following form to XHTML 1.0 strict.




Text Area HighLight 






</description>
		<content:encoded><![CDATA[<p>Thanks for your &#8220;name&#8221; tip. I was able to update the following form to XHTML 1.0 strict.</p>
<p>Text Area HighLight</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abid Omar</title>
		<link>http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-1675</link>
		<dc:creator>Abid Omar</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-1675</guid>
		<description>If you enclose your form in a div, you won't get all those "name" errors, and you then need not enclose each input tag in a separate container (or hidden fieldset).

&lt;code&gt;
&lt;form&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/form&gt;
&lt;/code&gt;

For details see &lt;a href="http://jayseae.cxliv.org/2003/07/25/forms_in_xhtml_1.1.html"&gt;Forms in XHTML 1.1&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>If you enclose your form in a div, you won&#8217;t get all those &#8220;name&#8221; errors, and you then need not enclose each input tag in a separate container (or hidden fieldset).</p>
<p><code></p>
<form>
<div></div>
</form>
<p></code></p>
<p>For details see <a href="http://jayseae.cxliv.org/2003/07/25/forms_in_xhtml_1.1.html">Forms in XHTML 1.1</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne</title>
		<link>http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-1369</link>
		<dc:creator>Anne</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2004/08/16/validate-forms-xhtml-10-strict/#comment-1369</guid>
		<description>I doubt if that works with real XHTML. I guess this is more the solution for HTML 4.01 Strict.</description>
		<content:encoded><![CDATA[<p>I doubt if that works with real XHTML. I guess this is more the solution for HTML 4.01 Strict.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
