Well it actually failed when loadHTML() is used. The strange thing is that it will fail regardless of the "--" characters: "Unexpected end tag : strong in Entity" __ Raymond Irving On Mon, Jun 7, 2010 at 2:50 PM, Andrew Ballard <aballard@xxxxxxxxx> wrote: > On Mon, Jun 7, 2010 at 3:30 PM, Raymond Irving <xwisdom@xxxxxxxxx> wrote: > > Hi Adam, > > > > Thanks for the update but I'm thinking that it would be much easier if > the > > DOM parser could just ignore the contents of the <script> tags when > parsing > > HTML content. This way we would not have to out JavaScript or force uses > to > > add JavaScript to a separate file. > > > > What do you think? > > > > __ > > Raymond Irving > > You didn't tell it to open the contents as HTML; you told it to open > the contents as XML. > > Andrew >