Re: Future DocBook Ruminations - Modular Source Files & XInclude

From
Sam Steingold <>
Date
2003-08-20T19:19:36+00:00
ID
Thread
Re: Future DocBook Ruminations - Modular Source Files & XInclude
> * In message <>
> * On the subject of "Future DocBook Ruminations - Modular Source Files & XInclude"
> * Sent on Wed, 20 Aug 2003 10:57:29 +0100
> * Honorable "Wills, Robert" <> writes:
>
> In the new DocBook can we find a more standardized and reliable way of
> linking source files?

what's wrong with

------------------------ impnotes.xml -------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
  <!ENTITY % cl-entities SYSTEM "cl-ent.xml">
  %cl-entities;
  <!ENTITY % imp-entities SYSTEM "impent.xml">
  %imp-entities;
  <!ENTITY % unix-entities SYSTEM "unix-ent.xml">
  %unix-entities;
  <!ENTITY imp-body SYSTEM "impbody.xml">
  <!ENTITY imp-issues SYSTEM "impissue.xml">
  <!ENTITY imp-ext SYSTEM "impext.xml">
  <!ENTITY imp-byte SYSTEM "impbyte.xml">
  <!ENTITY dirkey SYSTEM "../modules/dirkey/dirkey.xml">
  <!ENTITY regexp SYSTEM "../modules/regexp/regexp.xml">
  <!ENTITY syscalls SYSTEM "../modules/syscalls/syscalls.xml">
  <!ENTITY gfdl-text SYSTEM "http://www.gnu.org/licenses/fdl.xml">
]>

<book id="impnotes-top"><title>Implementation Notes for &gnu; &clisp;.</title>

...

<part id="clhs-chapters"><title>Chapters or the &hyperspec;</title>

&imp-body;

&imp-issues;

</part>

&imp-ext;

&imp-byte;

&gfdl-text;

...

</book>
------------------------ impnotes.xml -------------------------------

(see <http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/clisp/clisp/doc/>)

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.honestreporting.com>
Those who can laugh at themselves will never cease to be amused.