Re: [PHP] Re: DOMDocument throws Unexpected end tag error when loading valid HTML

2010-06-08 Thread Peter Lind
2010/6/7 Raymond Irving : > Thanks Nisse. This works great! > > I just wish the HTML DOM parser could just ignore the contents of the >

Re: [PHP] Re: DOMDocument throws Unexpected end tag error when loading valid HTML

2010-06-07 Thread Raymond Irving
Thanks Nisse. This works great! I just wish the HTML DOM parser could just ignore the contents of the

[PHP] Re: DOMDocument throws Unexpected end tag error when loading valid HTML

2010-06-07 Thread Nisse Engström
On Sun, 6 Jun 2010 13:56:25 -0500, Raymond Irving wrote: > Here's the script. Can anyone confirm this error or is there a known > workaround? > > > $html = ' > > > > > > var html = "Bold Text,Normal Text"; > document.write(html);