- From: Ray Whitmer <rayw@netscape.com>
- Date: Thu, 26 Sep 2002 06:30:13 -0700
- To: Pavithran <pavithran.a@ap.sony.com>
- Cc: www-dom@w3.org
To be useful, bootstrapping has to be defined in one place for the binding you are using. Since DOM contains normative bindings for Java and ECMAScript, these can be specified there. The first question with respect to C++ would be which C++ binding, because more than one have been created, each of which could be expected to supply bootstrapping differently, following the basic map in the spec. How to get it would have to be defined in the DOM binding. If there is only ever 1 DOM implementation you will use, then, as you say, it is not useful. Ray Whitmer rayw@netscape.com Pavithran wrote: > Hi All, > Can any one helps me to understand bootstrapping DOM Level 3 concept, > I am implementing in c++,i have following Questions > 1)Is registry is persistent?or shall i force the application user to > register everytime using AddSource().. > 2)Suppose i have only one implementation like MyDOM how do i register > this MyDOM, > how do i make this MyDOM as object of DOMImplementationSource, > 3)If i have only one implementation,i think bootstrapping is not useful??? > Please help to understand bootstrapping , > > Thanking u in advance, > Regards, > Pavithran
Received on Thursday, 26 September 2002 09:58:47 UTC