Ok sometimes it's time for a redesign. Without js I just call render and go. With js I have to decorate the tree with the js objects, run js scripts etc, and then render. All good, but there are some things render does, normalizing the text and values and attributes etc, that have to be done before js starts. But of course js has to preceed render. So now I have to step back and write prerender() to do this preparation, then call decorate() if js is active, then call render. I'll have my head in this redesign for a day or so.
At the top of html.c is a variable testnew, which is 0, but locally I set it to 1 to test the new stuff. You don't want to set it to 1 in your build, not for a while anyways. :) Karl Dahlke _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
