IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Add an entry to <codeclass="filename">CATALOGFILE</code>. <emclass="replaceable"><code>TYPE</code></em>
indicates the type of entry. Possible types are: <spanclass="simplelist"><emclass="parameter"><code>public</code></em>, <emclass="parameter"><code>system</code></em>, <emclass="parameter"><code>uri</code></em>, <emclass="parameter"><code>rewriteSystem</code></em>, <emclass="parameter"><code>rewriteURI</code></em>, <emclass="parameter"><code>delegatePublic</code></em>, <emclass="parameter"><code>delegateSystem</code></em>, <emclass="parameter"><code>delegateURI</code></em>, <emclass="parameter"><code>nextCatalog</code></em></span>. <emclass="replaceable"><code>ORIG</code></em> is the original
reference to be replaced, and <emclass="replaceable"><code>REPLACE</code></em>
is the <acronymclass="acronym">URI</acronym> of the replacement entity to be
used. The <codeclass="option">--add</code> option will not overwrite
Add an entry to the catalog file. <emclass="replaceable"><code>TYPE</code></em>
indicates the type of entry. Possible types are: <spanclass="simplelist"><emclass="parameter"><code>public</code></em>, <emclass="parameter"><code>system</code></em>, <emclass="parameter"><code>uri</code></em>, <emclass="parameter"><code>rewriteSystem</code></em>, <emclass="parameter"><code>rewriteURI</code></em>, <emclass="parameter"><code>delegatePublic</code></em>, <emclass="parameter"><code>delegateSystem</code></em>, <emclass="parameter"><code>delegateURI</code></em>, <emclass="parameter"><code>nextCatalog</code></em></span>. <emclass="replaceable"><code>ORIG</code></em> is the original
reference to be replaced, and <emclass="replaceable"><code>REPLACE</code></em>
is the <acronymclass="acronym">URI</acronym> of the replacement entity to be
used. The <codeclass="option">--add</code> option will not overwrite
Remove the catalog entry corresponding to <emclass="replaceable"><code>VALUE(S)</code></em>.
</p></dd><dt><spanclass="term"><codeclass="option">dump</code></span></dt><dd><p>Print the current catalog.</p></dd><dt><spanclass="term"><codeclass="option">exit</code></span></dt><dd><p>Quit the shell.</p></dd><dt><spanclass="term"><codeclass="option">public <emclass="replaceable"><code>PUBLIC-ID</code></em></code></span></dt><dd><p>
Execute a Formal Public Identifier lookup of the catalog entry
for <emclass="replaceable"><code>PUBLIC-ID</code></em>. The corresponding entry will be
Execute a Formal Public Identifier lookup of the catalog entry
for <emclass="replaceable"><code>SYSTEM-ID</code></em>. The corresponding entry will be
output to the command line.
</p></dd></dl></div></div><divclass="refsect1"><aname="environment"></a><h2>ENVIRONMENT</h2><divclass="variablelist"><dlclass="variablelist"><dt><spanclass="term"><codeclass="envar">XML_CATALOG_FILES</code></span></dt><dd><p><acronymclass="acronym">XML</acronym> catalog behavior can be changed by redirecting
queries to the user's own set of catalogs. This can be done by setting
the <codeclass="envar">XML_CATALOG_FILES</code> environment variable to a space-separated
list of catalogs. Use percent-encoding to escape spaces or other characters.
An empty variable should deactivate loading the default catalog from
<codeclass="filename">/etc/xml/catalog</code> or, more specifically,
<spanclass="command"><strong>xmlcatalog</strong></span> return codes provide information that can be used when
calling it from scripts.
</p><divclass="variablelist"><dlclass="variablelist"><dt><spanclass="term"><spanclass="errorcode">0</span></span></dt><dd><p>No error</p></dd><dt><spanclass="term"><spanclass="errorcode">1</span></span></dt><dd><p>Failed to remove an entry from the catalog</p></dd><dt><spanclass="term"><spanclass="errorcode">2</span></span></dt><dd><p>Failed to save to the catalog, check file permissions</p></dd><dt><spanclass="term"><spanclass="errorcode">3</span></span></dt><dd><p>Failed to add an entry to the catalog</p></dd><dt><spanclass="term"><spanclass="errorcode">4</span></span></dt><dd><p>Failed to look up an entry in the catalog</p></dd></dl></div></div><divclass="refsect1"><aname="seealso"></a><h2>SEE ALSO</h2><p><spanclass="citerefentry"><spanclass="refentrytitle">libxml</span>(3)</span>
</p><p>
More information can be found at
</p><divclass="itemizedlist"><ulclass="itemizedlist"style="list-style-type: disc; "><liclass="listitem"><p><spanclass="citerefentry"><spanclass="refentrytitle">libxml</span>(3)</span> web page <aclass="ulink"href="https://gitlab.gnome.org/GNOME/libxml2"target="_top">https://gitlab.gnome.org/GNOME/libxml2</a>
</p></li><liclass="listitem"><p><spanclass="citerefentry"><spanclass="refentrytitle">libxml</span>(3)</span> catalog support web page
at <aclass="ulink"href="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/Catalog-support"target="_top">https://gitlab.gnome.org/GNOME/libxml2/-/wikis/Catalog-support</a>