<?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>A sign of things to come ... &#187; DOM</title>
	<atom:link href="http://www.webdev.net.au/tag/dom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdev.net.au</link>
	<description>All things whacky, weird and wonderful</description>
	<lastBuildDate>Sun, 11 Dec 2011 21:38:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to create a space (&amp;nbsp) using the DOM</title>
		<link>http://www.webdev.net.au/2009/09/01/how-to-create-a-space-nbsp-with-createelement/</link>
		<comments>http://www.webdev.net.au/2009/09/01/how-to-create-a-space-nbsp-with-createelement/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 21:27:04 +0000</pubDate>
		<dc:creator>dgen</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[DOM]]></category>

		<guid isPermaLink="false">http://www.webdev.net.au/?p=108</guid>
		<description><![CDATA[This is a problem which stumped me when I first started to experiment with creating elements dynamically. A couple of simple methods I have found to work are: document.createTextNode(String.fromCharCode(160)) or the Unicode equivalent: document.createTextNode(&#8216;\u00a0&#8216;) Hope this has been able to solve many a headache!]]></description>
		<wfw:commentRss>http://www.webdev.net.au/2009/09/01/how-to-create-a-space-nbsp-with-createelement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

