<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Experimental Space &#187; XHTML</title>
	<atom:link href="http://www.experimentalspace.com/index.php/category/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.experimentalspace.com</link>
	<description>Trying out new things, technical and crafty!</description>
	<lastBuildDate>Tue, 02 Feb 2010 16:58:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Validating script elements in XHTML</title>
		<link>http://www.experimentalspace.com/index.php/2006/07/validating-script-elements-in-xhtml/</link>
		<comments>http://www.experimentalspace.com/index.php/2006/07/validating-script-elements-in-xhtml/#comments</comments>
		<pubDate>Wed, 05 Jul 2006 08:14:00 +0000</pubDate>
		<dc:creator>Lacuna</dc:creator>
				<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://temp.experimentalspace.com/?p=14</guid>
		<description><![CDATA[I&#8217;ve found that multiple errors will come from within any [script] tags that I have. To solve this, use
CDATA as so:

[script]
< ! [ CDATA [          
** Please note that you should not have your
             [...]]]></description>
		<wfw:commentRss>http://www.experimentalspace.com/index.php/2006/07/validating-script-elements-in-xhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XHTML v1.1 Validation &#8211; Using the &#8216; name &#8216; attribute</title>
		<link>http://www.experimentalspace.com/index.php/2006/07/xhtml-v11-validation-using-the-name-attribute/</link>
		<comments>http://www.experimentalspace.com/index.php/2006/07/xhtml-v11-validation-using-the-name-attribute/#comments</comments>
		<pubDate>Wed, 05 Jul 2006 08:10:00 +0000</pubDate>
		<dc:creator>Lacuna</dc:creator>
				<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://temp.experimentalspace.com/?p=13</guid>
		<description><![CDATA[While trying to validate a site, I found that the document didn&#8217;t like the attribute &#8216;name &#8216; . I searched and found it is being deprecated and the functionality is still possbile, although to use &#8216;id&#8217; instead.
[a id='top'] [/a]
[a href='#top']Go to top of page[/a]
The attribute &#8216;id&#8217; must be a unique identifier.
]]></description>
		<wfw:commentRss>http://www.experimentalspace.com/index.php/2006/07/xhtml-v11-validation-using-the-name-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
