[Greasemonkey] Alternative to innerHTML?

Mark Wubben markwubben at gmail.com
Thu Jul 28 10:08:19 EDT 2005


> 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.


More information about the Greasemonkey mailing list