Question about <ulink url="&wiki-filepermissions; "> (and similar)

Micah J. Cowan micah at cowan.name
Wed Sep 13 22:54:27 UTC 2006


On Wed, Sep 13, 2006 at 03:56:23PM -0500, Rich Johnson wrote:
> Easiest way for the translated stuff I believe is to goto the main .xml file, 
> in this case it would be desktopguide.xml. You could do something like:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
> "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
> <!ENTITY % globalent SYSTEM "../../../libs/global.ent">
> %globalent;
> <!ENTITY % cdo-C SYSTEM "../../../libs/cdo-C.ent">
> %cdo-C;
> <!ENTITY % kde SYSTEM "../../libs/kde.ent">
> %kde;
> <!ENTITY % kde-general 
> SYSTEM "/usr/share/apps/ksgmltools2/customization/obsolete/general.entities">
> %kde-general;
> <!ENTITY % xinclude SYSTEM "../../../libs/xinclude.mod">
> %xinclude;
> <!ENTITY language "en">
> <!ENTITY wiki-whateverpage 'http://whateverpage' >
> ]>

That last line would need to occur before the "%globalent;" line;
otherwise, it won't take affect if it's something already defined in
global.ent

-- 
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/




More information about the ubuntu-doc mailing list