freebsd-ports/textproc/xhtml-basic/files/catalog.xml.in
Baptiste Daroussin 963854440c Add a new keywork xmlcatmgr
It simplifies the handling of the XML and SMGL catalog
It brings a big of consistency by always specifying the catalog path absolute
instead of mixing absolute and relative path.
The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing

Reviewed by:	hrs
Differential Revision:	https://reviews.freebsd.org/D6539
2016-05-24 22:32:49 +00:00

20 lines
631 B
XML

<?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>