1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright 2002-2004 The Apache Software Foundation or its licensors,
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
10 http://www.apache.org/licenses/LICENSE-2.0
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.
18 <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "http://forrest.apache.org/dtd/book-cocoon-v10.dtd">
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
25 <book software="MyProj"
27 copyright="@year@ The Apache Software Foundation"
28 xmlns:xlink="http://www.w3.org/1999/xlink">
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"/>
44 <menu-item label="index" href="site:subdir/index"/>