<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
  <!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
  <bookinfo>
    <title>libxexpr Reference Manual</title>
    <releaseinfo>
      for libxexpr &version;
      The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="http://www.juiblex.co.uk/libxexpr/docs/reference/index.html">http://www.juiblex.co.uk/libxexpr/docs/reference/</ulink>.
    </releaseinfo>
  </bookinfo>

  <chapter>
    <title>Tools</title>
    <xi:include href="xexpr.xml"/>
  </chapter>

  <chapter>
    <title>API Reference</title>
    <xi:include href="xml/xexprtypes.xml"/>
    <xi:include href="xml/xexpreval.xml"/>
    <xi:include href="xml/xexprparse.xml"/>
    <xi:include href="xml/xexprdump.xml"/>
  </chapter>

  <xi:include href="implementation_defined_behaviour.xml"/>

  <xi:include href="language_extensions.xml"/>

  <index id="api-index-full">
    <title>API Index</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>

  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>
