Top "Xmlcatalog" questions

An XML catalog is a file aimed at mapping the information in an XML external identifier into a URI reference for the desired resource.

Resolving type definitions from imported schema in XJC fails

I've got this API using JAXB to conveniently use object models, generated from XML Schemas by the XJC (XML-to-Java) compiler, …

maven jaxb xjc xmlcatalog jaxb-episode
XML Catalog Resolving / resolver.jar vs com.sun.org.apache.xml.internal.resolver

Dear forum, what is the difference between the JDK contained import com.sun.org.apache.xml.internal.resolver.CatalogManager; and …

java xerces xmlcatalog
Maven Jaxb Generate Fails When Compiling A Module That Depends On Multiple Modules

I have an Eclipse Maven project consisting of multiple modules, some of which contain Xml schemas that I want to …

maven jaxb build-error xmlcatalog jaxb-episode