r11214: 2006-10-10 Kevin Rosenberg (kevin@rosenberg.net)
[uffi.git] / doc / uffi.xml
index 7ffcc06db4c0b09d3f4afa7b8723b102583a9571..05cf2e4f87cc34178ac5fd37dc195fdf21231ad1 100644 (file)
@@ -1,39 +1,24 @@
-<?xml version='1.0' ?>   <!-- Mode: Docbook --> 
+<?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "file:///usr/share/sgml/docbook/dtd/xml/4.2/docbookx.dtd" [
-<!ENTITY uffi "<application><emphasis>UFFI</emphasis></application>">
-<!ENTITY ffi "<acronym>FFI</acronym>">
-<!ENTITY cmucl "<application>CMUCL</application>">
-<!ENTITY scl "<application>SCL</application>">
-<!ENTITY lw "<application>Lispworks</application>">
-<!ENTITY sbcl "<application>SBCL</application>">
-<!ENTITY openmcl "<application>OpenMCL</application>">
-<!ENTITY mcl "<application>MCL</application>">
-<!ENTITY acl "<application>AllegroCL</application>">
-<!ENTITY cl "<application>ANSI Common Lisp</application>">
-<!ENTITY t "<constant>T</constant>">
-<!ENTITY nil "<constant>NIL</constant>">
-<!ENTITY null "<constant>NULL</constant>">
-<!ENTITY c "<computeroutput>C</computeroutput>">
-<!ENTITY defsystem "<application>defsystem</application>">
-<!ENTITY asdf "<application>ASDF</application>">
-<!ENTITY bookinfo SYSTEM "bookinfo.xml">
-<!ENTITY preface SYSTEM "preface.xml">
-<!ENTITY intro SYSTEM "intro.xml">
-<!ENTITY notes SYSTEM "notes.xml">
-<!ENTITY ref SYSTEM "ref.xml">
-<!ENTITY appendix SYSTEM "appendix.xml">
-<!ENTITY glossary SYSTEM "glossary.xml">
+               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+<!ENTITY % myents SYSTEM "entities.inc">
+<!ENTITY % xinclude SYSTEM "xinclude.mod">
+%myents;
+%xinclude;
 ]>
 
 
-<book> <!-- xmlns:xi="http://www.w3.org/2003/XInclude"> -->
-
-  &bookinfo; <!-- <xi:include href="bookinfo.xml" /> -->
-  &preface;
-  &intro;
-  &notes;
-  &ref;
-  &appendix;
-  &glossary;
+<book lang="en">
+  <xi:include href="bookinfo.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="notes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="ref_declare.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="ref_primitive.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="ref_aggregate.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="ref_object.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="ref_string.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="ref_func_libr.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="appendix.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="glossary.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 </book>