forked from Rhaptos/cnxml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalog.xml
13 lines (11 loc) · 1023 Bytes
/
catalog.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<!-- SYSTEM Rewrite rules to access local copies -->
<rewriteSystem systemIdStartString="http://cnx.rice.edu/technology/cnxml/schema/dtd/0.7" rewritePrefix="schema/dtd/0.7"/>
<rewriteSystem systemIdStartString="http://cnx.rice.edu/technology/cnxml/schema/rng/0.7" rewritePrefix="schema/rng/0.7"/>
<rewriteSystem systemIdStartString="http://cnx.rice.edu/technology/cnxml/schema/xsd/0.7" rewritePrefix="schema/xsd/0.7"/>
<rewriteUri uriStartString="http://cnx.rice.edu/technology/cnxml/schema/dtd/0.7" rewritePrefix="schema/dtd/0.7"/>
<rewriteUri uriStartString="http://cnx.rice.edu/technology/cnxml/schema/rng/0.7" rewritePrefix="schema/rng/0.7"/>
<rewriteUri uriStartString="http://cnx.rice.edu/technology/cnxml/schema/xsd/0.7" rewritePrefix="schema/xsd/0.7"/>
</catalog>