diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-11-11 06:52:59 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-11-11 06:52:59 +0000 |
commit | db0b08db8fb356439bc08a22eb3b61eea3022bf9 (patch) | |
tree | ce272bb7f2dd4745ec4979bee11caae36a9bc337 /es_ES.ISO8859-1/share/xml | |
parent | 13ebce2b52f85ab5bb909a3cd026d83d3b7884b5 (diff) | |
download | doc-db0b08db8fb356439bc08a22eb3b61eea3022bf9.tar.gz doc-db0b08db8fb356439bc08a22eb3b61eea3022bf9.zip |
- Define l10n.ent as an entity in localized directories and make them be
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.
Notes
Notes:
svn path=/head/; revision=43161
Diffstat (limited to 'es_ES.ISO8859-1/share/xml')
-rw-r--r-- | es_ES.ISO8859-1/share/xml/catalog.xml | 5 | ||||
-rw-r--r-- | es_ES.ISO8859-1/share/xml/entities.ent | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/es_ES.ISO8859-1/share/xml/catalog.xml b/es_ES.ISO8859-1/share/xml/catalog.xml index 72795603b7..d947212956 100644 --- a/es_ES.ISO8859-1/share/xml/catalog.xml +++ b/es_ES.ISO8859-1/share/xml/catalog.xml @@ -10,12 +10,11 @@ <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 FreeBSD L10N Entities//EN" - uri="l10n.ent" /> <public publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN" uri="release.l10n.ent" /> diff --git a/es_ES.ISO8859-1/share/xml/entities.ent b/es_ES.ISO8859-1/share/xml/entities.ent index 196fe80ed6..9b3be9482d 100644 --- a/es_ES.ISO8859-1/share/xml/entities.ent +++ b/es_ES.ISO8859-1/share/xml/entities.ent @@ -2,9 +2,6 @@ $FreeBSD$ --> -<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN" - "l10n.ent"> -%l10n; <!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN" "nonexistent"> %freebsd; |