OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: Future DocBook Ruminations - Modular Source Files & XInclude


> * In message <B0B3EF6EA2E66F4F80D39E793B4095EC0FE0E9@wm2kswi560.sts.co.uk>
> * On the subject of "Future DocBook Ruminations - Modular Source Files & XInclude"
> * Sent on Wed, 20 Aug 2003 10:57:29 +0100
> * Honorable "Wills, Robert" <Robert.Wills@sts.co.uk> 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.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]