summaryrefslogtreecommitdiffstats
path: root/test cases/frameworks/10 gtk-doc/doc/foobar1/foobar-docs.sgml
blob: 6ccd087dc189ac04f921374b83db694e6017d70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY version SYSTEM "../version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Foolib Reference Manual</title>
    <releaseinfo>
      for Foobar &version;
    </releaseinfo>
    <authorgroup>
      <author>
        <firstname>Jonny</firstname>
        <surname>Example</surname>
        <affiliation>
          <address>
            <email>unknown@example.com</email>
          </address>
        </affiliation>
      </author>
    </authorgroup>
    <copyright>
      <year>2015</year>
      <holder>Foobar corporation holdings ltd</holder>
    </copyright>
  </bookinfo>

  <reference id="foobar">
    <title>Foobar library</title>
    <partintro>
      <para>
        This part documents Foobar libs.
      </para>
    </partintro>
    <xi:include href="xml/foo.xml"/>
    <xi:include href="../../include/bar.xml"/>
    <xi:include href="xml/version.xml"/>
  </reference>

</book>