Manage SGML and XML catalogs for document processing
Manipulate SGML and XML catalogs
xmlcatmgr$ xmlcatmgr -c /etc/xml/catalog add PUBLIC "//My Org//My DTD//EN" "/path/to/my.dtd"$ xmlcatmgr -c /etc/xml/catalog remove PUBLIC "//My Org//My DTD//EN"$ xmlcatmgr -c /etc/xml/catalog list$ xmlcatmgr -c /etc/xml/mycatalog.xml create && xmlcatmgr -c /etc/xml/mycatalog.xml add SYSTEM "custom.dtd" "/usr/share/xml/custom.dtd"$ xmlcatmgr -c /etc/xml/catalog lookup PUBLIC "//My Org//My DTD//EN"