Without this change all localization specific XSLs would not be loaded properly, and that would prevent PDF generation from working.
34 lines
1.3 KiB
XML
34 lines
1.3 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" />
|
|
|
|
<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>
|