File: oasis.cat

package info (click to toggle)
libxml-catalog-perl 1.03-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 290; makefile: 2
file content (10 lines) | stat: -r--r--r-- 703 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
<?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">
  <delegateSystem systemIdStartString="http://test.example.com/test/" catalog="delegate.cat"/>
  <delegateURI uriStartString="http://test.example.com/test/" catalog="delegate.cat"/>
  <rewriteURI uriStartString="http://test.example.com/test" rewritePrefix="test-uri"/>
  <delegatePublic publicIdStartString="-//OASIS//TEST 2 DTD//EN" catalog="delegate.cat"/>
  <public publicId="-//OASIS//TEST DTD//EN" uri="test.dtd"/>
  <nextCatalog catalog="next.cat" />
</catalog>