<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: HTML2DOM</title>
	<link>http://www.phpied.com/html2dom/</link>
	<description>Stoyan's blog about (x)html, ajax, bookmarklets, browsers, css, firebug, javascript, json, mdb2, mysql, pear, performance, php, phpbb, tools, yslow, yui, writing, music,... life and everything.</description>
	<pubDate>Sat, 17 May 2008 01:53:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: steve</title>
		<link>http://www.phpied.com/html2dom/#comment-61929</link>
		<pubDate>Fri, 17 Aug 2007 15:02:04 +0000</pubDate>
		<guid>http://www.phpied.com/html2dom/#comment-61929</guid>
					<description>actually, even more stuff will fail in IE.

IE won't build input elements properly, if they need a name attribute (which hmm, lets see... form submission does)

all the funky IE broken attributes won't work (cellpadding, cellspacing, valign, colspan, frameborder, nowrap, accesskey, etc.)

All inline event handlers... on*=&quot;doSomething(this);&quot; will fail

And any checked checkbox/radio buttons will likely have issues too.

oh, and script tag contents will fail, and style tag contents....

I laugh every time I hear the IE Team Mantra &quot;Don't Break the Web!&quot;

It seems they aren't very aware that they already, completely, did.</description>
		<content:encoded><![CDATA[<p>actually, even more stuff will fail in IE.</p>
<p>IE won't build input elements properly, if they need a name attribute (which hmm, lets see&#8230; form submission does)</p>
<p>all the funky IE broken attributes won't work (cellpadding, cellspacing, valign, colspan, frameborder, nowrap, accesskey, etc.)</p>
<p>All inline event handlers&#8230; on*="doSomething(this);" will fail</p>
<p>And any checked checkbox/radio buttons will likely have issues too.</p>
<p>oh, and script tag contents will fail, and style tag contents&#8230;.</p>
<p>I laugh every time I hear the IE Team Mantra "Don't Break the Web!"</p>
<p>It seems they aren't very aware that they already, completely, did.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Pyrania</title>
		<link>http://www.phpied.com/html2dom/#comment-49462</link>
		<pubDate>Mon, 19 Feb 2007 13:27:22 +0000</pubDate>
		<guid>http://www.phpied.com/html2dom/#comment-49462</guid>
					<description>Hello!

Its not that easy to parse html to js code.
Because of the damn IExplorer.

some examples:
the class Attribut
is in IE
...setAttribute(&quot;className&quot;,&quot;test&quot;);

the onclick Attribut is far stranger 
div.onclick = new Function(&quot;&quot;,&quot;&quot;)
but then that onclick wont be cloneable!!

the style Attribute has to be
div.style.background = ... instead of div.setAttribute(&quot;style&quot;,&quot;background:...);

and so on...

IE is a stranger out there!</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>Its not that easy to parse html to js code.<br />
Because of the damn IExplorer.</p>
<p>some examples:<br />
the class Attribut<br />
is in IE<br />
&#8230;setAttribute("className","test");</p>
<p>the onclick Attribut is far stranger<br />
div.onclick = new Function("","")<br />
but then that onclick wont be cloneable!!</p>
<p>the style Attribute has to be<br />
div.style.background = &#8230; instead of div.setAttribute("style","background:&#8230;);</p>
<p>and so on&#8230;</p>
<p>IE is a stranger out there!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stoyan</title>
		<link>http://www.phpied.com/html2dom/#comment-12374</link>
		<pubDate>Wed, 20 Sep 2006 19:49:21 +0000</pubDate>
		<guid>http://www.phpied.com/html2dom/#comment-12374</guid>
					<description>No problem Nathan, feel free to use the code for any purpose you feel fit. I'm not familiar with the all license options, so I don't even bother. Everything on posted this site is public domain, I post mainly with educational/reference purpose (including my own reference and education) but if anything is usable for a real app, even better!</description>
		<content:encoded><![CDATA[<p>No problem Nathan, feel free to use the code for any purpose you feel fit. I'm not familiar with the all license options, so I don't even bother. Everything on posted this site is public domain, I post mainly with educational/reference purpose (including my own reference and education) but if anything is usable for a real app, even better!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Nathan Hyde</title>
		<link>http://www.phpied.com/html2dom/#comment-12367</link>
		<pubDate>Wed, 20 Sep 2006 18:34:00 +0000</pubDate>
		<guid>http://www.phpied.com/html2dom/#comment-12367</guid>
					<description>I just linked on over to html2dom from your PHP/JS MVC post. I scanned the site for license info but didn't find any... but then came upon this post.

Thanks for the code!

Nathan</description>
		<content:encoded><![CDATA[<p>I just linked on over to html2dom from your PHP/JS MVC post. I scanned the site for license info but didn't find any&#8230; but then came upon this post.</p>
<p>Thanks for the code!</p>
<p>Nathan
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
