r8851: more integration
[clsql.git] / doc / clsql.xml
index 455c97e65158c2532e46d964ca17e52b81c1de4e..41159dfb3c94dae69e84a3e8ec90f7e96403ef3d 100644 (file)
@@ -1,18 +1,21 @@
 <?xml version='1.0' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-<!ENTITY % myents SYSTEM "entities.xml">
+<!ENTITY % myents SYSTEM "entities.inc">
+<!ENTITY % xinclude SYSTEM "xinclude.mod">
 %myents;
+%xinclude;
 ]>
 
-<book xmlns:xi="http://www.w3.org/2001/XInclude">
-  <xi:include href="bookinfo.xml" />
-  <xi:include href="preface.xml" />
-  <xi:include href="intro.xml" />
-  <xi:include href="ref_clsql.xml" />
-  <xi:include href="ref_clsql_sys.xml" />
-  <xi:include href="appendix.xml" />
-  <xi:include href="glossary.xml" />
+<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="csql.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="ref_clsql.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="ref_clsql_sys.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>