db0b08db8f
picked up via XML catalog in freebsd50.ent or xhtml10-freebsd.dtd, not entities.ent. The L10N entities always come first to be able to override everything. - Define as   in EUC-JP encoding. This is a workaround to prevent an invalid character in EUC-JP caused by converting 0xa0 in UTF-8 (EUC-JP does not allow 0xa0) in XSLT processing. Theoretically it should be   still in the final XML output. - Make XML catalog resolution consistent for l10n.ent. This should be revisited for the others later.
22 lines
842 B
XML
22 lines
842 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">
|
|
|
|
<!-- $FreeBSD$ -->
|
|
|
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
|
<rewriteSystem systemIdStartString="http://www.FreeBSD.org/XML/www/lang/"
|
|
rewritePrefix="../../"/>
|
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
|
rewritePrefix="../../"/>
|
|
|
|
<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 DocBook Translator Entities//PT"
|
|
uri="translators.ent" />
|
|
</catalog>
|