Re: Novice Java Language Binding Question

Just a sanity check: John, have the recent answers (that the DOM is just an
interface, and that you need to obtain or write code which actually
implements that interface and supports the language bindings you want to
use) addressed your question? Or did we misinterpret what you were asking?

>Ultimately, I want to be able to dynamically alter  an HTML document using
the HTML >Bindings.

The challenge is indeed going to be finding an HTML DOM that will talk to
Java -- or finding more than one, if you want to do this portably.
Unfortunately, not all browsers support accessing their DOM from Java.

______________________________________
Joe Kesselman  / IBM Research

Received on Friday, 28 January 2000 09:15:18 UTC