docs/reference/libxexpr-docs.xml
author ali <ali@juiblex.co.uk>
Wed Oct 10 22:58:21 2012 +0100 (2012-10-10)
changeset 0 bc8c9a11cbfc
permissions -rw-r--r--
Initial version
     1 <?xml version="1.0"?>
     2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
     4 [
     5   <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
     6   <!ENTITY version SYSTEM "version.xml">
     7 ]>
     8 <book id="index">
     9   <bookinfo>
    10     <title>libxexpr Reference Manual</title>
    11     <releaseinfo>
    12       for libxexpr &version;
    13       The latest version of this documentation can be found on-line at
    14       <ulink role="online-location" url="http://www.juiblex.co.uk/libxexpr/docs/reference/index.html">http://www.juiblex.co.uk/libxexpr/docs/reference/</ulink>.
    15     </releaseinfo>
    16   </bookinfo>
    17 
    18   <chapter>
    19     <title>Tools</title>
    20     <xi:include href="xexpr.xml"/>
    21   </chapter>
    22 
    23   <chapter>
    24     <title>API Reference</title>
    25     <xi:include href="xml/xexprtypes.xml"/>
    26     <xi:include href="xml/xexpreval.xml"/>
    27     <xi:include href="xml/xexprparse.xml"/>
    28     <xi:include href="xml/xexprdump.xml"/>
    29   </chapter>
    30 
    31   <xi:include href="implementation_defined_behaviour.xml"/>
    32 
    33   <xi:include href="language_extensions.xml"/>
    34 
    35   <index id="api-index-full">
    36     <title>API Index</title>
    37     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
    38   </index>
    39 
    40   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
    41 </book>