- Replace /XML/{doc,www}/ with /XML/ in SysId.
- Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via
XML catalog instead.
- Change the L10N layer in freebsd-*.xsl not to use localized XSLT
stylesheets directly.
- Move share/xsl/* to share/xml and remove share/xsl.
- Remove obsolete share/web2c/pdftex.def.
26 lines
1 KiB
XML
26 lines
1 KiB
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">
|
|
|
|
<!-- $FreeBSD$ -->
|
|
|
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
|
<rewriteSystem systemIdStartString="http://www.FreeBSD.org/XML/lang/"
|
|
rewritePrefix="../../"/>
|
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/lang/"
|
|
rewritePrefix="../../"/>
|
|
|
|
<system
|
|
systemId="http://www.FreeBSD.org/XML/lang/share/xml/freebsd-common.xsl"
|
|
uri="http://www.FreeBSD.org/XML/share/xml/empty.xsl" />
|
|
<system
|
|
systemId="http://www.FreeBSD.org/XML/lang/share/xml/freebsd-epub.xsl"
|
|
uri="http://www.FreeBSD.org/XML/share/xml/empty.xsl" />
|
|
<system
|
|
systemId="http://www.FreeBSD.org/XML/lang/share/xml/freebsd-xhtml.xsl"
|
|
uri="http://www.FreeBSD.org/XML/share/xml/empty.xsl" />
|
|
|
|
<public
|
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
|
uri="entities.ent" />
|
|
</catalog>
|