1 <?xml version="1.0" encoding="UTF-8"?>
   2 <catalog
   3   xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
   4 
   5     <!-- using uri entries -->
   6     <uri name="http://openjdk.java.net/xml/catalog/dtd/system.dtd" uri="system.dtd"/>
   7     <rewriteURI uriStartString="http://openjdk.java.net/" 
   8                    rewritePrefix="files" />
   9     
  10     <rewriteURI uriStartString="http://openjdk.java.net/xml/catalog/dtd/" 
  11                    rewritePrefix="files" />
  12 
  13     <uriSuffix uriSuffix="systemsuffix.dtd" uri="systemsuffix.dtd"/>
  14     
  15     <delegateURI uriStartString="http://java.com/xml/catalog/dtd/" catalog="files/delegatecatalog_uri.xml"/>
  16 
  17 
  18     <uri name="-//OPENJDK//XML CATALOG DTD//1.0" uri="public.dtd"/>
  19 
  20     
  21     <delegateURI uriStartString="-//JAVASE//XML CATALOG DTD//DELEGATEPULIC" catalog="files/delegatecatalog_uri.xml"/>
  22     
  23 </catalog>
  24