Schema catalogs should be set after XMLTooling init.
Basics
Technical
Logistics
Basics
Technical
Logistics
Description
The init process relies on XMLToolingConfig::init to handle setting the schema catalogs into the parser. This doesn't happen if the library was initialized by something else prior to SPConfig::init. We should move the catalog setter down below the init call. Cleanest would be to add an API for that explicitly in XMLToolingConfig to minimize code duplication.
The init process relies on XMLToolingConfig::init to handle setting the schema catalogs into the parser. This doesn't happen if the library was initialized by something else prior to SPConfig::init. We should move the catalog setter down below the init call. Cleanest would be to add an API for that explicitly in XMLToolingConfig to minimize code duplication.