File: catalog-darwin.xml

package info (click to toggle)
cl-sql 6.7.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 3,552 kB
  • sloc: lisp: 24,508; xml: 17,898; makefile: 487; ansic: 201; sh: 39; cpp: 9
file content (43 lines) | stat: -rw-r--r-- 1,433 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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">

  <!-- The directory DTD and stylesheet files are installed under -->
  <group  xml:base="file:///sw/share/xml/" >

    <!-- Resolve DTD URL system ID to local file -->
    <rewriteSystem
        systemIdStartString="http://www.oasis-open.org/docbook/xml/4.2/"
        rewritePrefix="dtd/docbookx/4.2.0/" />
    <!-- Resolve stylesheet URL to local file -->
    <rewriteURI
        uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
        rewritePrefix="xsl/docbook-xsl/" />

    <!-- Resolve DTD PUBLIC identifiers -->
    <nextCatalog  catalog="dtd/xml/4.2/catalog.xml" />

    <!-- To resolve simple DTD SYSTEM identifiers. -->
    <!-- Note: this does not work with Java resolver -->
    <!--   classes in Saxon or Xalan -->
    <system
         systemId="docbook.dtd"
         uri="dtd/xml/4.2.0/xml/docbookx.dtd" />

    <!-- To resolve short stylesheet references -->
    <uri
        name="docbook_html.xsl"
        uri="xsl/docbook-xsl/xhtml/docbook.xsl" />
    <uri 
        name="docbook_chunk.xsl"
        uri="xsl/docbook-xsl/xhtml/chunk.xsl" />
    <uri
        name="docbook_fo.xsl"
        uri="xsl/docbook-xsl/fo/docbook.xsl" />

  </group>

</catalog>