There are situations where you want to resolve references with an XML Catalog:
In such situations, you have to add the catalog to Oxygen XML Author Eclipse plugin. The DITA Maps Manager view will solve the displayed topic refs through the added XML catalog URI mappings. The resolution through the XML catalog URI mappings are done only for reference values starting with the urn: prefix.
Add button to open a dialog box that allows you to add your created
XML Catalog to the list.You can use the XMLUtilAccess.addPriorityURIResolver(URIResolver) API to
add your own priority URI resolver from a Workspace Access
plugin extension, allowing you to take control over how topic references in a DITA map are
located or how references in DITA topics are resolved.
If you are publishing a DITA map that contains references to topics that need to be resolved through the XML catalog support in Oxygen XML Author Eclipse plugin, you must enable the fix.external.refs.com.oxygenxml parameter in the Parameters tab of the transformation scenario configuration dialog box.