-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalog.xml
151 lines (112 loc) · 3.63 KB
/
catalog.xml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<?xml version="1.0"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<!-- XML Catalog file for Website. If you are already using
an XML catalog, you can just include this one by adding
an entry like this to your XML catalog file, editing the
path to match the location of your Website installation:
<nextCatalog catalog="/usr/share/xml/website-2.4.0/catalog.xml" />
-->
<!-- Rewrite rules for the whole tree -->
<rewriteURI uriStartString="http://docbook.sourceforge.net/release/website/2.4.1/schema/"
rewritePrefix="./schema/"/>
<rewriteURI uriStartString="http://docbook.sourceforge.net/release/website/2.4.1/xsl/"
rewritePrefix="./xsl/"/>
<!--
<rewriteURI uriStartString="http://docbook.sourceforge.net/release/xsl/current/xhtml/"
rewritePrefix="/usr/share/sgml/docbook/xsl-stylesheets/xhtml/"/>
-->
<rewriteURI uriStartString="http://docbook.sourceforge.net/release/xsl/current/xhtml/"
rewritePrefix="./xsl-root/xhtml/"/>
<!-- Website DTD locations -->
<group xml:base="schema/dtd/"
id="website-dtd"
prefer="public">
<public
publicId="-//Norman Walsh//DTD Website V2.4.0//EN"
uri="website.dtd"/>
<!-- this could be the website-custom.dtd instead -->
<public
publicId="-//Norman Walsh//DTD Website Custom V2.4.0//EN"
uri="website-custom.dtd"/>
<public
publicId="-//Norman Walsh//DTD Website Full V2.4.0//EN"
uri="website-full.dtd"/>
<public
publicId="-//Norman Walsh//DTD Website Autolayout V2.4.0//EN"
uri="autolayout.dtd"/>
<public
publicId="-//Norman Walsh//DTD Website Layout V2.4.0//EN"
uri="layout.dtd"/>
<public
publicId="-//Norman Walsh//DTD Website Module V2.4.0//EN"
uri="website.mod"/>
<public
publicId="-//Norman Walsh//DTD Website Extensions Module V2.4.0//EN"
uri="extensions.mod"/>
<public
publicId="-//Norman Walsh//DTD Website Namespaces Module V2.4.0//EN"
uri="namespaces.mod"/>
<public
publicId="-//Norman Walsh//DTD Website RDDL Module V2.4.0//EN"
uri="rddl.mod"/>
<public
publicId="-//Norman Walsh//DTD Website Forms Module V2.4.0//EN"
uri="forms.mod"/>
</group>
<!-- Website RelaxNG locations -->
<group xml:base="schema/relaxng/"
id="website-relaxng"
prefer="public">
<uri
name="autolayout.rng"
uri="autolayout.rng"/>
<uri
name="layout.rng"
uri="layout.rng"/>
<uri
name="website.rng"
uri="website.rng"/>
<uri
name="website-full.rng"
uri="website-full.rng"/>
</group>
<!-- website XSL locations -->
<group xml:base="xsl/"
id="website-xsl">
<uri
name="autolayout.xsl"
uri="autolayout.xsl"/>
<uri
name="website.xsl"
uri="website.xsl"/>
<uri
name="tabular.xsl"
uri="tabular.xsl"/>
<uri
name="chunk-tabular.xsl"
uri="chunk-tabular.xsl"/>
<uri
name="chunk-common.xsl"
uri="chunk-common.xsl"/>
<uri
name="chunk-website.xsl"
uri="chunk-website.xsl"/>
<uri
name="makefile-dep.xsl"
uri="makefile-dep.xsl"/>
</group>
<!-- You can also put entries like these into your
main catalog.xml file to map web URLs to local
paths to avoid pulling docbook files over the web.
Change the '/usr/share/xml' path to match the
location on your local system.
-->
<!-- Map web references to DocBook XSL -->
<!--
<rewriteURI
uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
rewritePrefix="/usr/share/xml/docbook-xsl-1.59.1/"/>
-->
<!-- Map web references to DocBook 4.2 DTD
<nextCatalog catalog="/usr/share/sgml/docbook_4.2/catalog.xml" /> -->
</catalog>