You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/04/10 06:49:16 UTC

svn commit: r527022 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org: ./ resources/stylesheets/ resources/stylesheets/aggregates/ src/documentation/ src/documentation/content/xdocs/ src/documentation/content/xdocs/samples/ src...

Author: crossley
Date: Mon Apr  9 21:49:15 2007
New Revision: 527022

URL: http://svn.apache.org/viewvc?view=rev&rev=527022
Log:
Whitespace changes only. Using xmlformat. Issue: FOR-644

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/input.xmap
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/locationmap.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources.xmap
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/aggregates/openoffice-document.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/aggregates/openoffice-writer.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-common-to-forrest.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-impress-to-forrest.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-writer-to-forrest.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/index.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/samples/index.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/site.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/tabs.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_af.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_es.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_it.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_no.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_ru.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_sk.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/status.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/build.xml?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/build.xml Mon Apr  9 21:49:15 2007
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <project default="docs" basedir="." name="Forrest plugin build file">
-
   <property name="plugin-name" value="org.apache.forrest.plugin.input.OpenOffice.org"/>
   <property name="forrest.version" value="0.8"/>
   <property name="type" value="input"/>
@@ -26,10 +25,8 @@
   <property name="websiteURL" value="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.OpenOffice.org/"/>
   <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
   <property name="publish" value="true"/>
-    
   <import file="../build.xml"/>
-  
-  <!-- Add any additional installation work here in the build target, for example:
+<!-- 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">
@@ -40,5 +37,3 @@
   </target>
   -->
 </project>
-  
-  

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/input.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/input.xmap?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/input.xmap (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/input.xmap Mon Apr  9 21:49:15 2007
@@ -15,20 +15,18 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-  <!-- ============================================================ -->
-  <!-- OpenOffice.org Plugin                                        -->
-  <!-- This plugin allows OpenOffice.org application files to be    -->
-  <!-- uded in a Forrest site                                       -->
-  <!-- ============================================================ -->
-
+<!-- ============================================================ -->
+<!-- OpenOffice.org Plugin                                        -->
+<!-- This plugin allows OpenOffice.org application files to be    -->
+<!-- uded in a Forrest site                                       -->
+<!-- ============================================================ -->
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
-    
   <map:resources>
     <map:resource name="file-resolver">
       <map:select type="exists">
         <map:when test="{lm:project.{uri}.sxw}">
           <map:match type="regexp" pattern="^(.*?)([^/]*).xml$">
-            <!-- FIXME: use the OOo generator as seen in the resume plugin -->
+<!-- FIXME: use the OOo generator as seen in the resume plugin -->
             <map:generate src="{lm:OOo.bootstrap}"/>
             <map:transform src="{lm:OOo.transform.xsl.aggregates/openoffice-document}">
               <map:parameter name="src" value="{lm:project.{1}{2}.sxw}"/>
@@ -40,11 +38,10 @@
             </map:transform>
             <map:serialize type="xml-document"/>
           </map:match>
-        </map:when>  
-        
+        </map:when>
         <map:when test="{lm:project.{uri}.sxi}">
           <map:match type="regexp" pattern="^(.*?)([^/]*).xml$">
-            <!-- FIXME: use the OOo generator as seen in the resume plugin -->
+<!-- FIXME: use the OOo generator as seen in the resume plugin -->
             <map:generate src="{lm:OOo.bootstrap}"/>
             <map:transform src="{lm:OOo.transform.xsl.aggregates/openoffice-document}">
               <map:parameter name="src" value="{lm:project.{1}{2}.sxi}"/>
@@ -56,18 +53,17 @@
             </map:transform>
             <map:serialize type="xml-document"/>
           </map:match>
-        </map:when>  
+        </map:when>
       </map:select>
     </map:resource>
-  </map:resources>  
-  
+  </map:resources>
   <map:pipelines>
     <map:pipeline internal="true">
       <map:match pattern="**.xml">
         <map:call resource="file-resolver">
           <map:parameter name="uri" value="{1}"/>
         </map:call>
-      </map:match>      
+      </map:match>
     </map:pipeline>
   </map:pipelines>
 </map:sitemap>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/locationmap.xml?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/locationmap.xml Mon Apr  9 21:49:15 2007
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
-
   <components>
     <matchers default="lm">
       <matcher 
@@ -24,21 +23,17 @@
         src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
     </matchers>
     <selectors default="exists">
-          <selector name="exists" logger="sitemap.selector.exists"  
+      <selector name="exists" logger="sitemap.selector.exists"  
                     src="org.apache.forrest.sourceexists.SourceExistsSelector" />
     </selectors>
   </components>
-  
-  <locator>  
-    
+  <locator>
     <match pattern="OOo.transform.xsl.**">
-        <location src="resources/stylesheets/{1}.xsl" />
+      <location src="resources/stylesheets/{1}.xsl" />
     </match>
-    
     <match pattern="OOo.transform.*.*">
-        <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+      <location src="resources/stylesheets/{1}-to-{2}.xsl" />
     </match>
-    
     <match pattern="OOo.bootstrap">
       <location src="resources/stylesheets/aggregates/openoffice.xml"/>
     </match>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources.xmap?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources.xmap (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources.xmap Mon Apr  9 21:49:15 2007
@@ -15,24 +15,20 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-  <!-- ============================================================ -->
-  <!-- OpenOffice.org Plugin                                        -->
-  <!-- This plugin allows OpenOffice.org application files to be    -->
-  <!-- uded in a Forrest site                                       -->
-  <!-- ============================================================ -->
-
+<!-- ============================================================ -->
+<!-- OpenOffice.org Plugin                                        -->
+<!-- This plugin allows OpenOffice.org application files to be    -->
+<!-- uded in a Forrest site                                       -->
+<!-- ============================================================ -->
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   <map:pipelines>
     <map:pipeline internal="true">
-
       <map:match pattern="openOfficeEmbeddedImage/zip-**/file-**.*">
         <map:read src="jar:file:///{lm:project.{1}!/{2}.{3}}" mime-type="image/{3}" />
       </map:match>
-      
       <map:match pattern="**/openOfficeEmbeddedImage/zip-**/file-**.*">
         <map:read src="jar:file:///{lm:project.{1}/{2}!/{3}.{4}}" mime-type="image/{4}" />
       </map:match>
-      
     </map:pipeline>
   </map:pipelines>
 </map:sitemap>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/aggregates/openoffice-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/aggregates/openoffice-document.xsl?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/aggregates/openoffice-document.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/aggregates/openoffice-document.xsl Mon Apr  9 21:49:15 2007
@@ -30,7 +30,7 @@
       </c:include>
       <c:include select="/*/*">
         <xsl:attribute name="src">zip:<xsl:value-of select="$src"/>!/content.xml</xsl:attribute>
-      </c:include>      
+      </c:include>
     </office:document>
   </xsl:template>
 </xsl:stylesheet>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/aggregates/openoffice-writer.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/aggregates/openoffice-writer.xsl?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/aggregates/openoffice-writer.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/aggregates/openoffice-writer.xsl Mon Apr  9 21:49:15 2007
@@ -30,7 +30,7 @@
       </c:include>
       <c:include select="/*/*">
         <xsl:attribute name="src">zip:<xsl:value-of select="$src"/>!/content.xml</xsl:attribute>
-      </c:include>      
+      </c:include>
     </office:document>
   </xsl:template>
 </xsl:stylesheet>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-common-to-forrest.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-common-to-forrest.xsl?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-common-to-forrest.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-common-to-forrest.xsl Mon Apr  9 21:49:15 2007
@@ -15,88 +15,73 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <xsl:stylesheet version="1.0" xmlns:style="http://openoffice.org/2000/style" xmlns:text="http://openoffice.org/2000/text" xmlns:office="http://openoffice.org/2000/office" xmlns:table="http://openoffice.org/2000/table" xmlns:draw="http://openoffice.org/2000/drawing" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="http://openoffice.org/2000/meta" xmlns:number="http://openoffice.org/2000/datastyle" xmlns:svg="http://www.w3.org/2000/svg" xmlns:chart="http://openoffice.org/2000/chart" xmlns:dr3d="http://openoffice.org/2000/dr3d" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="http://openoffice.org/2000/form" xmlns:script="http://openoffice.org/2000/script" xmlns:config="http://openoffice.org/2001/config" office:class="text" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="office meta  table number dc fo xlink chart math script xsl draw svg dr3d form
  config text style">
   <xsl:param name="filename"/>
   <xsl:param name="extension"/>
-  
   <xsl:variable name="OOtemplate" select="/office:document/office:meta/meta:template/@xlink:title"/>
-   
   <xsl:output method="xml" indent="yes" omit-xml-declaration="no"/>
   <xsl:output method="xml" version="1.0" encoding="UTF-8" 
     doctype-public="-//APACHE//DTD Documentation V1.2//EN" 
     doctype-system="http://apache.org/forrest/dtd/document-v12.dtd"/>
-  
-    <!--+
+<!--+
       | keys to generate the structure
       +-->
   <xsl:key name="rootChildren" match="draw:text-box | text:footnote-body | text:section | text:p |table:table | text:span | text:ordered-list | office:annotation | text:unordered-list | text:footnote | text:a | text:list-item | draw:plugin" use="generate-id((..|preceding-sibling::text:h[@text:level='1']|preceding-sibling::text:h[@text:level='2']|preceding-sibling::text:h[@text:level='3']|preceding-sibling::text:h[@text:level='4']|preceding-sibling::text:h[@text:level='5'])[last()])"/>
   <xsl:key name="chieldElements" match="text:h[@text:level &gt; '1' and @text:level &lt;= '5']" use="generate-id(preceding-sibling::text:h[@text:level &lt; current()/@text:level][1])"/>
-  
-  <!--+
+<!--+
       | start transforming 
       +-->
   <xsl:template match="/">
     <document>
       <header>
-        <title>
-          <xsl:choose>
+        <title><xsl:choose>
             <xsl:when test="/office:document/office:meta/dc:title = '' or not(/office:document/office:meta/dc:title)">
               <xsl:value-of select="$filename"/>
             </xsl:when>
             <xsl:otherwise>
               <xsl:value-of select="/office:document/office:meta/dc:title"/>
             </xsl:otherwise>
-          </xsl:choose>
-        </title>
-        <!-- Abstract is required field in HowTos, so always create it and fill with description field  -->
+          </xsl:choose></title>
+<!-- Abstract is required field in HowTos, so always create it and fill with description field  -->
         <abstract>
           <xsl:value-of select="/office:document/office:meta/dc:description"/>
         </abstract>
-      
-        <!-- last modified date -->
+<!-- last modified date -->
         <last-modified-content-date date="{substring-before(/office:document/office:meta/dc:date, 'T')}"/>
-
         <xsl:call-template name="style"/>
       </header>
       <xsl:apply-templates select="//office:body"/>
     </document>
   </xsl:template>
-  
-  <!--+
+<!--+
       | create the body 
       +-->
   <xsl:template match="office:body">
     <body>
       <xsl:if test="$OOtemplate = 'OpenOffice.org Writer HowTo Template'">
-        <!-- Special processing for top of HowTos -->
+<!-- Special processing for top of HowTos -->
         <header>
-          <title>
-              <xsl:choose>
-                <xsl:when test="/office:document/office:meta/dc:title = '' or not(/office:document/office:meta/dc:title)">
-                  <xsl:value-of select="$filename"/>
-                </xsl:when>
-                <xsl:otherwise>
-                  <xsl:value-of select="/office:document/office:meta/dc:title"/>
-                </xsl:otherwise>
-              </xsl:choose>
-            </title>
-            <section id="Overview">
-              <title>Overview</title>
+          <title><xsl:choose>
+              <xsl:when test="/office:document/office:meta/dc:title = '' or not(/office:document/office:meta/dc:title)">
+                <xsl:value-of select="$filename"/>
+              </xsl:when>
+              <xsl:otherwise>
+                <xsl:value-of select="/office:document/office:meta/dc:title"/>
+              </xsl:otherwise>
+            </xsl:choose></title>
+          <section id="Overview">
+            <title>Overview</title>
             <p>
               <xsl:value-of select="/office:document/office:meta/dc:description"/>
             </p>
           </section>
-          </header>
-          
-        </xsl:if> 
-         <xsl:apply-templates select="key('rootChildren', generate-id())"/>
-        <xsl:apply-templates select="text:h[@text:level='1']"/>  
-      
+        </header>
+      </xsl:if>
+      <xsl:apply-templates select="key('rootChildren', generate-id())"/>
+      <xsl:apply-templates select="text:h[@text:level='1']"/>
     </body>
   </xsl:template>
-  
-  <!--+
+<!--+
       | headings
       +-->
   <xsl:template match="text:h[@text:level='1']">
@@ -105,7 +90,6 @@
       <xsl:with-param name="prevLevel" select="1"/>
     </xsl:call-template>
   </xsl:template>
-  
   <xsl:template match="text:h[@text:level='2'] | text:h[@text:level='3']| text:h[@text:level='4'] | text:h[@text:level='5']">
     <xsl:variable name="level" select="@text:level"/>
     <xsl:call-template name="createSection">
@@ -113,29 +97,23 @@
       <xsl:with-param name="prevLevel" select="preceding-sibling::text:h[@text:level &lt; $level][1]/@text:level "/>
     </xsl:call-template>
   </xsl:template>
-  
   <xsl:template name="createSection">
     <xsl:param name="currentLevel"/>
     <xsl:param name="prevLevel"/>
-          
-      
-    <section class="{.}">  
-      <title>
-        <xsl:apply-templates/>
-      </title>
-      <!-- Report structuring errors with a fixme -->
+    <section class="{.}">
+      <title><xsl:apply-templates/></title>
+<!-- Report structuring errors with a fixme -->
       <xsl:if test="$currentLevel &gt; $prevLevel+1">
         <fixme author="openoffice-common2forrest template">
-          The previous heading is more than one level below the heading before it. To remove this fixme, correct the structuring of your document.
+          The previous heading is more than one level below the heading before
+          it. To remove this fixme, correct the structuring of your document.
         </fixme>
       </xsl:if>
       <xsl:apply-templates select="key('rootChildren', generate-id())"/>
       <xsl:apply-templates select="key('chieldElements', generate-id())"/>
     </section>
-  
   </xsl:template>
-  
-  <!--+
+<!--+
       | paragraph
       +-->
   <xsl:template match="text:p">
@@ -144,8 +122,7 @@
       <xsl:apply-templates/>
     </xsl:element>
   </xsl:template>
-  
-  <!--+
+<!--+
       | lists
       +-->
   <xsl:template match="text:unordered-list">
@@ -153,36 +130,32 @@
       <xsl:apply-templates select="text:list-item"/>
     </ul>
   </xsl:template>
-
   <xsl:template match="text:ordered-list">
     <ol>
       <xsl:apply-templates select="text:list-item"/>
     </ol>
   </xsl:template>
-  
   <xsl:template match="text:list-item">
-    <li>
-      <xsl:apply-templates select="text:p"/>
+    <li><xsl:apply-templates select="text:p"/>
       <xsl:apply-templates select="text:unordered-list"/>
-      <xsl:apply-templates select="text:ordered-list"/>    
-    </li>
+      <xsl:apply-templates select="text:ordered-list"/></li>
   </xsl:template>
-      
-  
-    <!--+
+<!--+
       | Tables
       | Note (RP): need some improvement, maybe forrest-doc isn't good enough
       | for many talbe requirements ...
       +-->
   <xsl:template match="table:table">
     <table>
-      <caption><xsl:value-of select="@table:name"/></caption>
+      <caption>
+        <xsl:value-of select="@table:name"/>
+      </caption>
       <xsl:apply-templates select="table:*"/>
     </table>
   </xsl:template>
   <xsl:template match="table:table-header-rows">
     <xsl:apply-templates select="table:table-row"/>
-  </xsl:template>  
+  </xsl:template>
   <xsl:template match="table:table-row">
     <tr>
       <xsl:apply-templates select="table:table-cell"/>
@@ -192,51 +165,42 @@
     <th>
       <xsl:apply-templates select="text:p" mode="in-element"/>
     </th>
-  </xsl:template>  
+  </xsl:template>
   <xsl:template match="table:table-cell">
     <td>
       <xsl:apply-templates select="text:p" mode="in-element"/>
     </td>
-  </xsl:template> 
-  <!-- cells spanning several columns look like this: 
-  <table:table-cell table:number-columns-spanned="2" -->  
+  </xsl:template>
+<!-- cells spanning several columns look like this: 
+  <table:table-cell table:number-columns-spanned="2" -->
   <xsl:template match="table:table-cell[@table:number-columns-spanned]">
-
-	<td>
+    <td>
       <xsl:attribute name="colspan">
-		<xsl:value-of select="@table:number-columns-spanned" />
-	  </xsl:attribute>
-	  <xsl:apply-templates select="table:sub-table" />
-	  <xsl:apply-templates select="text:p" mode="in-element"/>
+        <xsl:value-of select="@table:number-columns-spanned" />
+      </xsl:attribute>
+      <xsl:apply-templates select="table:sub-table" />
+      <xsl:apply-templates select="text:p" mode="in-element"/>
     </td>
   </xsl:template>
-
-
-  
-  <!--+
+<!--+
       | Links
       +-->
-  <xsl:template match="text:a[not(@office:target-frame-name)]">
-    <link href="{@xlink:href}" title="{@office:name}">
-      <xsl:value-of select="."/>
-    </link>
+  <xsl:template match="text:a[not(@office:target-frame-name)]"><link href="{@xlink:href}" title="{@office:name}">
+    <xsl:value-of select="."/></link>
   </xsl:template>
-  <xsl:template match="text:a[@office:target-frame-name='_new']">
-    <jump href="{@xlink:href}" title="{@office:name}">
-      <xsl:value-of select="."/>
-    </jump>
-  </xsl:template>  
-  <xsl:template match="text:a">
-    <fork href="{@xlink:href}" title="{@office:name}">
-      <xsl:value-of select="."/>
-    </fork>
-  </xsl:template>  
-  
-  <!--+
+  <xsl:template match="text:a[@office:target-frame-name='_new']"><jump href="{@xlink:href}" title="{@office:name}">
+    <xsl:value-of select="."/></jump>
+  </xsl:template>
+  <xsl:template match="text:a"><fork href="{@xlink:href}" title="{@office:name}">
+    <xsl:value-of select="."/></fork>
+  </xsl:template>
+<!--+
       | Images
       +-->
   <xsl:template match="draw:image[@xlink:show]">
-    <xsl:variable name="href"><xsl:value-of select="@xlink:href"/></xsl:variable>
+    <xsl:variable name="href">
+      <xsl:value-of select="@xlink:href"/>
+    </xsl:variable>
     <xsl:choose>
       <xsl:when test="starts-with($href, '#')">
         <img src="openOfficeEmbeddedImage/zip-{$filename}.{$extension}/file-{substring($href, 2)}"
@@ -247,36 +211,31 @@
       </xsl:otherwise>
     </xsl:choose>
   </xsl:template>
-
-  <!--+
+<!--+
       | line breaks 
       +-->
   <xsl:template match="text:line-break">
     <br/>
   </xsl:template>
-  
-  <!-- ==================================================================== -->
-  <!-- Span                                                                 -->
-  <!-- ==================================================================== -->
+<!-- ==================================================================== -->
+<!-- Span                                                                 -->
+<!-- ==================================================================== -->
   <xsl:template match="text:span">
     <span>
       <xsl:apply-templates select="@text:style-name"/>
       <xsl:apply-templates/>
     </span>
   </xsl:template>
-  
-  <!-- ==================================================================== -->
-  <!-- Styles                                                               -->
-  <!-- ==================================================================== -->
-  
+<!-- ==================================================================== -->
+<!-- Styles                                                               -->
+<!-- ==================================================================== -->
   <xsl:template match="@text:style-name">
     <xsl:attribute name="class">
       <xsl:value-of select="."/>
     </xsl:attribute>
   </xsl:template>
-  
   <xsl:template name="style">
-    <!-- HACK: This makes intermediate documents invalid per the
+<!-- HACK: This makes intermediate documents invalid per the
     Forrest Document DTD. To find out why this is done this way
     nonetheless, read the comments attached to issue FOR-433. -->
     <style>
@@ -284,84 +243,64 @@
       <xsl:apply-templates select="//office:automatic-styles/style:style"/>
     </style>
   </xsl:template>
- 
   <xsl:template match="style:style">
     .<xsl:value-of select="@style:name"/> {
       <xsl:call-template name="fontStyle"/>
-      <xsl:call-template name="textDecorationStyle"/>
-      <xsl:call-template name="colourStyle"/>
-      <xsl:call-template name="marginStyle"/>
+    <xsl:call-template name="textDecorationStyle"/>
+    <xsl:call-template name="colourStyle"/>
+    <xsl:call-template name="marginStyle"/>
     }
   </xsl:template>
-  
-  <!-- Margin Style -->
-  
+<!-- Margin Style -->
   <xsl:template name="marginStyle">
     <xsl:apply-templates select="style:properties/@fo:margin-top"/>
     <xsl:apply-templates select="style:properties/@fo:margin-bottom"/>
     <xsl:apply-templates select="style:properties/@fo:margin-left"/>
     <xsl:apply-templates select="style:properties/@fo:margin-right"/>
   </xsl:template>
-  
   <xsl:template match="@fo:margin-top">
     margin-top: <xsl:value-of select="."/>;
   </xsl:template>
-  
   <xsl:template match="@fo:margin-bottom">
     margin-bottom: <xsl:value-of select="."/>;
   </xsl:template>
-  
   <xsl:template match="@fo:margin-left">
     margin-left: <xsl:value-of select="."/>;
   </xsl:template>
-  
   <xsl:template match="@fo:margin-right">
     margin-right: <xsl:value-of select="."/>;
   </xsl:template>
-  
-  <!-- Font Style -->
-  
+<!-- Font Style -->
   <xsl:template name="fontStyle">
     <xsl:apply-templates select="style:properties/@fo:font-weight"/>
     <xsl:apply-templates select="style:properties/@fo:font-style"/>
     <xsl:apply-templates select="style:properties/@fo:font-size"/>
     <xsl:apply-templates select="style:properties/@style:font-name"/>
   </xsl:template>
-  
   <xsl:template match="@fo:font-size">
     font-size: <xsl:value-of select="."/>;
   </xsl:template>
-  
   <xsl:template match="@fo:font-weight">
     font-weight: <xsl:value-of select="."/>;
   </xsl:template>
-  
   <xsl:template match="@fo:font-style">
     font-style: <xsl:value-of select="."/>;
   </xsl:template>
-  
   <xsl:template match="@style:font-name">
     font-family: <xsl:value-of select="."/>;
   </xsl:template>
-  
-  <!-- Text Decoration -->
-  
+<!-- Text Decoration -->
   <xsl:template name="textDecorationStyle">
     <xsl:apply-templates select="style:properties/@style:text-underline"/>
   </xsl:template>
-  
   <xsl:template match="@style:text-underline">
     text-decoration: underline;
   </xsl:template>
-  
-  <!-- Colour -->
-  
+<!-- Colour -->
   <xsl:template name="colourStyle">
     <xsl:apply-templates select="style:properties/@fo:color"/>
   </xsl:template>
-  
   <xsl:template match="@fo:color">
     color: <xsl:value-of select="."/>;
   </xsl:template>
-  
 </xsl:stylesheet>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-impress-to-forrest.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-impress-to-forrest.xsl?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-impress-to-forrest.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-impress-to-forrest.xsl Mon Apr  9 21:49:15 2007
@@ -15,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <xsl:stylesheet version="1.0" 
   xmlns:style="http://openoffice.org/2000/style" 
   xmlns:text="http://openoffice.org/2000/text" 
@@ -38,59 +37,57 @@
   office:class="text" 
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
   exclude-result-prefixes="office meta  table number dc fo xlink chart math script xsl draw svg dr3d form config text style">
-
   <xsl:import href="openoffice-common-to-forrest.xsl"/>
-
-  <!--+
+<!--+
       | create the body 
       +-->
   <xsl:template match="office:body">
-    <body>  
+    <body>
       <xsl:apply-templates select="key('rootChildren', generate-id())"/>
       <xsl:apply-templates select="draw:page"/>
     </body>
   </xsl:template>
-  
-  <!--+
+<!--+
       | slide
       +-->
   <xsl:template match="draw:page">
-    <xsl:variable name="layout-name"><xsl:value-of select="@presentation:presentation-page-layout-name"/></xsl:variable>
-      <section>
-          <section class="slide">
-            <title><xsl:value-of select="draw:text-box/text:p"/></title>
-            <xsl:apply-templates select="draw:image" mode="slide">
-              <xsl:with-param name="layout-name"><xsl:value-of select="$layout-name"/></xsl:with-param>
-            </xsl:apply-templates>
-            <xsl:apply-templates select="draw:text-box" mode="slide"/>
-          </section>
-          <xsl:apply-templates select="presentation:notes/draw:text-box" mode="notes"/>
+    <xsl:variable name="layout-name">
+      <xsl:value-of select="@presentation:presentation-page-layout-name"/>
+    </xsl:variable>
+    <section>
+      <section class="slide">
+        <title><xsl:value-of select="draw:text-box/text:p"/></title>
+        <xsl:apply-templates select="draw:image" mode="slide">
+          <xsl:with-param name="layout-name">
+            <xsl:value-of select="$layout-name"/>
+          </xsl:with-param>
+        </xsl:apply-templates>
+        <xsl:apply-templates select="draw:text-box" mode="slide"/>
       </section>
+      <xsl:apply-templates select="presentation:notes/draw:text-box" mode="notes"/>
+    </section>
   </xsl:template>
-  
-  <!-- ==================================================================== -->
-  <!-- Text Boxes                                                           -->
-  <!-- ==================================================================== -->
+<!-- ==================================================================== -->
+<!-- Text Boxes                                                           -->
+<!-- ==================================================================== -->
   <xsl:template match="draw:text-box" mode="slide">
-    <!-- ignore first element if it is a paragraph as this
+<!-- ignore first element if it is a paragraph as this
          is the title of the slide -->
     <xsl:apply-templates select="*[not(self::text:p)]"/>
   </xsl:template>
-  
   <xsl:template match="draw:text-box" mode="notes">
     <xsl:apply-templates select="*"/>
   </xsl:template>
-  
   <xsl:template name="fontStyle">
     <xsl:apply-templates select="style:properties/@fo:font-weight"/>
     <xsl:apply-templates select="style:properties/@fo:font-style"/>
     <xsl:apply-templates select="style:properties/@style:font-name"/>
   </xsl:template>
-  
-  
   <xsl:template match="draw:image[@xlink:show]" mode="slide">
     <xsl:param name="layout-name"/>
-    <xsl:variable name="href"><xsl:value-of select="@xlink:href"/></xsl:variable>
+    <xsl:variable name="href">
+      <xsl:value-of select="@xlink:href"/>
+    </xsl:variable>
     <xsl:choose>
       <xsl:when test="starts-with($href, '#')">
         <img src="openOfficeEmbeddedImage/zip-{$filename}.{$extension}/file-{substring($href, 2)}"
@@ -101,5 +98,4 @@
       </xsl:otherwise>
     </xsl:choose>
   </xsl:template>
-  
 </xsl:stylesheet>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-writer-to-forrest.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-writer-to-forrest.xsl?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-writer-to-forrest.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources/stylesheets/openoffice-writer-to-forrest.xsl Mon Apr  9 21:49:15 2007
@@ -15,121 +15,95 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <xsl:stylesheet version="1.0" xmlns:style="http://openoffice.org/2000/style" xmlns:text="http://openoffice.org/2000/text" xmlns:office="http://openoffice.org/2000/office" xmlns:table="http://openoffice.org/2000/table" xmlns:draw="http://openoffice.org/2000/drawing" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="http://openoffice.org/2000/meta" xmlns:number="http://openoffice.org/2000/datastyle" xmlns:svg="http://www.w3.org/2000/svg" xmlns:chart="http://openoffice.org/2000/chart" xmlns:dr3d="http://openoffice.org/2000/dr3d" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="http://openoffice.org/2000/form" xmlns:script="http://openoffice.org/2000/script" xmlns:config="http://openoffice.org/2001/config" office:class="text" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="office meta  table number dc fo xlink chart math script xsl draw svg dr3d form
  config text style">
-  
   <xsl:import href="openoffice-common-to-forrest.xsl"/>
-  
-  <!-- ================================================================== -->
-  <!-- The templates below match special styles created in a special 
+<!-- ================================================================== -->
+<!-- The templates below match special styles created in a special 
        Forrest template. However, there is no longer any need to use this
        template as support for Open Office defined styles is being 
        embedded into the stylesheets, that is, all style information should
        be copied into the HTML page.                                      -->
-  <!-- ================================================================== -->     
-  
-  <!--+
+<!-- ================================================================== -->
+<!--+
       | strong emphasised text
       +-->
-  <xsl:template match="text:span[@text:style-name='Strong Emphasis']">
-    <strong>
-      <xsl:apply-templates/>
-    </strong>
-  </xsl:template>  
-
-  <!--+
+  <xsl:template match="text:span[@text:style-name='Strong Emphasis']"><strong>
+    <xsl:apply-templates/></strong>
+  </xsl:template>
+<!--+
       | emphasised text
       +-->
-  <xsl:template match="text:span[@text:style-name='Emphasis']">
-    <em>
-      <xsl:apply-templates/>
-    </em>
-  </xsl:template>    
-
-  <!--+
+  <xsl:template match="text:span[@text:style-name='Emphasis']"><em>
+    <xsl:apply-templates/></em>
+  </xsl:template>
+<!--+
       | Code
       +-->
-  <xsl:template match="text:span[@text:style-name='Forrest: Code']">
-    <code>
-      <xsl:value-of select="."/>
-    </code>
+  <xsl:template match="text:span[@text:style-name='Forrest: Code']"><code>
+    <xsl:value-of select="."/></code>
   </xsl:template>
-  
-  <!--+
+<!--+
       | sup
       +-->
-  <xsl:template match="text:span[@text:style-name='Forrest: Above']">
-    <sup>
-      <xsl:value-of select="."/>
-    </sup>
+  <xsl:template match="text:span[@text:style-name='Forrest: Above']"><sup>
+    <xsl:value-of select="."/></sup>
   </xsl:template>
-  <!--+
+<!--+
       | sub
       +-->
-  <xsl:template match="text:span[@text:style-name='Forrest: Below']">
-    <sub>
-      <xsl:value-of select="."/>
-    </sub>
-  </xsl:template>    
-  
+  <xsl:template match="text:span[@text:style-name='Forrest: Below']"><sub>
+    <xsl:value-of select="."/></sub>
+  </xsl:template>
 <!--+
      | Source
      +-->
   <xsl:template match="text:p[@text:style-name='Forrest: Source' and (preceding-sibling::node()[1]/@text:style-name='Forrest: Source')]">
-	  <!-- Two subsequnt paragraphs should be considered a single source section -->
+<!-- Two subsequnt paragraphs should be considered a single source section -->
   </xsl:template>
-
-
-
   <xsl:template name="forrest-source" match="text:p[@text:style-name='Forrest: Source' and not (preceding-sibling::node()[1]/@text:style-name='Forrest: Source')]">
     <source>
-      <xsl:text>
+<xsl:text>
       </xsl:text>
       <xsl:apply-templates />
       <xsl:for-each select="following-sibling::*[1][@text:style-name='Forrest: Source']">
         <xsl:call-template name="forrest-source-output" />
       </xsl:for-each>
-      <xsl:text>
+<xsl:text>
       </xsl:text>
     </source>
-  </xsl:template>     
-
+  </xsl:template>
   <xsl:template match="text:p[@text:style-name='Forrest: Source']/text:line-break">
     <br/>
-  </xsl:template> 
-
-  <!-- When the indentation is formed by spaces -->
+  </xsl:template>
+<!-- When the indentation is formed by spaces -->
   <xsl:template match="text:p[@text:style-name='Forrest: Source']/text:s">
-	  <xsl:call-template name="forrest-source-indent">
-		  <xsl:with-param name="len"><xsl:value-of select="@text:c" /></xsl:with-param>
-	  </xsl:call-template>
+    <xsl:call-template name="forrest-source-indent">
+      <xsl:with-param name="len">
+        <xsl:value-of select="@text:c" />
+      </xsl:with-param>
+    </xsl:call-template>
   </xsl:template>
-
-  <!-- When the indentation is formed by tab-stops -->
+<!-- When the indentation is formed by tab-stops -->
   <xsl:template match="text:p[@text:style-name='Forrest: Source']/text:tab-stop">
     <xsl:call-template name="forrest-source-indent">
       <xsl:with-param name="len">4</xsl:with-param>
     </xsl:call-template>
   </xsl:template>
-
   <xsl:template name="forrest-source-indent">
     <xsl:param name="len"></xsl:param>
-    <!-- Limited to 100 indents, but it works!-->
+<!-- Limited to 100 indents, but it works!-->
     <xsl:variable name="padding">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</xsl:variable>
     <xsl:value-of select="substring($padding,1,$len)" />
   </xsl:template>
-
-
   <xsl:template name="forrest-source-output">
-    <xsl:text>
+<xsl:text>
     </xsl:text>
     <xsl:apply-templates />
     <xsl:for-each select="following-sibling::*[1][@text:style-name='Forrest: Source']">
       <xsl:call-template name="forrest-source-output" />
     </xsl:for-each>
-  </xsl:template> 
-  
-  <!--+
+  </xsl:template>
+<!--+
       | Fixme
       | - the author attribute is ignored but this has to change with
       |   XHTML2 anyway ... (RP)
@@ -139,8 +113,7 @@
       <xsl:apply-templates/>
     </fixme>
   </xsl:template>
-  
-  <!--+
+<!--+
       | Fixme2
       | - translates the yellow stickers to fixmes
       |   
@@ -150,9 +123,7 @@
       <xsl:apply-templates/>
     </fixme>
   </xsl:template>
-  
-
-  <!--+
+<!--+
       | Note
       +-->
   <xsl:template match="text:p[@text:style-name='Forrest: Note']">
@@ -160,8 +131,7 @@
       <xsl:apply-templates/>
     </note>
   </xsl:template>
-   
-  <!--+
+<!--+
       | special list format p2
       |
       | 0verwrites template in openoffice-common2forrest
@@ -171,20 +141,17 @@
       | and bypasses the processing of the <li>-Element.
       |        
       +-->
-      
   <xsl:template match="text:unordered-list[@text:style-name='L2']">
-      <xsl:apply-templates select="text:list-item/text:p"/>
-      <xsl:apply-templates select="text:list-item/text:unordered-list"/>
-      <xsl:apply-templates select="text:list-item/text:ordered-list"/> 
-  </xsl:template> 
-   
-  <!--+
+    <xsl:apply-templates select="text:list-item/text:p"/>
+    <xsl:apply-templates select="text:list-item/text:unordered-list"/>
+    <xsl:apply-templates select="text:list-item/text:ordered-list"/>
+  </xsl:template>
+<!--+
       | Instructional step
       +-->
   <xsl:template match="text:p[@text:style-name='P2']">
     <p class="instruction">
       <xsl:apply-templates/>
     </p>
-  </xsl:template> 
-      
+  </xsl:template>
 </xsl:stylesheet>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/index.xml?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/index.xml Mon Apr  9 21:49:15 2007
@@ -16,28 +16,34 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>Plugin: org.apache.forrest.plugin.OpenOffice.org</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>Plugin: org.apache.forrest.plugin.OpenOffice.org</title>
+  </header>
+  <body>
     <section>
       <title>Apache Forrest - OpenOffice.org Plugin</title>
-      <p>This is an example site for the Apache Forrest OpenOffice.org Plugin.
-      It provides examples of all the functionality in the plugin.</p>
+      <p>
+        This is an example site for the Apache Forrest OpenOffice.org Plugin. It
+        provides examples of all the functionality in the plugin.
+      </p>
     </section>
-    
     <section>
       <title>Using The OOo Plugin</title>
       <section>
         <title>Samples</title>
-        <p>See the samples in the menu on the left.</p>
+        <p>
+          See the samples in the menu on the left.
+        </p>
       </section>
       <section>
         <title>Document Title</title>
-        <p>The displayed title is taken from the meta-data of the OOo file. 
-        If you set the Title field in the OOo document <code>File -> Properties (General 
-        Tab)</code> Then this will be used, otherwise the OOo filename is used.</p>
+        <p>
+          The displayed title is taken from the meta-data of the OOo file. If
+          you set the Title field in the OOo document <code>File -> Properties
+          (General Tab)</code> Then this will be used, otherwise the OOo
+          filename is used.
+        </p>
       </section>
     </section>
   </body>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/samples/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/samples/index.xml?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/samples/index.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/samples/index.xml Mon Apr  9 21:49:15 2007
@@ -16,11 +16,11 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>OpenOffice.org Plugin Examples</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>OpenOffice.org Plugin Examples</title>
+  </header>
+  <body>
     <ul>
       <li><a href="openoffice-writer.html">OpenOffice Writer</a></li>
       <li><a href="openoffice-writer-howto.html">Creating a Forrest HowTo with OpenOffice Writer</a></li>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/site.xml?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/site.xml Mon Apr  9 21:49:15 2007
@@ -15,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!--
 Forrest site.xml
 
@@ -29,31 +28,26 @@
 
 See http://forrest.apache.org/docs/linking.html for more info
 -->
-
 <site label="MyProj" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
-
   <about label="About">
     <index label="Index" href="index.html" description="Welcome to the Feed Plugin Example"/>
     <forrestPlugins label="Plugins Index" href="site:forrest/plugins" description="Index of Forrest Plugins"/>
     <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/">
     <index label="Index" href="index.html" description="Index of example files available"/>
     <openOfficeWriter label="SXW" href="openoffice-writer.html" description="OpenOffice.org Writer Example"/>
     <openOfficeWriterhowto label="HowTo" href="openoffice-writer-howto.html" description="OpenOffice.org Writer HowTo Example"/>
     <openOfficeImpress label="SXI" href="openoffice-impress.html" description="OpenOffice.org Impress Example"/>
   </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/">
       <linking href="docs/linking.html"/>
@@ -63,5 +57,4 @@
       <plugins href="docs/plugins"/>
     </forrest>
   </external-refs>
-
 </site>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/tabs.xml?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/tabs.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/tabs.xml Mon Apr  9 21:49:15 2007
@@ -16,13 +16,11 @@
   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="MyProj"
   title="MyProj"
   copyright="Foo"
   xmlns:xlink="http://www.w3.org/1999/xlink">
-
-  <!-- The rules for tabs are:
+<!-- 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
@@ -32,13 +30,11 @@
    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="plugins" label="Forrest Plugins" href="http://forrest.apache.org/pluginDocs" indexfile="index.html"/>
   <tab id="" label="Home" dir="" indexfile="index.html"/>
   <tab id="samples" label="Samples" dir="samples" indexfile="index.html"/>
-  <!-- Add new tabs here, eg:
+<!-- Add new tabs here, eg:
   <tab label="How-Tos" dir="community/howto/"/>
   <tab label="XML Site" dir="xml-site/"/>
   -->
-
 </tabs>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/skinconf.xml?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/skinconf.xml Mon Apr  9 21:49:15 2007
@@ -15,16 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.7-1//EN" "http://forrest.apache.org/dtd/skinconfig-v07-1.dtd"
 [
   <!ENTITY skinconf-common PUBLIC "-//Apache Forrest//ENTITIES Skin Configuration common plugins V0.7-1//EN" "">
 ]>
-
 <skinconfig>
   &skinconf-common;
 
   <project-name>Plugin: OpenOffice.org input</project-name>
   <project-description>org.apache.forrest.plugin.input.OpenOffice.org plugin for Apache Forrest</project-description>
-
 </skinconfig>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_af.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_af.xml?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_af.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_af.xml Mon Apr  9 21:49:15 2007
@@ -16,18 +16,18 @@
   limitations under the License.
 -->
 <catalogue xml:lang="af">
-    <message key="About">Aangaande</message>
-    <message key="Index">Inhoud</message>
-    <message key="Changes">Veranderinge</message>
-    <message key="Todo">Om te doen</message>
-    <message key="Samples">Voorbeelde</message>
-    <message key="Apache document">Apache dokument</message>
-    <message key="Static content">Statise Inhoud</message>
-    <message key="Linking">Linking</message>
-    <message key="Wiki page">Wiki bladsy</message>
-    <message key="ihtml page">Ihtml bladsy</message>
-    <message key="ehtml page">Ehtml bladsy</message>
-    <message key="FAQ">FAQ</message>
-    <message key="Simplifed Docbook">Vereenvoudigde Docbook</message>
-    <message key="XSP page">XSP bladsy</message>
+  <message key="About">Aangaande</message>
+  <message key="Index">Inhoud</message>
+  <message key="Changes">Veranderinge</message>
+  <message key="Todo">Om te doen</message>
+  <message key="Samples">Voorbeelde</message>
+  <message key="Apache document">Apache dokument</message>
+  <message key="Static content">Statise Inhoud</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Wiki bladsy</message>
+  <message key="ihtml page">Ihtml bladsy</message>
+  <message key="ehtml page">Ehtml bladsy</message>
+  <message key="FAQ">FAQ</message>
+  <message key="Simplifed Docbook">Vereenvoudigde Docbook</message>
+  <message key="XSP page">XSP bladsy</message>
 </catalogue>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_es.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_es.xml?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_es.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_es.xml Mon Apr  9 21:49:15 2007
@@ -16,18 +16,18 @@
   limitations under the License.
 -->
 <catalogue xml:lang="es">
-    <message key="About">Acerca de</message>
-    <message key="Index">Indice</message>
-    <message key="Changes">Cambios</message>
-    <message key="Todo">Tareas pendientes</message>
-    <message key="Samples">Ejemplos</message>
-    <message key="Apache document">Documento Apache</message>
-    <message key="Static content">Contenido Estático</message>
-    <message key="Linking">Linking</message>
-    <message key="Wiki page">Página Wiki</message>
-    <message key="ihtml page">Página ihtml</message>
-    <message key="ehtml page">Página ehtml</message>
-    <message key="FAQ">Preguntas Frecuentes</message>
-    <message key="Simplifed Docbook">Página Simplifed Docbook</message>
-    <message key="XSP page">Página XSP</message>
+  <message key="About">Acerca de</message>
+  <message key="Index">Indice</message>
+  <message key="Changes">Cambios</message>
+  <message key="Todo">Tareas pendientes</message>
+  <message key="Samples">Ejemplos</message>
+  <message key="Apache document">Documento Apache</message>
+  <message key="Static content">Contenido Estático</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Página Wiki</message>
+  <message key="ihtml page">Página ihtml</message>
+  <message key="ehtml page">Página ehtml</message>
+  <message key="FAQ">Preguntas Frecuentes</message>
+  <message key="Simplifed Docbook">Página Simplifed Docbook</message>
+  <message key="XSP page">Página XSP</message>
 </catalogue>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_it.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_it.xml?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_it.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_it.xml Mon Apr  9 21:49:15 2007
@@ -16,18 +16,18 @@
   limitations under the License.
 -->
 <catalogue xml:lang="it">
-    <message key="About">Riguardo a</message>
-    <message key="Index">Indice</message>
-    <message key="Changes">Cambiamenti</message>
-    <message key="Todo">Cose da fare</message>
-    <message key="Samples">Esempi</message>
-    <message key="Apache document">Apache document</message>
-    <message key="Static content">Contenuto Statico</message>
-    <message key="Linking">Linking</message>
-    <message key="Wiki page">Pagina Wiki</message>
-    <message key="ihtml page">Pagina ihtml</message>
-    <message key="ehtml page">Pagina ehtml</message>
-    <message key="FAQ">Domande frequenti</message>
-    <message key="Simplifed Docbook">Simplifed Docbook</message>
-    <message key="XSP page">Pagina XSP</message>
+  <message key="About">Riguardo a</message>
+  <message key="Index">Indice</message>
+  <message key="Changes">Cambiamenti</message>
+  <message key="Todo">Cose da fare</message>
+  <message key="Samples">Esempi</message>
+  <message key="Apache document">Apache document</message>
+  <message key="Static content">Contenuto Statico</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Pagina Wiki</message>
+  <message key="ihtml page">Pagina ihtml</message>
+  <message key="ehtml page">Pagina ehtml</message>
+  <message key="FAQ">Domande frequenti</message>
+  <message key="Simplifed Docbook">Simplifed Docbook</message>
+  <message key="XSP page">Pagina XSP</message>
 </catalogue>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_no.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_no.xml?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_no.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_no.xml Mon Apr  9 21:49:15 2007
@@ -16,18 +16,18 @@
   limitations under the License.
 -->
 <catalogue xml:lang="no">
-    <message key="About">Om</message>
-    <message key="Index">Indeks</message>
-    <message key="Changes">Endringer</message>
-    <message key="Todo">Oppgave liste</message>
-    <message key="Samples">Eksempler</message>
-    <message key="Apache document">Apache Dokument</message>
-    <message key="Static content">Statisk innhold</message>
-    <message key="Linking">Linking</message>
-    <message key="Wiki page">Wiki side</message>
-    <message key="ihtml page">ihtml side</message>
-    <message key="ehtml page">ehtml side</message>
-    <message key="FAQ">FAQ</message>
-    <message key="Simplifed Docbook">Simplifed Docbook</message>
-    <message key="XSP page">XSP side</message>
+  <message key="About">Om</message>
+  <message key="Index">Indeks</message>
+  <message key="Changes">Endringer</message>
+  <message key="Todo">Oppgave liste</message>
+  <message key="Samples">Eksempler</message>
+  <message key="Apache document">Apache Dokument</message>
+  <message key="Static content">Statisk innhold</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Wiki side</message>
+  <message key="ihtml page">ihtml side</message>
+  <message key="ehtml page">ehtml side</message>
+  <message key="FAQ">FAQ</message>
+  <message key="Simplifed Docbook">Simplifed Docbook</message>
+  <message key="XSP page">XSP side</message>
 </catalogue>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_ru.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_ru.xml?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_ru.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_ru.xml Mon Apr  9 21:49:15 2007
@@ -16,18 +16,18 @@
   limitations under the License.
 -->
 <catalogue xml:lang="ru">
-    <message key="About">О проекте</message>
-    <message key="Index">Содержание</message>
-    <message key="Changes">Изменения</message>
-    <message key="Todo">План</message>
-    <message key="Samples">Примеры</message>
-    <message key="Apache document">Страница документа Apache</message>
-    <message key="Static content">Статическое содержание</message>
-    <message key="Linking">Linking</message>
-    <message key="Wiki page">Страница Wiki</message>
-    <message key="ihtml page">Страница ihtml</message>
-    <message key="ehtml page">Страница ehtml</message>
-    <message key="FAQ">Вопросы/Ответы</message>
-    <message key="Simplifed Docbook">Docbook страница</message>
-    <message key="XSP page">XSP страница</message>
+  <message key="About">О проекте</message>
+  <message key="Index">Содержание</message>
+  <message key="Changes">Изменения</message>
+  <message key="Todo">План</message>
+  <message key="Samples">Примеры</message>
+  <message key="Apache document">Страница документа Apache</message>
+  <message key="Static content">Статическое содержание</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Страница Wiki</message>
+  <message key="ihtml page">Страница ihtml</message>
+  <message key="ehtml page">Страница ehtml</message>
+  <message key="FAQ">Вопросы/Ответы</message>
+  <message key="Simplifed Docbook">Docbook страница</message>
+  <message key="XSP page">XSP страница</message>
 </catalogue>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_sk.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_sk.xml?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_sk.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/translations/menu_sk.xml Mon Apr  9 21:49:15 2007
@@ -16,18 +16,18 @@
   limitations under the License.
 -->
 <catalogue xml:lang="sk">
-    <message key="About">O programe</message>
-    <message key="Index">Zoznám</message>
-    <message key="Changes">Zmeny</message>
-    <message key="Todo">Úlohy</message>
-    <message key="Samples">Príklady</message>
-    <message key="Apache document">Apache Document</message>
-    <message key="Static content">Statický Obsah</message>
-    <message key="Linking">Linking</message>
-    <message key="Wiki page">Wiki stránka</message>
-    <message key="ihtml page">ihtml stránka</message>
-    <message key="ehtml page">ehtml stránka</message>
-    <message key="FAQ">Casté Otázky</message>
-    <message key="Simplifed Docbook">Simplifed Docbook stránka</message>
-    <message key="XSP page">XSP stránka</message>
+  <message key="About">O programe</message>
+  <message key="Index">Zoznám</message>
+  <message key="Changes">Zmeny</message>
+  <message key="Todo">Úlohy</message>
+  <message key="Samples">Príklady</message>
+  <message key="Apache document">Apache Document</message>
+  <message key="Static content">Statický Obsah</message>
+  <message key="Linking">Linking</message>
+  <message key="Wiki page">Wiki stránka</message>
+  <message key="ihtml page">ihtml stránka</message>
+  <message key="ehtml page">ehtml stránka</message>
+  <message key="FAQ">Casté Otázky</message>
+  <message key="Simplifed Docbook">Simplifed Docbook stránka</message>
+  <message key="XSP page">XSP stránka</message>
 </catalogue>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/status.xml?view=diff&rev=527022&r1=527021&r2=527022
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/status.xml Mon Apr  9 21:49:15 2007
@@ -16,19 +16,17 @@
   limitations under the License.
 -->
 <status>
-
-  <!-- Define here the Title of the Context you want to display in the Changes pages.
+<!-- Define here the Title of the Context you want to display in the Changes pages.
        id = the context value of actions
        title = Title of the Context
-  -->  
+  -->
   <contexts>
-   <context id="code" title="Changes to the Code Base"/>
-   <context id="docs" title="Changes to Documentation"/>
-   <context id="admin" title="Changes to Project Administration"/>
-   <context id="design" title="Changes to Design"/>
-   <context id="build" title="Changes to Build"/>
-  </contexts> 
-
+    <context id="code" title="Changes to the Code Base"/>
+    <context id="docs" title="Changes to Documentation"/>
+    <context id="admin" title="Changes to Project Administration"/>
+    <context id="design" title="Changes to Design"/>
+    <context id="build" title="Changes to Build"/>
+  </contexts>
   <changes>
     <release version="0.2-dev" date="not-released">
       <action dev="RDG" type="update" context="code" importance="high">
@@ -64,7 +62,6 @@
       </action>
     </release>
   </changes>
-
   <todo>
     <actions priority="medium">
       <action context="docs" dev="open">
@@ -72,5 +69,4 @@
       </action>
     </actions>
   </todo>
-
 </status>