List of built-in OIDs in documentation.
[yaz-moved-to-github.git] / doc / yaz.xml
1 <?xml version="1.0" standalone="no"?>
2 <!-- $Id: yaz.xml,v 1.23 2007-05-07 13:18:32 adam Exp $ -->
3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
4     "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" 
5 [
6      <!ENTITY % local SYSTEM "local.ent">
7      %local;
8      <!ENTITY % entities SYSTEM "entities.ent">
9      %entities;
10      <!ENTITY % common SYSTEM "common/common.ent">
11      %common;
12 ]>
13 <book id="yaz">
14  &bookinfo; 
15  &chap-introduction;
16  &chap-installation;
17  &chap-zoom;
18  &chap-frontend;
19  &chap-client;
20  &chap-ziffy;
21  &chap-asn;
22  &chap-soap;
23  &chap-tools;
24  &chap-odr;
25  &chap-comstack;
26  &chap-future;
27
28  <appendix id="list-oids"><title>List of Object Identifiers</title>
29  <para>
30   These is a list of object identifiers that are built into YAZ.
31  </para>
32  &std-oid-table;
33  </appendix>
34   
35  &app-license;
36  &app-indexdata;
37  &app-credits;
38 </book>
39
40 <!-- Keep this comment at the end of the file
41 Local variables:
42 mode: sgml
43 sgml-omittag:t
44 sgml-shorttag:t
45 sgml-minimize-attributes:nil
46 sgml-always-quote-attributes:t
47 sgml-indent-step:1
48 sgml-indent-data:t
49 sgml-parent-document:nil
50 sgml-local-catalogs: nil
51 sgml-namecase-general:t
52 End:
53 -->