> On 7/27/05, Scott Turner <srt19170 at gmail.com> wrote: > So my question is whether anyone has any good solutions to this problem, or > in general how to take text HTML and insert it into a DOM tree. Any help > will be much appreciated, thanks! Run the HTML through the XML parser, import the nodes into the document and append them.