12Load catalogs from the classpath

Configuration on Java

  • Feature ResolverFeature.CLASSPATH_CATALOGS (type: Boolean)

  • System property xml.catalog.classpathCatalogs

  • Property file property classpath-catalogs

Configuration on .NET

  • This setting has no equivalent on .NET

Load catalog files from the classpath. If this property is true, the resolver will search for all of the files named org/xmlresolver/catalog.xml on the classpath and add each of them to the end of the catalog list.

This feature is enabled by default.