git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226004 13f79535-47bb-0310-9956-ffa450edef68
13 lines
341 B
XML
13 lines
341 B
XML
<?xml version='1.0'?>
|
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
|
|
xmlns:ext="http://nwalsh.com/xcatalog/1.0"
|
|
prefer="public">
|
|
|
|
<ext:systemSuffix suffix="test2.dtd"
|
|
uri="../dtds/test2.dtd"/>
|
|
|
|
<!-- If you don't find it here ... -->
|
|
<nextCatalog catalog="main.catalog"/>
|
|
|
|
</catalog>
|