domRegistry = DOMImplementationRegistry.newInstance();
domImpl = (DOMImplementationLS)
domRegistry.getDOMImplementation("LS");
Any ideas why that would be? Thanks, Michael-
domRegistry = DOMImplementationRegistry.newInstance();
domImpl = (DOMImplementationLS)
domRegistry.getDOMImplementation("LS");
Any ideas why that would be? Thanks, Michael-