1 <?xml version="1.0" encoding="UTF-8"?>
   2 
   3 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" xml:base="http://local/base/dtd/">
   4     <delegateURI uriStartString="http://remote/dtd/alice/" catalog="delegateURI-alice.xml" />
   5     <uriSuffix uriSuffix="docAlice.dtd" uri="docAliceUS.dtd" />
   6     <rewriteURI uriStartString="http://remote/dtd/alice/" rewritePrefix="http://local/base/ru/" />
   7     <uri name="http://remote/dtd/alice/docAlice.dtd" uri="docAliceURI.dtd" />
   8 
   9     <delegateURI uriStartString="http://remote/dtd/bob/" catalog="delegateURI-bob.xml" />
  10     <uriSuffix uriSuffix="docBob.dtd" uri="docBobUS.dtd" />
  11     <rewriteURI uriStartString="http://remote/dtd/bob/" rewritePrefix="http://local/base/dtd/ru/" />
  12 
  13     <delegateURI uriStartString="http://remote/dtd/carl/" catalog="delegateURI-carl.xml" />
  14     <uriSuffix uriSuffix="docCarl.dtd" uri="docCarlUS.dtd" />
  15 </catalog>