something like this:
doc = {somethingWrappedFromWebKitViaPyObjC}.document
body = doc.getElementsByTagName['body'].item(0)
body.appendChild(doc.createTextNode("hello!"))
Any reason this *has* to be with Webkit's DOM toolkit? Charlie _______________________________________________ EuroPython mailing list [email protected] http://mail.python.org/mailman/listinfo/europython
