Thanks Nisse. This works great! I just wish the HTML DOM parser could just ignore the contents of the <script> tags. It would have made life so much easier for developers working with the DOM. Best regards, __ Raymond Irving 2010/6/7 Nisse Engström <news.NOSPAM.0ixbtqKe@xxxxxxxx> > > In HTML, the "</" sequence closes the <script> element. > You can escape the "/" character with a backslash: > > <strong>Bold Text<\/strong>,Normal Text > >