<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>A cursory glance tells me that this won't work
&lt;pre&gt;embedded.innerHTML = &quot;&lt;e src=&quot;http://www.jeroenwijering.com/embed/mediaplayer.swf&quot; height=&quot;340&quot; width=&quot;455&quot;&gt;&lt;/e&gt;&quot;; &lt;/pre&gt;
as you haven't escaped the qotes so they are effectively eding the string. If you wan't to use &lt;code&gt;&quot;&lt;/code&gt; in your string use &lt;code&gt;'&lt;/code&gt; to start it. i.e.
&lt;pre&gt;embedded.innerHTML = '&lt;e src=&quot;http://www.jeroenwijering.com/embed/mediaplayer.swf&quot; height=&quot;340&quot; width=&quot;455&quot;&gt;&lt;/e&gt;'; &lt;/pre&gt;</body>
  <body-html>&lt;p&gt;A cursory glance tells me that this won't work
&lt;br /&gt;&lt;pre&gt;embedded.innerHTML = &quot;&amp;lt;e src=&quot;http://www.jeroenwijering.com/embed/mediaplayer.swf&quot; height=&quot;340&quot; width=&quot;455&quot;&gt;&amp;lt;/e&gt;&quot;; &lt;/pre&gt;
&lt;br /&gt;as you haven't escaped the qotes so they are effectively eding the string. If you wan't to use &lt;code&gt;&quot;&lt;/code&gt; in your string use &lt;code&gt;'&lt;/code&gt; to start it. i.e.
&lt;br /&gt;&lt;pre&gt;embedded.innerHTML = '&amp;lt;e src=&quot;http://www.jeroenwijering.com/embed/mediaplayer.swf&quot; height=&quot;340&quot; width=&quot;455&quot;&gt;&amp;lt;/e&gt;'; &lt;/pre&gt;&lt;/p&gt;</body-html>
  <created-at type="datetime">2007-04-29T20:32:34Z</created-at>
  <forumable-id type="integer">1</forumable-id>
  <forumable-type>Forum</forumable-type>
  <id type="integer">1432</id>
  <topic-id type="integer">387</topic-id>
  <updated-at type="datetime">2007-06-22T08:06:00Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">8158</user-id>
</post>
