[EMAIL PROTECTED] wrote: > Are DOMs created for a html by Jtidy and NekoHtml isomorphic? Are they > isomorphic to microsoft webBroswer control's HTMLDocument DOM too?
That's the intention by defining the DOM interfaces using IDL. But there are natural differences between programming languages that will introduce changes in the bindings to a specific language. I can't say with certainty that the Java HTML DOM is isomorphic to the one in the browser that you would access using JavaScript, for example, though. -- Andy Clark * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
