(no commit message)
[utils] / crawler / kiss / docs / content / xdocs / samples / subdir / book-sample.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   Copyright 2002-2004 The Apache Software Foundation or its licensors,
4   as applicable.
5
6   Licensed under the Apache License, Version 2.0 (the "License");
7   you may not use this file except in compliance with the License.
8   You may obtain a copy of the License at
9
10       http://www.apache.org/licenses/LICENSE-2.0
11
12   Unless required by applicable law or agreed to in writing, software
13   distributed under the License is distributed on an "AS IS" BASIS,
14   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15   See the License for the specific language governing permissions and
16   limitations under the License.
17 -->
18 <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "http://forrest.apache.org/dtd/book-cocoon-v10.dtd">
19
20 <!-- Sample book.xml file.  If this file is renamed to 'book.xml', it will be
21 used to define the menu in this subdirectory, instead of that generated from
22 the usual site.xml mechanism. The normal relative and absolute hrefs are also
23 available. -->
24
25 <book software="MyProj"
26   title="MyProj"
27   copyright="@year@ The Apache Software Foundation"
28   xmlns:xlink="http://www.w3.org/1999/xlink">
29
30   <menu label="About">
31     <!-- using the normal site.xml linking mechanism -->
32     <menu-item label="Index" href="site:index"/>
33     <!-- using relative URIs with relative path -->
34     <menu-item label="Sample page" href="../sample.html"/>
35     <!-- using relative URIs with absolute path -->
36     <menu-item label="Sample ihtml page" href="/samples/ihtml-sample.html"/>
37     <!-- using the normal site.xml linking mechanism -->
38     <menu-item label="FAQ" href="site:faq"/>
39     <menu-item label="Changes" href="site:changes"/>
40     <menu-item label="Todo" href="site:todo"/>
41   </menu>
42
43   <menu label="Subdir">
44     <menu-item label="index" href="site:subdir/index"/>
45   </menu>
46
47 </book>