File: catalog.xml

package info (click to toggle)
r-cran-xml 3.99-0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,672 kB
  • sloc: ansic: 6,064; xml: 2,904; asm: 486; sh: 12; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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">

<!-- See http://www.sagehill.net/docbookxsl/Catalogs.html for a short, succinct tutorial on catalogs. -->
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
  <group xml:base="file:///usr/share/xml/">
     <public  publicId="-//OASIS//DTD DocBook XML V4.4//EN"  uri="docbook44/docbookx.dtd"/>
     <system  systemId="http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"  uri="docbook44/my_version_docbook.dtd"/>
     <system  systemId="docbook4.4.dtd"  uri="docbook44/other_docbook.dtd"/>
  </group>
  <uri name="http://www.omegahat.net/XSL/article.xsl" uri="/home/duncan/Projects/org/omegahat/Docs/XSL/article.xsl"/>

  <rewriteURI uriStartString="http://www.omegahat.net/XSL/" rewritePrefix="/home/duncan/omegahat/XSLDocs/" />
  <rewriteSystem systemIdStartString="http://www.omegahat.net/XSL/" rewritePrefix="/home/duncan/omegahat/XSLDocs/" />

</catalog>