xmlcatmgr

Manipulate and manage SGML and XML entity catalogs

brewmacoslinux
Try with needOr install directly
Source

About

Manipulate SGML and XML catalogs

Commands

xmlcatmgr

Examples

Add a public catalog entry to the default catalog$ xmlcatmgr -a public "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
Add a system catalog entry for local entity resolution$ xmlcatmgr -a system "http://example.com/schema.xsd" "/usr/local/share/xml/schema.xsd"
List all entries in the XML catalog$ xmlcatmgr -l