Dear forum, what is the difference between the JDK contained
import com.sun.org.apache.xml.internal.resolver.CatalogManager;
and the one contained in the Apache Xerces project
import org.apache.xml.resolver.tools.CatalogResolver;
are there any benefits of using the latter for simple Catalog Resolving? From what I read on Wikipedia it seems clear to me there is no benefit in using the latter:
org.apache.xml.resolver.tools.CatalogResolver is used to resolve external entities to locally-cached instances. This resolver originates from Apache Xerces but is now included with the Sun Java runtime.
Anyway some XML related projects like qizx supply a seperate resolver.jar. Thanks for your help. Michael