Use entity idcommon rather than common. Fix acronym entities.
[yaz-moved-to-github.git] / doc / yaz.xml
index a106071..81a0f04 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" standalone="no"?>
-<!-- $Id: yaz.xml,v 1.21 2006-05-28 19:56:25 adam Exp $ -->
+<!-- $Id: yaz.xml,v 1.24 2007-05-22 11:10:08 adam Exp $ -->
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
     "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" 
 [
@@ -7,8 +7,8 @@
      %local;
      <!ENTITY % entities SYSTEM "entities.ent">
      %entities;
-     <!ENTITY % common SYSTEM "common/common.ent">
-     %common;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 ]>
 <book id="yaz">
  &bookinfo; 
  &chap-zoom;
  &chap-frontend;
  &chap-client;
+ &chap-ziffy;
  &chap-asn;
  &chap-soap;
  &chap-tools;
  &chap-odr;
  &chap-comstack;
  &chap-future;
+
+ <appendix id="list-oids"><title>List of Object Identifiers</title>
+ <para>
+  These is a list of object identifiers that are built into YAZ.
+ </para>
+ &std-oid-table;
+ </appendix>
+  
  &app-license;
  &app-indexdata;
  &app-credits;