<?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: Internet Explorer and innerHTML in PRE elements</title>
	<atom:link href="http://dense13.com/blog/2008/09/24/internet-explorer-innerhtml-in-pre-elements/feed/" rel="self" type="application/rss+xml" />
	<link>http://dense13.com/blog/2008/09/24/internet-explorer-innerhtml-in-pre-elements/</link>
	<description>How am I supposed to know?? Ask Pipo!</description>
	<pubDate>Sun, 01 Aug 2010 08:05:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: James</title>
		<link>http://dense13.com/blog/2008/09/24/internet-explorer-innerhtml-in-pre-elements/#comment-794</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 28 Jan 2010 16:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://dense13.com/?p=54#comment-794</guid>
		<description>Thanks for this post! I just noticed the same thing in IE7 and was
amazed that I'd found yet *another* IE bug. Miserable. At least
finding this post lets me know I'm sane and not just missing
something. As a side effect of this bug, doing this: elem.innerHTML
= elem.innerHTML Completely removes all linebreaks. Stupid IE.</description>
		<content:encoded><![CDATA[<p>Thanks for this post! I just noticed the same thing in IE7 and was<br />
amazed that I'd found yet *another* IE bug. Miserable. At least<br />
finding this post lets me know I'm sane and not just missing<br />
something. As a side effect of this bug, doing this: elem.innerHTML<br />
= elem.innerHTML Completely removes all linebreaks. Stupid IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dense13</title>
		<link>http://dense13.com/blog/2008/09/24/internet-explorer-innerhtml-in-pre-elements/#comment-344</link>
		<dc:creator>dense13</dc:creator>
		<pubDate>Wed, 24 Sep 2008 22:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://dense13.com/?p=54#comment-344</guid>
		<description>Great! As soon as I get a chance I'll try the new version. I actually missed out on 0.5, oops...</description>
		<content:encoded><![CDATA[<p>Great! As soon as I get a chance I'll try the new version. I actually missed out on 0.5, oops...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gnombat</title>
		<link>http://dense13.com/blog/2008/09/24/internet-explorer-innerhtml-in-pre-elements/#comment-342</link>
		<dc:creator>gnombat</dc:creator>
		<pubDate>Wed, 24 Sep 2008 19:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://dense13.com/?p=54#comment-342</guid>
		<description>Getting innerHTML to work consistently in different browsers is
tricky. You may be able to get it to work by using BR elements and
nbsp entities, but the DOM methods usually behave more consistently
across browsers. I have been working on SHJS so that it will
preserve existing tags when highlighting (using DOM methods,
without using innerHTML). This feature is now available in version
0.6alpha1.</description>
		<content:encoded><![CDATA[<p>Getting innerHTML to work consistently in different browsers is<br />
tricky. You may be able to get it to work by using BR elements and<br />
nbsp entities, but the DOM methods usually behave more consistently<br />
across browsers. I have been working on SHJS so that it will<br />
preserve existing tags when highlighting (using DOM methods,<br />
without using innerHTML). This feature is now available in version<br />
0.6alpha1.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
