diff options
author | Keiron Liddle <keiron@apache.org> | 2002-10-31 09:37:30 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-10-31 09:37:30 +0000 |
commit | 1e2a567b1a53e251eabfd2d8957681fa7ee91625 (patch) | |
tree | 33d3161188d91d0b07945fb4451533cb68be7e51 /src/documentation/content/xdocs/dev/book.xml | |
parent | f2c5ebc10788f2b2060aa950334e5e2c187b4f06 (diff) | |
download | xmlgraphics-fop-1e2a567b1a53e251eabfd2d8957681fa7ee91625.tar.gz xmlgraphics-fop-1e2a567b1a53e251eabfd2d8957681fa7ee91625.zip |
added Joerg's FAQ and modified dev version
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195394 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/dev/book.xml')
-rw-r--r-- | src/documentation/content/xdocs/dev/book.xml | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/src/documentation/content/xdocs/dev/book.xml b/src/documentation/content/xdocs/dev/book.xml index e17c4895d..fc10d5bfa 100644 --- a/src/documentation/content/xdocs/dev/book.xml +++ b/src/documentation/content/xdocs/dev/book.xml @@ -1,16 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> - <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd"> +<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd"> - <book software="FOP" - title="FOP" - copyright="@year@ The Apache Software Foundation" - xmlns:xlink="http://www.w3.org/1999/xlink"> +<book software="FOP" + title="FOP" + copyright="@year@ The Apache Software Foundation" + xmlns:xlink="http://www.w3.org/1999/xlink"> - <menu label="About"> - <menu-item label="Index" href="index.html"/> - <menu-item label="Examples" href="examples.html"/> - <menu-item label="SVG" href="svg.html"/> - <menu-item label="Extensions" href="extensions.html"/> - <menu-item label="Configuration" href="configuration.html"/> - </menu> - </book> + <menu label="About"> + <menu-item label="Index" href="index.html"/> + <menu-item label="FAQs" href="faq.html"/> + <menu-item label="Examples" href="examples.html"/> + <menu-item label="SVG" href="svg.html"/> + <menu-item label="Extensions" href="extensions.html"/> + <menu-item label="Configuration" href="configuration.html"/> + </menu> +</book> |