> ... Personally I am using the IDOM interface which I > understand is going to be the standard DOM interface in the next release > (probably somebody can confirm that?). > Gert
Yes. IDOM will be the standard DOM interface in the next release, BUT it will be also be RENAMED. Thus if you are using IDOM currently, some migration effort is required for the next release. Basically the usage is similar, just it is now renamed from IDOM_XXX to DOMXXX, and the headers are moved from (e.g.) include/xercesc/idom/IDOM_Document.hpp to include/xercesc/dom/DOMDocument.hpp, and the parser is renamed from IDOMParser to XercesDOMParser. Please refer to our latest nightly build (http://xml.apache.org/dist/xerces-c/nightly/2002-06-10/) to get a feeling how it will look like. Tinny --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
