blob: 091bbff934d1455bed3d33538aeed7c2e9ab3f78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?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"
prefer="public"
xml:base="file://%%PREFIX%%/share/xml/dtd/xhtml-basic/">
<rewriteSystem
systemIdStartString="http://www.w3.org/TR/xhtml-basic/"
rewritePrefix="./" />
<public
publicId="-//W3C//DTD XHTML Basic 1.0//EN"
uri="xhtml-basic10.dtd" />
<public
publicId="-//W3C//DTD XHTML Basic Document Model 1.0//EN"
uri="xhtml-basic10-model-1.mod" />
</catalog>
|