52f6d56540
- 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.
40 lines
1.6 KiB
XML
40 lines
1.6 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-fo.xsl"
|
|
uri="http://www.FreeBSD.org/XML/share/xml/empty.xsl" />
|
|
<system
|
|
systemId="http://www.FreeBSD.org/XML/lang/share/xml/freebsd-dblatex.xsl"
|
|
uri="http://www.FreeBSD.org/XML/share/xml/empty.xsl" />
|
|
|
|
<public publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
|
uri="l10n.ent" />
|
|
<public
|
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
|
uri="entities.ent" />
|
|
<public
|
|
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
|
uri="release.l10n.ent" />
|
|
<public
|
|
publicId="-//FreeBSD//ENTITIES HTML FreeBSD Navigation Bar L10N Entities//EN"
|
|
uri="navibar.l10n.ent" />
|
|
<public
|
|
publicId="-//FreeBSD//ENTITIES HTML FreeBSD Header L10N Entities//EN"
|
|
uri="header.l10n.ent" />
|
|
</catalog>
|