<?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: Valid characters in attribute names in HTML/XML</title>
	<atom:link href="http://www.razzed.com/2009/01/30/valid-characters-in-attribute-names-in-htmlxml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.razzed.com/2009/01/30/valid-characters-in-attribute-names-in-htmlxml/</link>
	<description>Blunt Musings: Analytics, Search, Marketing, and Privacy. And other random thoughts.</description>
	<lastBuildDate>Tue, 13 Dec 2011 01:23:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Steve Krause</title>
		<link>http://www.razzed.com/2009/01/30/valid-characters-in-attribute-names-in-htmlxml/comment-page-1/#comment-550</link>
		<dc:creator>Steve Krause</dc:creator>
		<pubDate>Tue, 13 Dec 2011 01:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.razzed.com/?p=118#comment-550</guid>
		<description>All well and good but the .(period) is getting converted to an _(underscore) on the POST array in PHP so that has to be taken into account when trying to match the name in the POST array.  Probably worth including in the article.</description>
		<content:encoded><![CDATA[<p>All well and good but the .(period) is getting converted to an _(underscore) on the POST array in PHP so that has to be taken into account when trying to match the name in the POST array.  Probably worth including in the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://www.razzed.com/2009/01/30/valid-characters-in-attribute-names-in-htmlxml/comment-page-1/#comment-404</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Fri, 01 Jul 2011 08:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.razzed.com/?p=118#comment-404</guid>
		<description>Hell yeah, you just said what I always thought while looking for specs. It is exactly the opposite of their initial intention... I usually prefer to search the web for people (like u) who thankfully spend their time finding the right answer (for me). Once again, thank you! ;-)</description>
		<content:encoded><![CDATA[<p>Hell yeah, you just said what I always thought while looking for specs. It is exactly the opposite of their initial intention&#8230; I usually prefer to search the web for people (like u) who thankfully spend their time finding the right answer (for me). Once again, thank you! ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uchikoma</title>
		<link>http://www.razzed.com/2009/01/30/valid-characters-in-attribute-names-in-htmlxml/comment-page-1/#comment-167</link>
		<dc:creator>uchikoma</dc:creator>
		<pubDate>Mon, 29 Mar 2010 10:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.razzed.com/?p=118#comment-167</guid>
		<description>&quot;When reading the W3C’s specifications, does anyone else have difficulty finding what you’re looking for?........&quot;

ANSWER

W3C specs are obviously designed to make people go insane. I, for example, am a little egg....</description>
		<content:encoded><![CDATA[<p>&#8220;When reading the W3C’s specifications, does anyone else have difficulty finding what you’re looking for?&#8230;&#8230;..&#8221;</p>
<p>ANSWER</p>
<p>W3C specs are obviously designed to make people go insane. I, for example, am a little egg&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.razzed.com/2009/01/30/valid-characters-in-attribute-names-in-htmlxml/comment-page-1/#comment-139</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 28 Sep 2009 13:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.razzed.com/?p=118#comment-139</guid>
		<description>^[a-zA-Z_:][-a-zA-Z0-9_:.] else 3Desc is not false!!!!</description>
		<content:encoded><![CDATA[<p>^[a-zA-Z_:][-a-zA-Z0-9_:.] else 3Desc is not false!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Heffernan</title>
		<link>http://www.razzed.com/2009/01/30/valid-characters-in-attribute-names-in-htmlxml/comment-page-1/#comment-125</link>
		<dc:creator>Steve Heffernan</dc:creator>
		<pubDate>Fri, 19 Jun 2009 23:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.razzed.com/?p=118#comment-125</guid>
		<description>Thanks for finding that!</description>
		<content:encoded><![CDATA[<p>Thanks for finding that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.razzed.com/2009/01/30/valid-characters-in-attribute-names-in-htmlxml/comment-page-1/#comment-124</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Thu, 18 Jun 2009 13:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.razzed.com/?p=118#comment-124</guid>
		<description>This has changed to a significantly larger character set, I think (from http://www.w3.org/TR/REC-xml/#NT-NameChar):
[4]   	NameStartChar	   ::=   	&quot;:&quot; &#124; [A-Z] &#124; &quot;_&quot; &#124; [a-z] &#124; [#xC0-#xD6] &#124; [#xD8-#xF6] &#124; [#xF8-#x2FF] &#124; [#x370-#x37D] &#124; [#x37F-#x1FFF] &#124; [#x200C-#x200D] &#124; [#x2070-#x218F] &#124; [#x2C00-#x2FEF] &#124; [#x3001-#xD7FF] &#124; [#xF900-#xFDCF] &#124; [#xFDF0-#xFFFD] &#124; [#x10000-#xEFFFF]
[4a]   	NameChar	   ::=   	NameStartChar &#124; &quot;-&quot; &#124; &quot;.&quot; &#124; [0-9] &#124; #xB7 &#124; [#x0300-#x036F] &#124; [#x203F-#x2040]</description>
		<content:encoded><![CDATA[<p>This has changed to a significantly larger character set, I think (from <a href="http://www.w3.org/TR/REC-xml/#NT-NameChar" rel="nofollow">http://www.w3.org/TR/REC-xml/#NT-NameChar</a>):<br />
[4]   	NameStartChar	   ::=   	&#8220;:&#8221; | [A-Z] | &#8220;_&#8221; | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]<br />
[4a]   	NameChar	   ::=   	NameStartChar | &#8220;-&#8221; | &#8220;.&#8221; | [0-9] | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Whitney</title>
		<link>http://www.razzed.com/2009/01/30/valid-characters-in-attribute-names-in-htmlxml/comment-page-1/#comment-121</link>
		<dc:creator>Doug Whitney</dc:creator>
		<pubDate>Wed, 06 May 2009 21:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.razzed.com/?p=118#comment-121</guid>
		<description>This is exactly what I is looking for, plus the regex to boot!

Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>This is exactly what I is looking for, plus the regex to boot!</p>
<p>Thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

