You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/01/29 14:40:34 UTC

svn commit: r149038 - in forrest/trunk/plugins/org.apache.forrest.plugin.excel: . src src/documentation src/documentation/classes src/documentation/content src/documentation/content/xdocs src/documentation/content/xdocs/samples src/documentation/resources src/documentation/resources/images src/documentation/resources/stylesheets

Author: rgardler
Date: Sat Jan 29 05:40:33 2005
New Revision: 149038

URL: http://svn.apache.org/viewcvs?view=rev&rev=149038
Log:
Include excel documents in Forrest sites (thanks to Johannes Schaefer)
Added:
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/build.xml   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/forrest.properties   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/input.xmap   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/classes/
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/classes/CatalogManager.properties   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/howto.xml   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/index.xml   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/color-table.xml   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/figure-table.xls   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/figure-table.xml   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/index.xml   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/simple-table.xml   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/site.xml   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/tabs.xml   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/group-logo.gif   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/group.svg   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/icon.png   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/project-logo.gif   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/project.svg   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/shop.jpg   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/test.png   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/usemap.gif   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/stylesheets/
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/stylesheets/table2document.xsl   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/skinconf.xml   (contents, props changed)
   forrest/trunk/plugins/org.apache.forrest.plugin.excel/status.xml   (contents, props changed)

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/build.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/build.xml?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/build.xml	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project default="docs" basedir="." name="Forrest plugin build file">
+
+  <property name="plugin-name" value="org.apache.forrest.plugin.excel"/>
+
+  <import file="../build.xml"/>
+  
+  <!-- Add any additional installation work here in the build target, for example:
+  <target name="build"
+          description="Extract the tools">
+     <unzip dest="${plugins.localDeploy-dir}/${plugin-name}/resources">
+       <fileset dir="tools">
+          <include name="pluginBionaryTools.zip"/>
+        </fileset>
+     </unzip>   
+  </target>
+  -->
+</project>
+  
+  

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/forrest.properties
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/forrest.properties?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/forrest.properties	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,108 @@
+# Copyright 2002-2004 The Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+##############
+# Properties used by forrest.build.xml for building the website
+# These are the defaults, un-comment them if you need to change them.
+##############
+
+# Prints out a summary of Forrest settings for this project
+#forrest.echo=true
+
+# Project name (used to name .war file)
+#project.name=my-project
+
+# Specifies name of Forrest skin to use
+#project.skin=tigris
+#project.skin=pelt
+
+# comma separated list, file:// is supported
+#forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
+
+##############
+# behavioural properties
+#project.menu-scheme=tab_attributes
+#project.menu-scheme=directories
+
+##############
+# layout properties
+
+# Properties that can be set to override the default locations
+#
+# Parent properties must be set. This usually means uncommenting
+# project.content-dir if any other property using it is uncommented
+
+#project.status=status.xml
+#project.content-dir=src/documentation
+#project.raw-content-dir=${project.content-dir}/content
+#project.conf-dir=${project.content-dir}/conf
+#project.sitemap-dir=${project.content-dir}
+#project.xdocs-dir=${project.content-dir}/content/xdocs
+#project.resources-dir=${project.content-dir}/resources
+#project.stylesheets-dir=${project.resources-dir}/stylesheets
+#project.images-dir=${project.resources-dir}/images
+#project.schema-dir=${project.resources-dir}/schema
+#project.skins-dir=${project.content-dir}/skins
+#project.skinconf=${project.content-dir}/skinconf.xml
+#project.lib-dir=${project.content-dir}/lib
+#project.classes-dir=${project.content-dir}/classes
+#project.translations-dir=${project.content-dir}/translations
+
+##############
+# validation properties
+
+# This set of properties determine if validation is performed
+# Values are inherited unless overridden.
+# e.g. if forrest.validate=false then all others are false unless set to true.
+#forrest.validate=true
+#forrest.validate.xdocs=${forrest.validate}
+#forrest.validate.skinconf=${forrest.validate}
+#forrest.validate.sitemap=${forrest.validate}
+#forrest.validate.stylesheets=${forrest.validate}
+#forrest.validate.skins=${forrest.validate}
+#forrest.validate.skins.stylesheets=${forrest.validate.skins}
+
+# *.failonerror=(true|false) - stop when an XML file is invalid
+#forrest.validate.failonerror=true
+
+# *.excludes=(pattern) - comma-separated list of path patterns to not validate
+# e.g.
+#forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
+#forrest.validate.xdocs.excludes=
+
+
+##############
+# General Forrest properties
+
+# The URL to start crawling from
+#project.start-uri=linkmap.html
+# Set logging level for messages printed to the console
+# (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
+#project.debuglevel=ERROR
+# Max memory to allocate to Java
+#forrest.maxmemory=64m
+# Any other arguments to pass to the JVM. For example, to run on an X-less
+# server, set to -Djava.awt.headless=true
+#forrest.jvmargs=
+# The bugtracking URL - the issue number will be appended
+#project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
+#project.bugtracking-url=http://issues.apache.org/jira/browse/
+# The issues list as rss
+#project.issues-rss-url=
+#I18n Property only works for the "forrest run" target.
+#project.i18n=true
+# The names of plugins that are required to build the project
+# comma separated list (no spaces)
+# Run "forrest available-plugins" for a list of plug-ins currently available
+project.required.plugins=org.apache.forrest.plugin.excel,org.apache.forrest.plugin.pdf-output

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/input.xmap
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/input.xmap?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/input.xmap	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+
+<map:pipelines>
+
+    <map:pipeline>
+        <map:match pattern="**-table.xml">
+          <map:generate src="{project:content.xdocs}{1}-table.xml" />
+          <map:transform src="{project:resources.stylesheets}/table2document.xsl" /> 
+          <map:serialize type="xml"/>
+        </map:match>
+    </map:pipeline>
+
+</map:pipelines>
+
+</map:sitemap>

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/classes/CatalogManager.properties
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/classes/CatalogManager.properties?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/classes/CatalogManager.properties	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,51 @@
+# Copyright 2002-2004 The Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#=======================================================================
+# CatalogManager.properties for Catalog Entity Resolver.
+#
+# This is the default properties file for your project.
+# This facilitates local configuration of application-specific catalogs.
+# If you have defined any local catalogs, then they will be loaded
+# before Forrest's core catalogs.
+#
+# See the Apache Forrest documentation:
+# http://forrest.apache.org/docs/your-project.html
+# http://forrest.apache.org/docs/validation.html
+
+# verbosity:
+# The level of messages for status/debug (messages go to standard output).
+# The setting here is for your own local catalogs.
+# The verbosity of Forrest's core catalogs is controlled via
+#  forrestcore/src/core/context/WEB-INF/cocoon.xconf
+#
+# The following messages are provided ...
+#  0 = none
+#  1 = ? (... not sure yet)
+#  2 = 1+, Loading catalog, Resolved public, Resolved system
+#  3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
+#  10 = 3+, List all catalog entries when loading a catalog
+#    (Cocoon also logs the "Resolved public" messages.)
+verbosity=1
+
+# catalogs ... list of additional catalogs to load
+#  (Note that Apache Forrest will automatically load its own default catalog
+#  from src/core/context/resources/schema/catalog.xcat)
+# use full pathnames
+# pathname separator is always semi-colon (;) regardless of operating system
+# directory separator is always slash (/) regardless of operating system
+#
+#catalogs=/home/me/forrest/my-site/src/documentation/resources/schema/catalog.xcat
+catalogs=
+

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/howto.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/howto.xml?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/howto.xml	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>How-to create a forrest table in Excel</title> 
+  </header> 
+  <body> 
+    <section>
+      <title>
+        Create your table in Excel
+      </title>
+      <p>Follow these steps to create a new table in Excel:</p>
+      <ol>
+        <li>Set the document title in <code>File&rarr;Properties...</code></li>
+        <li>Set the sheet's title as section title; 
+            Put each table in a separate sheet</li>
+        <li>Create a table header in the first row</li>
+        <li>Insert your content into the table</li>
+        <li>Put spaces into empty cells</li>
+        <li>
+	  Set the output format to XML: <code>File&rarr;Save as...</code>,
+	  then select File type <code>XML</code>
+        </li>
+        <li>
+	  Choose a filename that ends in <code>-table.xml</code> and save
+        </li>
+      </ol>
+      <p>You may open the XML file directly with Excel afterwards.</p>
+      <p>
+        See the <a href="site:simple-table">Simple Table</a>
+	as an example.
+      </p>
+    </section>
+    <section>
+      <title>
+        Include your table in forrest
+      </title>
+      <p>Follow these steps to include a new table in your project:</p>
+      <ol>
+        <li>
+	  In your <code>forrest.properties</code> file:
+	  Include <code>org.apache.forrest.plugin.excel</code> in
+	  <code>project.required.plugins</code> 
+        </li>
+        <li>
+	  Include the file in your <code>site.xml</code> as usual:
+	  <code>&lt;mytable label="My Table" href="my-table.xml"/&gt;</code>
+        </li>
+      </ol>
+        <note>
+	  The plugin will treat <strong>all</strong> files ending in
+	  <code>-table.xml</code> as Excel-XML files.
+        </note>
+    </section>
+    <section>
+      <title>Options</title>
+    <section>
+      <title>Including figures</title>
+        <p>
+          If you want to include a figure above your table, put the
+	  keyword <code>figure</code> into the first column and the
+	  path into the second column (relative to <code>images</code>).
+	  You may include a caption in the fourth (4th) column.
+	  See the <a href="site:figure-table">Table with figure</a>
+	  as an example.
+        </p>
+      </section>
+    <section>
+        <title>
+	  Coloring cells
+        </title>
+        <p>
+	  For a color table you may specify the background color for
+	  single cells: put the color's hex-triplet (e.g. 
+	  <code>#FFD0AA</code>) into the cell. Make sure this is the
+	  only content.
+	  See the <a href="site:color-table">Color Table</a>
+	  as an example.
+        </p>
+      </section>
+    </section>
+  </body>
+</document>
\ No newline at end of file

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/index.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/index.xml?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/index.xml	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>Overview: Excel Table Input Plugin</title> 
+  </header> 
+  <body> 
+    <section>
+      <title>Summary</title>
+      <p>
+        With the Excel table input plugin it is possible to create
+        forrest tables directly from Excel XML output.  Excel sheets
+        will be translated into sections, and each sheet will generate
+        a table.  Only simple tables are supported (by now).
+        Formatting is not transferred to forrest but some
+        calculations are.
+      </p>
+    </section>
+    <section>
+      <title>Documentation</title>
+      <p>
+        The <a href="site:how-to">How-to</a> section describes
+	step by step how to create and include an Excel table in
+	forrest. 
+<!--
+	The <a href="site:features">Features</a>
+	section describes what features are available (and what not).
+	The <a href="site:dev">Implementation</a> section
+	describes in some details the XSL transformations.
+-->
+      </p>
+      <p>
+        For implemenation details see <code>table2document.xsl</code>.
+      </p>
+    </section>
+    <section>
+      <title>Examples</title>
+      <p>
+        The samples section contains the following examples:
+      </p>
+      <ul>
+        <li>
+	  <a href="site:simple-table">Simple table</a>: 
+	  Shows the basic features
+	</li>
+        <li>
+	  <a href="site:figure-table">Table with figure</a>: 
+	  Shows how to embedd a figure with the table
+	</li>
+        <li>
+	  <a href="site:color-table">Color table</a>: 
+	  Specialized table to highlight cells in the color specified
+	</li>
+      </ul>
+    </section>
+  </body>
+</document>
\ No newline at end of file

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/color-table.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/color-table.xml?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/color-table.xml	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,297 @@
+<?xml version="1.0"?>
+<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
+ xmlns:o="urn:schemas-microsoft-com:office:office"
+ xmlns:x="urn:schemas-microsoft-com:office:excel"
+ xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
+ xmlns:html="http://www.w3.org/TR/REC-html40">
+ <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
+  <Title>Color Table</Title>
+  <Author>Johannes Schaefer</Author>
+  <LastAuthor>Johannes Schaefer</LastAuthor>
+  <Created>2004-12-15T20:02:02Z</Created>
+  <LastSaved>2004-12-15T20:03:31Z</LastSaved>
+  <Company>UID</Company>
+  <Version>10.6626</Version>
+ </DocumentProperties>
+ <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
+  <DownloadComponents/>
+  <LocationOfComponents HRef="/"/>
+ </OfficeDocumentSettings>
+ <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
+  <WindowHeight>8325</WindowHeight>
+  <WindowWidth>13980</WindowWidth>
+  <WindowTopX>480</WindowTopX>
+  <WindowTopY>105</WindowTopY>
+  <ProtectStructure>False</ProtectStructure>
+  <ProtectWindows>False</ProtectWindows>
+ </ExcelWorkbook>
+ <Styles>
+  <Style ss:ID="Default" ss:Name="Normal">
+   <Alignment ss:Vertical="Bottom"/>
+   <Borders/>
+   <Font/>
+   <Interior/>
+   <NumberFormat/>
+   <Protection/>
+  </Style>
+  <Style ss:ID="s21">
+   <Font x:Family="Swiss" ss:Bold="1"/>
+  </Style>
+  <Style ss:ID="s22">
+   <Font x:Family="Swiss"/>
+  </Style>
+  <Style ss:ID="s23">
+   <Font ss:FontName="Courier New" x:Family="Modern"/>
+  </Style>
+  <Style ss:ID="s24">
+   <Font ss:FontName="Courier New" x:Family="Modern"/>
+   <Interior/>
+  </Style>
+ </Styles>
+ <Worksheet ss:Name="Basic Colors">
+  <Table ss:ExpandedColumnCount="4" ss:ExpandedRowCount="9" x:FullColumns="1"
+   x:FullRows="1" ss:DefaultColumnWidth="60">
+   <Row>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Number</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Color</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Name</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Usage</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="Number">0</Data></Cell>
+    <Cell><Data ss:Type="String">#000000</Data></Cell>
+    <Cell><Data ss:Type="String">Black</Data></Cell>
+    <Cell><Data ss:Type="String">Text</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="Number">1</Data></Cell>
+    <Cell><Data ss:Type="String">#FFFFFF</Data></Cell>
+    <Cell><Data ss:Type="String">White</Data></Cell>
+    <Cell><Data ss:Type="String">Background</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="Number">2</Data></Cell>
+    <Cell><Data ss:Type="String">#FF0000</Data></Cell>
+    <Cell><Data ss:Type="String">Red</Data></Cell>
+    <Cell><Data ss:Type="String">Pure red from the RGB color cube</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="Number">3</Data></Cell>
+    <Cell><Data ss:Type="String">#00FF00</Data></Cell>
+    <Cell><Data ss:Type="String">Green</Data></Cell>
+    <Cell><Data ss:Type="String">Pure green</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="Number">4</Data></Cell>
+    <Cell><Data ss:Type="String">#0000FF</Data></Cell>
+    <Cell><Data ss:Type="String">Blue</Data></Cell>
+    <Cell><Data ss:Type="String">Pure blue</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="Number">5</Data></Cell>
+    <Cell><Data ss:Type="String">#FFFF00</Data></Cell>
+    <Cell><Data ss:Type="String">Yellow</Data></Cell>
+    <Cell><Data ss:Type="String">Pure Yellow (CYM)</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="Number">6</Data></Cell>
+    <Cell><Data ss:Type="String">#00FFFF</Data></Cell>
+    <Cell><Data ss:Type="String">Cyan</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Pure Cyan</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="Number">7</Data></Cell>
+    <Cell><Data ss:Type="String">#FF00FF</Data></Cell>
+    <Cell><Data ss:Type="String">Magenta</Data></Cell>
+    <Cell><Data ss:Type="String">Pure Magenta</Data></Cell>
+   </Row>
+  </Table>
+  <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
+   <PageSetup>
+    <Header x:Margin="0.4921259845"/>
+    <Footer x:Margin="0.4921259845"/>
+    <PageMargins x:Bottom="0.984251969" x:Left="0.78740157499999996"
+     x:Right="0.78740157499999996" x:Top="0.984251969"/>
+   </PageSetup>
+   <Print>
+    <ValidPrinterInfo/>
+    <PaperSizeIndex>9</PaperSizeIndex>
+    <HorizontalResolution>600</HorizontalResolution>
+    <VerticalResolution>600</VerticalResolution>
+   </Print>
+   <Selected/>
+   <ProtectObjects>False</ProtectObjects>
+   <ProtectScenarios>False</ProtectScenarios>
+  </WorksheetOptions>
+ </Worksheet>
+ <Worksheet ss:Name="Interface Colors">
+  <Table ss:ExpandedColumnCount="6" ss:ExpandedRowCount="22" x:FullColumns="1"
+   x:FullRows="1" ss:DefaultColumnWidth="60">
+   <Column ss:Index="2" ss:Width="85.5"/>
+   <Column ss:Index="4" ss:Width="64.5"/>
+   <Column ss:Width="194.25"/>
+   <Row>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Number</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Item</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Color</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">RGB value</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Usage</Data></Cell>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:StyleID="s22"><Data ss:Type="Number">0</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Black</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="String">#000000</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">0, 0, 0</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Standard text</Data></Cell>
+   </Row>
+   <Row>
+    <Cell ss:StyleID="s22"><Data ss:Type="Number">99</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">White</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">#FFFFFF</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">255, 255, 255</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Pure white</Data></Cell>
+   </Row>
+   <Row>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Blue</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String"> </Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String"> </Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String"> </Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String"> </Data></Cell>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:StyleID="s22"><Data ss:Type="Number">1</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Basic blue</Data></Cell>
+    <Cell ss:StyleID="s24"><Data ss:Type="String">#00BBDD</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">0, 110, 199</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Highlight color</Data></Cell>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:StyleID="s22"><Data ss:Type="Number">2</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Border color</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="String">#7C92BB</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">124, 146, 176</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Active border for buttons, group boxes, ...</Data></Cell>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:StyleID="s22"><Data ss:Type="Number">3</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Background dark</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="String">#B5C7DD</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">181, 199, 222</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Background color</Data></Cell>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:StyleID="s22"><Data ss:Type="Number">4</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Background light</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="String">#D9E2EE</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">217, 226, 238</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Group box background</Data></Cell>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Gray</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String"> </Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="String"> </Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String"> </Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String"> </Data></Cell>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:StyleID="s22"><Data ss:Type="Number">5</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Border color</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="String">#969696</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">150, 150, 150</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Inactive border for buttons, group boxes, ...</Data></Cell>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:StyleID="s22"><Data ss:Type="Number">6</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Background dark</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="String">#C9C9C9</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">201, 201, 201</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String"> </Data></Cell>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:StyleID="s22"><Data ss:Type="Number">7</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Background light</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="String">#E2E2E2</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">226, 226, 226</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String"> </Data></Cell>
+    <Cell ss:StyleID="s21"/>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:StyleID="s22"><Data ss:Type="Number">8</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Ergonomical white</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="String">#F1F1F1</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">241, 241, 241</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Table cell light</Data></Cell>
+    <Cell ss:StyleID="s21"/>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Status colors</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String"> </Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="String"> </Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String"> </Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String"> </Data></Cell>
+    <Cell ss:StyleID="s21"/>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:StyleID="s22"><Data ss:Type="Number">90</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Red</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="String">#FF67AA</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">255, 103, 103</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Error</Data></Cell>
+    <Cell ss:StyleID="s21"/>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:StyleID="s22"><Data ss:Type="Number">91</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Yellow</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="String">#FFD0AA</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">255, 208, 58</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Warning</Data></Cell>
+    <Cell ss:StyleID="s21"/>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:StyleID="s22"><Data ss:Type="Number">92</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">Green</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="String">#7FCAAA</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">127, 202, 147</Data></Cell>
+    <Cell ss:StyleID="s22"><Data ss:Type="String">OK</Data></Cell>
+    <Cell ss:StyleID="s22"/>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:Index="2" ss:StyleID="s24"/>
+    <Cell ss:Index="4" ss:StyleID="s23"/>
+    <Cell ss:StyleID="s22"/>
+    <Cell ss:StyleID="s22"/>
+   </Row>
+   <Row>
+    <Cell ss:Index="6" ss:StyleID="s22"/>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:Index="2" ss:StyleID="s24"/>
+    <Cell ss:Index="4" ss:StyleID="s24"/>
+    <Cell ss:StyleID="s22"/>
+    <Cell ss:StyleID="s22"/>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:Index="2" ss:StyleID="s24"/>
+    <Cell ss:Index="4" ss:StyleID="s24"/>
+    <Cell ss:StyleID="s22"/>
+    <Cell ss:StyleID="s22"/>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="13.5">
+    <Cell ss:Index="2" ss:StyleID="s24"/>
+    <Cell ss:Index="4" ss:StyleID="s23"/>
+    <Cell ss:StyleID="s22"/>
+    <Cell ss:StyleID="s22"/>
+   </Row>
+  </Table>
+  <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
+   <PageSetup>
+    <Header x:Margin="0.4921259845"/>
+    <Footer x:Margin="0.4921259845"/>
+    <PageMargins x:Bottom="0.984251969" x:Left="0.78740157499999996"
+     x:Right="0.78740157499999996" x:Top="0.984251969"/>
+   </PageSetup>
+   <ProtectObjects>False</ProtectObjects>
+   <ProtectScenarios>False</ProtectScenarios>
+  </WorksheetOptions>
+ </Worksheet>
+</Workbook>

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/figure-table.xls
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/figure-table.xls?view=auto&rev=149038
==============================================================================
Binary file. No diff available.

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/figure-table.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/figure-table.xml?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/figure-table.xml	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,235 @@
+<?xml version="1.0"?>
+<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
+ xmlns:o="urn:schemas-microsoft-com:office:office"
+ xmlns:x="urn:schemas-microsoft-com:office:excel"
+ xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
+ xmlns:html="http://www.w3.org/TR/REC-html40">
+ <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
+  <Title>Table with figures</Title>
+  <Author>Johannes Schaefer</Author>
+  <LastAuthor>Johannes Schaefer</LastAuthor>
+  <Created>2004-11-16T11:18:22Z</Created>
+  <LastSaved>2004-12-14T08:22:23Z</LastSaved>
+  <Company>UID</Company>
+  <Version>10.6626</Version>
+ </DocumentProperties>
+ <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
+  <DownloadComponents/>
+  <LocationOfComponents HRef="/"/>
+ </OfficeDocumentSettings>
+ <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
+  <WindowHeight>8325</WindowHeight>
+  <WindowWidth>12780</WindowWidth>
+  <WindowTopX>240</WindowTopX>
+  <WindowTopY>105</WindowTopY>
+  <ProtectStructure>False</ProtectStructure>
+  <ProtectWindows>False</ProtectWindows>
+ </ExcelWorkbook>
+ <Styles>
+  <Style ss:ID="Default" ss:Name="Normal">
+   <Alignment ss:Vertical="Bottom"/>
+   <Borders/>
+   <Font/>
+   <Interior/>
+   <NumberFormat/>
+   <Protection/>
+  </Style>
+  <Style ss:ID="s21">
+   <Font x:Family="Swiss" ss:Bold="1"/>
+  </Style>
+  <Style ss:ID="s22">
+   <Font x:Family="Swiss" ss:Italic="1"/>
+  </Style>
+  <Style ss:ID="s23">
+   <NumberFormat ss:Format="Fixed"/>
+  </Style>
+  <Style ss:ID="s24">
+   <Font ss:Size="12"/>
+  </Style>
+  <Style ss:ID="s25">
+   <Font ss:Size="12"/>
+   <NumberFormat ss:Format="Fixed"/>
+  </Style>
+ </Styles>
+ <Worksheet ss:Name="Example table">
+  <Table ss:ExpandedColumnCount="6" ss:ExpandedRowCount="13" x:FullColumns="1"
+   x:FullRows="1" ss:DefaultColumnWidth="60">
+   <Row>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Reference</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Name</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Height</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Comment</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="Number">1</Data></Cell>
+    <Cell><Data ss:Type="String">abc</Data></Cell>
+    <Cell><Data ss:Type="Number">12</Data></Cell>
+    <Cell><Data ss:Type="String">this is a comment</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="Number">2</Data></Cell>
+    <Cell><Data ss:Type="String">def</Data></Cell>
+    <Cell><Data ss:Type="Number">24</Data></Cell>
+    <Cell><Data ss:Type="String">another comment</Data></Cell>
+    <Cell ss:Index="6" ss:StyleID="s22"/>
+   </Row>
+   <Row>
+    <Cell ss:Index="6" ss:StyleID="s22"/>
+   </Row>
+   <Row>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">figure</Data></Cell>
+    <Cell><Data ss:Type="String">test.png</Data></Cell>
+    <Cell ss:Index="4"><Data ss:Type="String">This will become the Figure's caption</Data></Cell>
+    <Cell ss:Index="6" ss:StyleID="s22"/>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String">figure</Data></Cell>
+    <Cell><Data ss:Type="String">nothing.png</Data></Cell>
+    <Cell ss:Index="4"><Data ss:Type="String">Missing figure </Data></Cell>
+    <Cell ss:Index="6" ss:StyleID="s22"/>
+   </Row>
+   <Row>
+    <Cell ss:Index="6" ss:StyleID="s22"/>
+   </Row>
+   <Row>
+    <Cell ss:Index="6" ss:StyleID="s22"/>
+   </Row>
+   <Row>
+    <Cell ss:Index="2" ss:StyleID="s21"/>
+    <Cell ss:StyleID="s21"/>
+    <Cell ss:Index="6" ss:StyleID="s22"/>
+   </Row>
+   <Row>
+    <Cell ss:Index="2" ss:StyleID="s21"/>
+    <Cell ss:StyleID="s21"/>
+    <Cell ss:Index="6" ss:StyleID="s22"/>
+   </Row>
+   <Row>
+    <Cell ss:Index="2" ss:StyleID="s21"/>
+    <Cell ss:StyleID="s21"/>
+    <Cell ss:Index="6" ss:StyleID="s22"/>
+   </Row>
+   <Row>
+    <Cell ss:Index="2" ss:StyleID="s21"/>
+    <Cell ss:StyleID="s21"/>
+    <Cell ss:Index="6" ss:StyleID="s22"/>
+   </Row>
+   <Row>
+    <Cell ss:Index="6" ss:StyleID="s22"/>
+   </Row>
+  </Table>
+  <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
+   <PageSetup>
+    <Header x:Margin="0.4921259845"/>
+    <Footer x:Margin="0.4921259845"/>
+    <PageMargins x:Bottom="0.984251969" x:Left="0.78740157499999996"
+     x:Right="0.78740157499999996" x:Top="0.984251969"/>
+   </PageSetup>
+   <Print>
+    <ValidPrinterInfo/>
+    <PaperSizeIndex>9</PaperSizeIndex>
+    <HorizontalResolution>600</HorizontalResolution>
+    <VerticalResolution>600</VerticalResolution>
+   </Print>
+   <Selected/>
+   <Panes>
+    <Pane>
+     <Number>3</Number>
+     <ActiveRow>3</ActiveRow>
+     <ActiveCol>2</ActiveCol>
+    </Pane>
+   </Panes>
+   <ProtectObjects>False</ProtectObjects>
+   <ProtectScenarios>False</ProtectScenarios>
+  </WorksheetOptions>
+ </Worksheet>
+ <Worksheet ss:Name="Some Shop">
+  <Table ss:ExpandedColumnCount="7" ss:ExpandedRowCount="13" x:FullColumns="1"
+   x:FullRows="1" ss:DefaultColumnWidth="60">
+   <Row>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Article</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Price</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Comment</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Location</Data></Cell>
+    <Cell ss:StyleID="s21"/>
+    <Cell ss:StyleID="s21"/>
+    <Cell ss:StyleID="s21"/>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String">something</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="Number">1</Data></Cell>
+    <Cell><Data ss:Type="String">nope</Data></Cell>
+    <Cell><Data ss:Type="String">store</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String">anything</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="Number">2</Data></Cell>
+    <Cell><Data ss:Type="String">no comment</Data></Cell>
+    <Cell><Data ss:Type="String">/home/user/store</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String">what else</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="Number">3</Data></Cell>
+    <Cell><Data ss:Type="String">nothing</Data></Cell>
+    <Cell><Data ss:Type="String">/root</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String">what's up</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="Number">4</Data></Cell>
+    <Cell><Data ss:Type="String">nil</Data></Cell>
+    <Cell><Data ss:Type="String">/tmp</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String">  </Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="Number">4.9</Data></Cell>
+    <Cell><Data ss:Type="String">  </Data></Cell>
+    <Cell><Data ss:Type="String">/dev/null</Data></Cell>
+   </Row>
+   <Row>
+    <Cell ss:Index="2" ss:StyleID="s23"/>
+   </Row>
+   <Row>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">figure</Data></Cell>
+    <Cell ss:StyleID="s23"><Data ss:Type="String">shop.jpg</Data></Cell>
+    <Cell ss:Index="4"><Data ss:Type="String">Caption must be in column D!</Data></Cell>
+   </Row>
+   <Row>
+    <Cell ss:Index="2" ss:StyleID="s23"/>
+   </Row>
+   <Row>
+    <Cell ss:Index="2" ss:StyleID="s23"/>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="15">
+    <Cell ss:StyleID="s24"/>
+    <Cell ss:StyleID="s25"/>
+    <Cell ss:StyleID="s24"/>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="15">
+    <Cell ss:StyleID="s24"/>
+    <Cell ss:StyleID="s25"/>
+    <Cell ss:StyleID="s24"/>
+   </Row>
+   <Row ss:AutoFitHeight="0" ss:Height="15">
+    <Cell ss:StyleID="s24"/>
+    <Cell ss:StyleID="s25"/>
+    <Cell ss:StyleID="s24"/>
+   </Row>
+  </Table>
+  <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
+   <PageSetup>
+    <Header x:Margin="0.4921259845"/>
+    <Footer x:Margin="0.4921259845"/>
+    <PageMargins x:Bottom="0.984251969" x:Left="0.78740157499999996"
+     x:Right="0.78740157499999996" x:Top="0.984251969"/>
+   </PageSetup>
+   <Print>
+    <ValidPrinterInfo/>
+    <PaperSizeIndex>9</PaperSizeIndex>
+    <HorizontalResolution>600</HorizontalResolution>
+    <VerticalResolution>600</VerticalResolution>
+   </Print>
+   <ProtectObjects>False</ProtectObjects>
+   <ProtectScenarios>False</ProtectScenarios>
+  </WorksheetOptions>
+ </Worksheet>
+</Workbook>

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/index.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/index.xml?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/index.xml	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>Overview</title>
+  </header> 
+  <body> 
+      <p>
+        This section contains the following examples:
+      </p>
+      <ul>
+        <li>
+	  <a href="site:simple-table">Simple table</a>: 
+	  Shows the basic features
+	</li>
+        <li>
+	  <a href="site:figure-table">Table with figure</a>: 
+	  Shows how to embedd a figure with the table
+	</li>
+        <li>
+	  <a href="site:color-table">Color table</a>: 
+	  Specialised table to highlight cells in the color specified
+	</li>
+      </ul>
+  </body>
+</document>
\ No newline at end of file

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/simple-table.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/simple-table.xml?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/samples/simple-table.xml	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,147 @@
+<?xml version="1.0"?>
+<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
+ xmlns:o="urn:schemas-microsoft-com:office:office"
+ xmlns:x="urn:schemas-microsoft-com:office:excel"
+ xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
+ xmlns:html="http://www.w3.org/TR/REC-html40">
+ <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
+  <Title>Simple Table</Title>
+  <Author>Johannes Schaefer</Author>
+  <LastAuthor>Johannes Schaefer</LastAuthor>
+  <Created>2004-12-15T19:58:31Z</Created>
+  <Company>UID</Company>
+  <Version>10.6626</Version>
+ </DocumentProperties>
+ <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
+  <DownloadComponents/>
+  <LocationOfComponents HRef="/"/>
+ </OfficeDocumentSettings>
+ <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
+  <WindowHeight>8130</WindowHeight>
+  <WindowWidth>11340</WindowWidth>
+  <WindowTopX>480</WindowTopX>
+  <WindowTopY>300</WindowTopY>
+  <ProtectStructure>False</ProtectStructure>
+  <ProtectWindows>False</ProtectWindows>
+ </ExcelWorkbook>
+ <Styles>
+  <Style ss:ID="Default" ss:Name="Normal">
+   <Alignment ss:Vertical="Bottom"/>
+   <Borders/>
+   <Font/>
+   <Interior/>
+   <NumberFormat/>
+   <Protection/>
+  </Style>
+  <Style ss:ID="s21">
+   <Font x:Family="Swiss" ss:Bold="1"/>
+  </Style>
+ </Styles>
+ <Worksheet ss:Name="Spaces in empty cells">
+  <Table ss:ExpandedColumnCount="5" ss:ExpandedRowCount="6" x:FullColumns="1"
+   x:FullRows="1" ss:DefaultColumnWidth="60">
+   <Row>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Column A</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Column B</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Column C</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Column D</Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">Column E</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String">a1</Data></Cell>
+    <Cell><Data ss:Type="String">b1</Data></Cell>
+    <Cell><Data ss:Type="String"> </Data></Cell>
+    <Cell><Data ss:Type="String"> </Data></Cell>
+    <Cell><Data ss:Type="Number">1</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String">a2</Data></Cell>
+    <Cell><Data ss:Type="String"> </Data></Cell>
+    <Cell><Data ss:Type="String">c2</Data></Cell>
+    <Cell><Data ss:Type="String"> </Data></Cell>
+    <Cell><Data ss:Type="Number">2</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String">a3</Data></Cell>
+    <Cell><Data ss:Type="String">b3</Data></Cell>
+    <Cell><Data ss:Type="String"> </Data></Cell>
+    <Cell><Data ss:Type="String"> </Data></Cell>
+    <Cell><Data ss:Type="Number">3</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String"> </Data></Cell>
+    <Cell><Data ss:Type="String"> </Data></Cell>
+    <Cell><Data ss:Type="String"> </Data></Cell>
+    <Cell><Data ss:Type="String">d4</Data></Cell>
+    <Cell><Data ss:Type="Number">4</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String">a5</Data></Cell>
+    <Cell><Data ss:Type="String">b5</Data></Cell>
+    <Cell><Data ss:Type="String"> </Data></Cell>
+    <Cell ss:StyleID="s21"><Data ss:Type="String">total</Data></Cell>
+    <Cell ss:StyleID="s21" ss:Formula="=SUM('Spaces in empty cells'!R[-4]C:R[-1]C)"><Data
+      ss:Type="Number">10</Data></Cell>
+   </Row>
+  </Table>
+  <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
+   <PageSetup>
+    <Header x:Margin="0.4921259845"/>
+    <Footer x:Margin="0.4921259845"/>
+    <PageMargins x:Bottom="0.984251969" x:Left="0.78740157499999996"
+     x:Right="0.78740157499999996" x:Top="0.984251969"/>
+   </PageSetup>
+   <Selected/>
+   <ProtectObjects>False</ProtectObjects>
+   <ProtectScenarios>False</ProtectScenarios>
+  </WorksheetOptions>
+ </Worksheet>
+ <Worksheet ss:Name="Missing spaces">
+  <Table ss:ExpandedColumnCount="5" ss:ExpandedRowCount="6" x:FullColumns="1"
+   x:FullRows="1" ss:DefaultColumnWidth="60">
+   <Row>
+    <Cell><Data ss:Type="String">Column A</Data></Cell>
+    <Cell><Data ss:Type="String">Column B</Data></Cell>
+    <Cell><Data ss:Type="String">Column C</Data></Cell>
+    <Cell><Data ss:Type="String">Column D</Data></Cell>
+    <Cell><Data ss:Type="String">Column E</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String">a1</Data></Cell>
+    <Cell><Data ss:Type="String">b1</Data></Cell>
+    <Cell ss:Index="5"><Data ss:Type="Number">1</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String">a2</Data></Cell>
+    <Cell ss:Index="3"><Data ss:Type="String">c2</Data></Cell>
+    <Cell ss:Index="5"><Data ss:Type="Number">2</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String">a3</Data></Cell>
+    <Cell><Data ss:Type="String">b3</Data></Cell>
+    <Cell ss:Index="5"><Data ss:Type="Number">3</Data></Cell>
+   </Row>
+   <Row>
+    <Cell ss:Index="4"><Data ss:Type="String">d4</Data></Cell>
+    <Cell><Data ss:Type="Number">4</Data></Cell>
+   </Row>
+   <Row>
+    <Cell><Data ss:Type="String">a5</Data></Cell>
+    <Cell><Data ss:Type="String">b5</Data></Cell>
+    <Cell ss:Index="4" ss:StyleID="s21"><Data ss:Type="String">total</Data></Cell>
+    <Cell ss:StyleID="s21" ss:Formula="=SUM('Spaces in empty cells'!R[-4]C:R[-1]C)"><Data
+      ss:Type="Number">10</Data></Cell>
+   </Row>
+  </Table>
+  <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
+   <PageSetup>
+    <Header x:Margin="0.4921259845"/>
+    <Footer x:Margin="0.4921259845"/>
+    <PageMargins x:Bottom="0.984251969" x:Left="0.78740157499999996"
+     x:Right="0.78740157499999996" x:Top="0.984251969"/>
+   </PageSetup>
+   <ProtectObjects>False</ProtectObjects>
+   <ProtectScenarios>False</ProtectScenarios>
+  </WorksheetOptions>
+ </Worksheet>
+</Workbook>

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/site.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/site.xml?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/site.xml	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,67 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!--
+Forrest site.xml
+
+This file contains an outline of the site's information content.  It is used to:
+- Generate the website menus (though these can be overridden - see docs)
+- Provide semantic, location-independent aliases for internal 'site:' URIs, eg
+<a href="site:changes"> links to changes.html (or ../changes.html if in
+  subdir).
+- Provide aliases for external URLs in the external-refs section.  Eg, <a
+  href="ext:cocoon"> links to http://cocoon.apache.org/ 
+
+See http://forrest.apache.org/docs/linking.html for more info
+-->
+
+<site label="@plugin-name@" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
+
+  <about label="Home" tab="home">
+    <index   label="Overview"          href="index.html"        description="Overview Excel sheet plugin"/>
+    <how-to  label="How-to"            href="howto.html"        description="Step-by-step description on how to use the plugin"/>
+    <changes label="Changes"           href="changes.html"      description="History of Changes" />
+    <todo    label="Todo"              href="todo.html"         description="Todo List" />
+  </about>
+  
+  <samples         label="Samples"           href="samples/" tab="samples">
+    <overview      label="Overview"          href="index.html"        description="Samples overview"/>
+    <simple-table  label="Simple Table"      href="simple-table.html" description="Basic features of plugin"/>
+    <figure-table  label="Table with Figure" href="figure-table.html" description="Table related to a figure"/>
+    <color-table   label="Color Table"       href="color-table.html"  description="Table with single cells colored"/>
+  </samples>
+
+  <!--
+  The href must be wholesite.html/pdf  You can change the labels and node names
+  <all label="All">
+    <whole_site_html label="Whole Site HTML" href="wholesite.html"/>
+    <whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
+  </all>
+  -->
+
+  <external-refs>
+    <forrest href="http://forrest.apache.org/">
+      <aing href="docs/linking.html"/>
+      <validation href="docs/validation.html"/>
+      <webapp href="docs/your-project.html#webapp"/>
+      <dtd-docs href="docs/dtd-docs.html"/>
+    </forrest>
+    <cocoon href="http://cocoon.apache.org/"/>
+    <xml.apache.org href="http://xml.apache.org/"/>
+  </external-refs>
+
+</site>

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/tabs.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/tabs.xml?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/content/xdocs/tabs.xml	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
+
+<tabs software="Excel-sheet-plugin"
+  title="Excel-sheet-plugin"
+  copyright="foo"
+  xmlns:xlink="http://www.w3.org/1999/xlink">
+
+  <!-- The rules for tabs are:
+    @dir will always have '/@indexfile' added.
+    @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
+    @href is not modified unless it is root-relative and obviously specifies a
+    directory (ends in '/'), in which case /index.html will be added
+    If @id's are present, site.xml entries with a matching @tab will be in that tab.
+
+   Tabs can be embedded to a depth of two. The second level of tabs will only 
+    be displayed when their parent tab is selected.    
+  -->
+
+  <tab id="home"    label="Home"          dir=""         indexfile="index.html"/>
+<!--  
+  <tab id="docu"    label="Documentation" dir="docu/"    indexfile="index.html"/>
+ -->
+  <tab id="samples" label="Samples"       dir="samples/" indexfile="index.html"/>
+
+</tabs>

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/group-logo.gif
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/group-logo.gif?view=auto&rev=149038
==============================================================================
Binary file. No diff available.

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/group.svg
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/group.svg?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/group.svg	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,81 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!--
+       SVG Anteater logo
+
+To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the
+xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the
+SVG spec (http://www.w3.org/TR/SVG/) as a reference.
+-->
+
+<!-- See Forrest Issue: FOR-229
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
+[
+ <!ATTLIST svg xmlns:for CDATA #FIXED "http://apache.org/forrest">
+ <!ENTITY % textExt "|for:group-name">
+ <!ELEMENT for:group-name (#PCDATA)>
+]>
+-->
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+     xsl:version="1.0"
+     xmlns:for="http://apache.org/forrest"
+     width="220" height="65" >
+  <title>Anteater logo</title>
+
+  <defs>
+
+    <!--
+    <radialGradient id="radialGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </linearGradient>
+    -->
+
+    <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
+      <stop style="stop-color:white" offset="0"/>
+      <stop style="stop-color:lightgreen" offset="1"/>
+    </linearGradient>
+
+    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+      <!-- Takes the alpha channel (black outline of the text), blurs it and saves as 'blur' -->
+      <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
+      <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' -->
+      <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/>
+      <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the
+      former 'over' the latter, and using the merged result as the finished
+      image -->
+      <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
+    </filter>
+
+  </defs>
+
+  <g filter="url(#shadowFilter)" fill="url(#gradient)">
+    <text x="40%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: middle">
+    <for:group-name />
+    </text>
+  </g>
+</svg>

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/icon.png
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/icon.png?view=auto&rev=149038
==============================================================================
Binary file. No diff available.

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/project-logo.gif
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/project-logo.gif?view=auto&rev=149038
==============================================================================
Binary file. No diff available.

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/project.svg
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/project.svg?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/project.svg	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,81 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!--
+       SVG Anteater logo
+
+To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the
+xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the
+SVG spec (http://www.w3.org/TR/SVG/) as a reference.
+-->
+
+<!-- See Forrest Issue: FOR-229
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
+[
+ <!ATTLIST svg xmlns:for CDATA #FIXED "http://apache.org/forrest">
+ <!ENTITY % textExt "|for:project-name">
+ <!ELEMENT for:project-name (#PCDATA)>
+]>
+-->
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+     xsl:version="1.0"
+     xmlns:for="http://apache.org/forrest"
+     width="220" height="65" >
+  <title>Anteater logo</title>
+
+  <defs>
+
+    <!--
+    <radialGradient id="radialGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </linearGradient>
+    -->
+
+    <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
+      <stop style="stop-color:white" offset="0"/>
+      <stop style="stop-color:lightgreen" offset="1"/>
+    </linearGradient>
+
+    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+      <!-- Takes the alpha channel (black outline of the text), blurs it and saves as 'blur' -->
+      <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
+      <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' -->
+      <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/>
+      <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the
+      former 'over' the latter, and using the merged result as the finished
+      image -->
+      <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
+    </filter>
+
+  </defs>
+
+  <g filter="url(#shadowFilter)" fill="url(#gradient)">
+    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; text-anchor: middle" >
+    <for:project-name />
+    </text>
+  </g>
+</svg>

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/shop.jpg
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/shop.jpg?view=auto&rev=149038
==============================================================================
Binary file. No diff available.

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/test.png
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/test.png?view=auto&rev=149038
==============================================================================
Binary file. No diff available.

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/usemap.gif
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/images/usemap.gif?view=auto&rev=149038
==============================================================================
Binary file. No diff available.

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/stylesheets/table2document.xsl
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/stylesheets/table2document.xsl?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/resources/stylesheets/table2document.xsl	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,84 @@
+<?xml version="1.0"?>
+<xsl:stylesheet  version="1.0"
+  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+  xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
+  xmlns:o="urn:schemas-microsoft-com:office:office"
+>
+
+  <xsl:template match="ss:Workbook">
+   <document>
+    <header>
+     <title><xsl:value-of select="*/o:Title"/></title>
+    </header>
+    <body>
+      <xsl:apply-templates/>
+    </body>
+   </document>
+  </xsl:template>
+
+  <xsl:template match="ss:Worksheet"> 
+    <section>
+      <title><xsl:value-of select="@ss:Name"/></title>
+      <xsl:apply-templates/>
+    </section>
+  </xsl:template>
+
+  <xsl:template match="ss:Table">
+    <xsl:apply-templates select="ss:Row[ss:Cell[position()='1']='figure']" mode="figure"/>
+    <table>
+      <caption><xsl:value-of select="parent::ss:Worksheet/@ss:Name"/></caption>
+      <xsl:apply-templates select="ss:Row[position()=1]" mode="header"/>
+      <xsl:apply-templates 
+           select="ss:Row[ss:Cell!='' and position()!=1 and ss:Cell[position()='1']!='figure']"/>
+    </table>
+  </xsl:template>
+
+
+  <xsl:template match="ss:Row" mode="header">
+    <tr><xsl:apply-templates select="ss:Cell[.!='']" mode="header"/></tr>
+  </xsl:template>
+  <xsl:template match="ss:Cell" mode="header">
+    <th><xsl:value-of select="ss:Data"/></th>
+  </xsl:template>
+
+  <xsl:template match="ss:Row">
+    <tr>
+      <xsl:apply-templates select="ss:Cell[.!='']"/>
+    </tr>
+  </xsl:template>
+  <xsl:template match="ss:Cell">
+    <td>
+      <xsl:if test="contains(ss:Data, '#')">
+        <xsl:attribute name="style">background-color:<xsl:value-of select="ss:Data"/>;
+        <xsl:if test="contains(ss:Data, '#000000')">
+          color:#ffffff
+        </xsl:if>
+        </xsl:attribute>
+      </xsl:if>
+      <xsl:value-of disable-output-escaping="no" select="ss:Data" />
+    </td>
+  </xsl:template>
+
+  <xsl:template match="ss:Row" mode="figure">
+    <table><tr><td>
+    <xsl:element name="img">  <!-- changed to figure: renders @ALT as caption -->
+      <xsl:attribute name="src"><xsl:text>images/</xsl:text>
+         <xsl:value-of select="ss:Cell[position()='2']"/>
+      </xsl:attribute>
+      <xsl:attribute name="alt">
+         <xsl:value-of select="ss:Cell[position()='4']/ss:Data"/>
+      </xsl:attribute>
+    </xsl:element>
+    </td></tr>
+<!-- this is not needed since @ALT is rendered as figure caption
+    <tr><td>
+    <em>Figure: <xsl:value-of select="ss:Cell[position()='4' or @ss:Index='4']"/></em>
+    </td></tr>
+-->
+    </table>
+  </xsl:template>
+
+
+  <xsl:template match="node()"/>   <!-- remove anything else -->
+
+</xsl:stylesheet>

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/skinconf.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/skinconf.xml?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/src/documentation/skinconf.xml	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,357 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!--
+Skin configuration file. This file contains details of your project,
+which will be used to configure the chosen Forrest skin.
+-->
+
+<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.6-3//EN" "http://forrest.apache.org/dtd/skinconfig-v06-3.dtd">
+<skinconfig>
+  <!-- To enable lucene search add provider="lucene" (default is google).
+    Add box-location="alt" to move the search box to an alternate location
+    (if the skin supports it) and box-location="all" to show it in all
+    available locations on the page.  Remove the <search> element to show
+    no search box. @domain will enable sitesearch for the specific domain with google.
+    In other words google will search the @domain for the query string.
+  <search name="Excel Sheet Plugin" domain="mydomain" provider="google"/>
+  -->
+
+  <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
+  <disable-print-link>true</disable-print-link>  
+  <!-- Disable the PDF link? -->
+  <disable-pdf-link>false</disable-pdf-link>
+  <!-- Disable the POD link? -->
+  <disable-pod-link>true</disable-pod-link>
+  <!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->
+  <disable-txt-link>true</disable-txt-link>
+  <!-- Disable the xml source link? -->
+  <!-- The xml source link makes it possible to access the xml rendition
+    of the source frim the html page, and to have it generated statically.
+    This can be used to enable other sites and services to reuse the
+    xml format for their uses. Keep this disabled if you don't want other
+    sites to easily reuse your pages.-->
+  <disable-xml-link>true</disable-xml-link>
+
+  <!-- Disable navigation icons on all external links? -->
+  <disable-external-link-image>false</disable-external-link-image>
+
+  <!-- Disable w3c compliance links? 
+    Use e.g. align="center" to move the compliance links logos to 
+    an alternate location default is left.
+    (if the skin supports it) -->
+  <disable-compliance-links>false</disable-compliance-links>
+
+  <!-- Render mailto: links unrecognisable by spam harvesters? -->
+  <obfuscate-mail-links>true</obfuscate-mail-links>
+  <obfuscate-mail-value>.at.</obfuscate-mail-value>
+
+  <!-- Disable the javascript facility to change the font size -->
+  <disable-font-script>true</disable-font-script>
+
+  <!-- mandatory project logo
+       default skin: renders it at the top -->
+  <project-name>XLS Table</project-name>
+  <project-description>
+    Excel Sheet input plugin for Apache Forrest: reads (simple)
+    Excel sheets from the Excel "Save As" (Type=XML).
+  </project-description>
+  <project-url>http://myproj.mygroup.org/</project-url>
+  <project-logo>images/project.png</project-logo>
+  <!-- Alternative static image:
+  <project-logo>images/project-logo.gif</project-logo> -->
+
+  <!-- optional group logo
+       default skin: renders it at the top-left corner -->
+  <group-name>MyGroup</group-name>
+  <group-description>MyGroup Description</group-description>
+  <group-url>http://mygroup.org</group-url>
+  <group-logo>images/group.png</group-logo>
+  <!-- Alternative static image:
+  <group-logo>images/group-logo.gif</group-logo> -->
+
+  <!-- optional host logo (e.g. sourceforge logo)
+       default skin: renders it at the bottom-left corner -->
+  <host-url></host-url>
+  <host-logo></host-logo>
+
+  <!-- relative url of a favicon file, normally favicon.ico -->
+  <favicon-url></favicon-url>
+
+  <!-- The following are used to construct a copyright statement -->
+  <year>2004</year>
+  <vendor>Johannes Schaefer for Apache forrest.</vendor>
+  <!-- The optional copyright-link URL will be used as a link in the
+    copyright statement
+  <copyright-link>http://www.apache.org/licenses/</copyright-link>
+  -->
+
+  <!-- Some skins use this to form a 'breadcrumb trail' of links.
+    Use location="alt" to move the trail to an alternate location
+    (if the skin supports it).
+	  Omit the location attribute to display the trail in the default location.
+	  Use location="none" to not display the trail (if the skin supports it).
+    For some skins just set the attributes to blank.
+  -->
+  <trail>
+    <link1 name="Apache Forrest" href="http://forrest.apache.org/"/>
+    <link2 name="plugins" href="http://forrest.apache.org/plugins/"/>
+    <link3 name="excel-table" href="http://forrest.apache.org/plugins/excel-table"/>
+  </trail>
+
+  <!-- Configure the TOC, i.e. the Table of Contents.
+  @max-depth
+   how many "section" levels need to be included in the
+   generated Table of Contents (TOC). 
+  @min-sections
+   Minimum required to create a TOC.
+  @location ("page","menu","page,menu", "none")
+   Where to show the TOC.
+  -->
+  <toc max-depth="2" min-sections="1" location="page"/>
+
+  <!-- Heading types can be clean|underlined|boxed  -->
+  <headings type="boxed"/>
+  
+  <!-- The optional feedback element will be used to construct a
+    feedback link in the footer with the page pathname appended:
+    <a href="@href">{@to}</a>
+    -->
+  <feedback to="webmaster@foo.com"
+    href="mailto:webmaster@foo.com?subject=Feedback&#160;" >
+    Send feedback about the website to:
+  </feedback>
+  <!--
+    extra-css - here you can define custom css-elements that are 
+    a. overriding the fallback elements or 
+    b. adding the css definition from new elements that you may have 
+       used in your documentation.
+    -->
+  <extra-css>
+    <!--Example of b. 
+        To define the css definition of a new element that you may have used
+        in the class attribute of a <p> node. 
+        e.g. <p class="quote"/>
+    -->
+    p.quote {
+      margin-left: 2em;
+      padding: .5em;
+      background-color: #f0f0f0;
+      font-family: monospace;
+    }
+  </extra-css>
+
+  <colors>
+  <!-- These values are used for the generated CSS files. -->
+
+  <!-- Krysalis -->
+<!--
+    <color name="header"    value="#FFFFFF"/>
+
+    <color name="tab-selected" value="#a5b6c6" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="tab-unselected" value="#F7F7F7"  link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-selected" value="#a5b6c6"  link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-unselected" value="#a5b6c6"  link="#000000" vlink="#000000" hlink="#000000"/>
+
+    <color name="heading" value="#a5b6c6"/>
+    <color name="subheading" value="#CFDCED"/>
+        
+    <color name="navstrip" value="#CFDCED" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="toolbox" value="#a5b6c6"/>
+    <color name="border" value="#a5b6c6"/>
+        
+    <color name="menu" value="#F7F7F7" link="#000000" vlink="#000000" hlink="#000000"/>    
+    <color name="dialog" value="#F7F7F7"/>
+            
+    <color name="body"    value="#ffffff" link="#0F3660" vlink="#009999" hlink="#000066"/>
+    
+    <color name="table" value="#a5b6c6"/>    
+    <color name="table-cell" value="#ffffff"/>    
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#a5b6c6"/>
+        
+    <color name="footer" value="#a5b6c6"/>
+-->
+  
+  <!-- Forrest -->
+<!--
+    <color name="header"    value="#294563"/>
+
+    <color name="tab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="tab-unselected" value="#b5c7e7" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-unselected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+
+    <color name="heading" value="#294563"/>
+    <color name="subheading" value="#4a6d8c"/>
+        
+    <color name="navstrip" value="#cedfef" font="#0F3660" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="toolbox" value="#4a6d8c"/>
+    <color name="border" value="#294563"/>
+    
+    <color name="menu" value="#4a6d8c" font="#cedfef" link="#ffffff" vlink="#ffffff" hlink="#ffcf00"/>    
+    <color name="dialog" value="#4a6d8c"/>
+            
+    <color name="body" value="#ffffff"  link="#0F3660" vlink="#009999" hlink="#000066"/>
+    
+    <color name="table" value="#7099C5"/>    
+    <color name="table-cell" value="#f0f0ff"/>    
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#CFDCED"/>
+        
+    <color name="footer" value="#cedfef"/>
+-->
+
+  <!-- Collabnet --> 
+<!--
+    <color name="header"    value="#003366"/>
+
+    <color name="tab-selected" value="#dddddd" link="#555555" vlink="#555555" hlink="#555555"/>
+    <color name="tab-unselected" value="#999999" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+    <color name="subtab-selected" value="#cccccc" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-unselected" value="#cccccc" link="#555555" vlink="#555555" hlink="#555555"/>
+
+    <color name="heading" value="#003366"/>
+    <color name="subheading" value="#888888"/>
+    
+    <color name="navstrip" value="#dddddd" font="#555555"/>
+    <color name="toolbox" value="#dddddd" font="#555555"/>
+    <color name="border" value="#999999"/>
+    
+    <color name="menu" value="#ffffff"/>    
+    <color name="dialog" value="#eeeeee"/>
+            
+    <color name="body"      value="#ffffff"/>
+    
+    <color name="table" value="#ccc"/>    
+    <color name="table-cell" value="#ffffff"/>   
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#003366"/>
+        
+    <color name="footer" value="#ffffff"/>
+-->
+ <!-- Lenya using pelt-->
+<!--
+    <color name="header" value="#ffffff"/>
+
+    <color name="tab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+    <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-selected" value="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+
+    <color name="heading" value="#E5E4D9"/>
+    <color name="subheading" value="#000000"/>
+    <color name="published" value="#4C6C8F" font="#FFFFFF"/>
+    <color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
+    <color name="navstrip" value="#E5E4D9" font="#000000"/>
+
+    <color name="toolbox" value="#CFDCED" font="#000000"/>
+
+    <color name="border" value="#999999"/>
+    <color name="menu" value="#4C6C8F" font="#ffffff" link="#ffffff" vlink="#ffffff" hlink="#ffffff" current="#FFCC33" />    
+    <color name="menuheading" value="#cfdced" font="#000000" />
+    <color name="searchbox" value="#E5E4D9" font="#000000"/>
+    
+    <color name="dialog" value="#CFDCED"/>
+    <color name="body" value="#ffffff" />            
+    
+    <color name="table" value="#ccc"/>    
+    <color name="table-cell" value="#ffffff"/>   
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#003366"/>
+        
+    <color name="footer" value="#E5E4D9"/>
+-->
+  </colors>
+ 
+  <!-- Settings specific to PDF output. -->
+  <pdf>
+    <!-- 
+       Supported page sizes are a0, a1, a2, a3, a4, a5, executive,
+       folio, legal, ledger, letter, quarto, tabloid (default letter).
+       Supported page orientations are portrait, landscape (default
+       portrait).
+       Supported text alignments are left, right, justify (default left).
+    -->
+    <page size="letter" orientation="portrait" text-align="left"/>
+
+    <!--
+       Margins can be specified for top, bottom, inner, and outer
+       edges. If double-sided="false", the inner edge is always left
+       and the outer is always right. If double-sided="true", the
+       inner edge will be left on odd pages, right on even pages,
+       the outer edge vice versa.
+       Specified below are the default settings.
+    -->
+    <margins double-sided="false">
+      <top>1in</top>
+      <bottom>1in</bottom>
+      <inner>1.25in</inner>
+      <outer>1in</outer>
+    </margins>
+
+    <!--
+      Print the URL text next to all links going outside the file
+    -->
+    <show-external-urls>false</show-external-urls>
+
+    <!--
+      Disable the copyright footer on each page of the PDF.
+      A footer is composed for each page. By default, a "credit" with role=pdf
+      will be used, as explained below. Otherwise a copyright statement
+      will be generated. This latter can be disabled.
+    -->
+    <disable-copyright-footer>false</disable-copyright-footer>
+  </pdf>
+
+  <!-- Credits are typically rendered as a set of small clickable
+    images in the page footer.
+    Use box-location="alt" to move the credit to an alternate location
+    (if the skin supports it). 
+  -->
+  <credits>
+    <credit box-location="alt">
+      <name>Built with Apache Forrest</name>
+      <url>http://forrest.apache.org/</url>
+      <image>images/built-with-forrest-button.png</image>
+      <width>88</width>
+      <height>31</height>
+    </credit>
+    <!-- A credit with @role="pdf" will be used to compose a footer
+     for each page in the PDF, using either "name" or "url" or both.
+    -->
+    <!--
+    <credit role="pdf">
+      <name>Built with Apache Forrest</name>
+      <url>http://forrest.apache.org/</url>
+    </credit>
+    -->
+  </credits>
+
+</skinconfig>

Added: forrest/trunk/plugins/org.apache.forrest.plugin.excel/status.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.excel/status.xml?view=auto&rev=149038
==============================================================================
--- (empty file)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.excel/status.xml	Sat Jan 29 05:40:33 2005
@@ -0,0 +1,83 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<status>
+
+  <developers>
+    <person name="Johannes Schaefer"      email="josch@majobe.de"      id="js" />
+    <!-- Add more people here -->
+  </developers>
+
+  <changes>
+    <!-- Add new releases here -->
+    <release version="0.1" date="2004-12-20">
+      <!-- Some action types have associated images. By default, images are
+      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
+      src/documentation/resources/images/<foo>.jpg images, these will
+      automatically be used for entries of type <foo>. -->
+
+      <action dev="js" type="add" context="admin">
+        Initial plugin code.
+      </action>
+      <!-- Sample action:
+      <action dev="JB" type="fix" due-to="Joe Contributor"
+          due-to-email="joec@apache.org" fixes-bug="123">
+          Fixed a bug in the Foo class.
+        </action>
+        -->
+    </release>
+  </changes>
+
+  <todo>
+    <actions priority="High">
+      <action context="Stylesheet" dev="open">
+        Resolve empty cell issue: insert empty cell in output
+        if any cell in column is non-empty. Workaround: put
+	spaces in the Excel cells.
+      </action>
+      <action context="Sitemap" dev="open">
+        Match the Excel document type definition rather than <code>**-table.xml</code>.
+      </action>
+      <action context="Forrest" dev="open">
+        New feature: include Excel tables in other xml documents.
+      </action>
+      <action context="Stylesheet" dev="open">
+        New feature: 'text' in first column to create descriptive text.
+      </action>
+      <action context="Stylesheet" dev="open">
+        New feature: allow xdoc tags in Cells. Problem: Excel saves
+	tags escaped, i.e. <code>&amp;lt;tag&amp;gt;</code>.
+      </action>
+      <action context="Documentation" dev="open">
+        Put in the English wording from Excel (sorry, I only have German available).
+      </action>
+      <action context="Documentation" dev="open">
+        Add sections: feature description and implementation details.
+      </action>
+    </actions>
+    <!-- Add todo items. @context is an arbitrary string. Eg:
+    <actions priority="high">
+      <action context="code" dev="SN">
+      </action>
+    </actions>
+    <actions priority="medium">
+      <action context="docs" dev="open">
+      </action>
+    </actions>
+    -->
+  </todo>
+
+</status>