aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/design/understanding/book.xml
blob: 61f382e8bb828ff5b4c25ef7a23b4acee61b3d53 (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
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
    "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd">


<!-- NOTE: This menu attempts to be identical to the one in its parent directory.
From display standpoint, "Understanding" is a subset of "Design", so we wish to present
them as one entity. However, Forrest is not flexible enough to allow this directly.
So, we make the two menus identical, except for the differences in the paths that are
needed because one is a parent and one is a child.
IF YOU MAKE CHANGES TO THIS FILE, PLEASE MAKE CORRESPONDING CHANGES TO book.xml IN THE
PARENT DIRECTORY!
-->
<book software="FOP"
    title="Understanding FOP Design"
    copyright="@year@ The Apache Software Foundation"
    xmlns:xlink="http://www.w3.org/1999/xlink">

    <menu label="About">
      <menu-item label="Introduction" href="../index.html"/>
    </menu>
    <menu label="Sections">
      <menu-item label="FO Tree" href="../fotree.html"/>
      <menu-item label="Properties" href="../properties.html"/>
      <menu-item label="Layout" href="../layout.html"/>
      <menu-item label="Area Tree" href="../areas.html"/>
      <menu-item label="Renderers" href="../renderers.html"/>
    </menu>
    <menu label="Understanding">
      <menu-item label="Introduction" href="index.html"/>
      <menu-item label="XML Parsing" href="xml_parsing.html"/>
      <menu-item label="FO Tree" href="fo_tree.html"/>
      <menu-item label="Properties" href="properties.html"/>
      <menu-item label="Layout Managers" href="layout_managers.html"/>
      <menu-item label="Area Tree" href="area_tree.html"/>
      <menu-item label="Renderers" href="renderers.html"/>
    </menu>
    <menu label="Extras">
      <menu-item label="Images" href="images.html"/>
      <menu-item label="PDF Library" href="pdf_library.html"/>
      <menu-item label="SVG" href="svg.html"/>
    </menu>
    <menu label="Miscellaneous">
      <menu-item label="Embedding" href="../embedding.html"/>
      <menu-item label="Extending" href="../extending.html"/>
      <menu-item label="Break Possibility" href="../breakpos.html"/>
      <menu-item label="Optimisations" href="../optimise.html"/>
      <menu-item label="User Agent" href="../useragent.html"/>
    </menu>
</book>