diff options
Diffstat (limited to 'src/documentation/content/xdocs/references/book.xml')
-rw-r--r-- | src/documentation/content/xdocs/references/book.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/references/book.xml b/src/documentation/content/xdocs/references/book.xml new file mode 100644 index 0000000000..35f8646486 --- /dev/null +++ b/src/documentation/content/xdocs/references/book.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "./dtd/book-cocoon-v10.dtd"> + +<book software="Poi" + title="Poi Project Documentation" + copyright="@year@ Poi Project" + xmlns:xlink="http://www.w3.org/1999/xlink"> + + + <menu label="References"> + <menu-item label="Live Sites" href="index.html"/> + <menu-item label="XLS spec [PDF]" href="http://sc.openoffice.org/excelfileformat.pdf"/> + <menu-item label="Apache Cocoon" href="http://xml.apache.org/cocoon/"/> + </menu> + + +</book> |