You are viewing a plain text version of this content. The canonical link for it is here.
Posted to odf-commits@incubator.apache.org by bu...@apache.org on 2017/04/11 13:56:39 UTC

svn commit: r1010233 - in /websites/staging/odftoolkit/trunk/content: ./ odftoolkit/conformance/ODFValidator.html odftoolkit/odfdom/index.html odftoolkit/simple/index.html odftoolkit/xsltrunner/Home.html

Author: buildbot
Date: Tue Apr 11 13:56:38 2017
New Revision: 1010233

Log:
Staging update by buildbot for odftoolkit

Modified:
    websites/staging/odftoolkit/trunk/content/   (props changed)
    websites/staging/odftoolkit/trunk/content/odftoolkit/conformance/ODFValidator.html
    websites/staging/odftoolkit/trunk/content/odftoolkit/odfdom/index.html
    websites/staging/odftoolkit/trunk/content/odftoolkit/simple/index.html
    websites/staging/odftoolkit/trunk/content/odftoolkit/xsltrunner/Home.html

Propchange: websites/staging/odftoolkit/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 11 13:56:38 2017
@@ -1 +1 @@
-1790967
+1790976

Modified: websites/staging/odftoolkit/trunk/content/odftoolkit/conformance/ODFValidator.html
==============================================================================
--- websites/staging/odftoolkit/trunk/content/odftoolkit/conformance/ODFValidator.html (original)
+++ websites/staging/odftoolkit/trunk/content/odftoolkit/conformance/ODFValidator.html Tue Apr 11 13:56:38 2017
@@ -186,7 +186,7 @@ as well as a servlet.  An instance of th
 <p><strong>-s</strong>: Use the strict schema for validation (ODF 1.0/1.1 documents only).</p>
 <p><strong>-v</strong>: Verbose: print information like the generator or the documents that are processed.</p>
 <p><strong>-w</strong>: Print warnings.</p>
-<p><strong>-x</strong>: Exclude files that match the specified <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html#sum">regular expression</a> from validation.</p>
+<p><strong>-x</strong>: Exclude files that match the specified <a href="http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#sum">regular expression</a> from validation.</p>
 <p><strong>-C</strong>: Validate using configuration file <strong>&lt;configfile&gt;</strong>.</p>
 <p><strong>-S</strong>: Use the specified <strong>&lt;schemafile&gt;</strong> for validation.</p>
 <p><strong>-V</strong>: Print version information.</p>
@@ -224,7 +224,7 @@ for unknown markup, unless it appears in
 documents.</p>
 <p>The optional <strong>-x</strong> switch allows to exclude certain files or directories
 from the validation. The files that shall be excluded are specified by a
-<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html#sum">regular expression</a>. Please note that the full absolute path names of
+<a href="http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#sum">regular expression</a>. Please note that the full absolute path names of
 directories and files are matched against this pattern. This means that the
 regular expression either must include the absolute path of the files and
 directories that shall be excluded, or must start with <strong>.<strong><em>.
@@ -248,7 +248,7 @@ expression using the </strong>|** operat
 <h3 id="validation-using-a-configuration-file">Validation using a configuration file<a class="headerlink" href="#validation-using-a-configuration-file" title="Permanent link">&para;</a></h3>
 <p>The schemas and the files that should be validated can be specified in a
 configuration file. A configuration file is a Java XML properties file as
-described in the <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html">Java 2 API documentation</a>. The following properties
+described in the <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Properties.html">Java 2 API documentation</a>. The following properties
 are supported:</p>
 <ul>
 <li><strong>strict-schema</strong>: Specifies the strict schema to be used.</li>
@@ -258,7 +258,7 @@ are supported:</p>
 <li><strong>path</strong>*: All properties whose names start with "path" are considered to be files or directories that shall be validated.</li>
 <li><strong>recursive</strong>: This boolean property specifies whether directories are scanned recursively. It takes the values <strong>true</strong> and <strong>false</strong>.</li>
 <li><strong>exclude</strong>: Specifies files and directories that shall be excluded as
-a <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html#sum">regular expression</a>. See description of <strong>-x</strong> option.</li>
+a <a href="http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#sum">regular expression</a>. See description of <strong>-x</strong> option.</li>
 </ul>
 <p>A sample configuration file looks like this:</p>
 <div class="codehilite"><pre>  <span class="cp">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</span>
@@ -362,7 +362,7 @@ building <strong>ODF Validator</strong>.
 <p><strong>Note:</strong> ODFDOM requires <a href="http://xml.apache.org/dist/xerces-j/">Apache Xerces</a>. The jar file <strong>xercesImpl.jar</strong> also must exist in a folder <strong>lib</strong> next to <strong>odvalidator.jar</strong> file, or it must be in the classpath. The <strong>ODF Validator</strong> NetBeans projects includes a reference to <strong>xersesImpl.jar</strong> in the runtime classpath which has to be adapted after checking out the project.</p>
 <p><strong>Note:</strong> ODFDOM requires at least Xerces 2.8.0. Please note that MSV distribution contains an xercesImpl.jar which is older.</p>
 <h2 id="source-code">Source Code<a class="headerlink" href="#source-code" title="Permanent link">&para;</a></h2>
-<p>The <strong>ODF Validator</strong> source code is located <a href="http://odftoolkit.org/projects/conformancetools/sources/odf-validator-src/show">here</a>. <strong>ODF Validator</strong> uses Mercurial for source control. Please check the
+<p>The <strong>ODF Validator</strong> source code is located <a href="http://svn.apache.org/viewvc/incubator/odf/trunk/validator/">here</a>. <strong>ODF Validator</strong> uses Mercurial for source control. Please check the
 help for instruction how to use Mercurial.</p>
   </div>
 

Modified: websites/staging/odftoolkit/trunk/content/odftoolkit/odfdom/index.html
==============================================================================
--- websites/staging/odftoolkit/trunk/content/odftoolkit/odfdom/index.html (original)
+++ websites/staging/odftoolkit/trunk/content/odftoolkit/odfdom/index.html Tue Apr 11 13:56:38 2017
@@ -118,7 +118,7 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <p>ODFDOM is a free OpenDocument Format (ODF) library. Its purpose is to provide an easy common way to create, access and manipulate ODF files, without requiring detailed knowledge of the ODF specification. It is designed to provide the ODF developer community with an easy lightwork programming API portable to any object-oriented language.</p>
-<p>The current reference implementation is written in Java.</p>
+<p>The current reference implementation is written in Java (see <a href="odftoolkit/0.6.2-incubating/odfdom/">JavaDoc</a>). </p>
 <p>To learn more about the project's architecture, refer to the <a href="ProjectOverview.html">project overview</a> and the <a href="Layers.html">ODFDOM Layers</a> section.</p>
 <h2 id="quickstart">Quickstart<a class="headerlink" href="#quickstart" title="Permanent link">&para;</a></h2>
 <p>Put the odfdom.jar file in your classpath. You will need <a href="http://xml.apache.org/dist/xerces-j/">Apache Xerces-J</a> as XML parser and DOM implementation as well. Start with the following sample code to create a simple text document.</p>
@@ -134,7 +134,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>For information on working with the source code, please refer to <a href="Development.html">the development section</a>.</p>
 <h2 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h2>
 <p>A good starting point is reading <a href="ProjectOverview.html">the project overview</a> and <a href="Layers.html">the ODFDOM Layers</a> will help you to get an overview over the ODFDOM package structure.</p>
-<p>Javadocs are <a href="/odftoolkit/mvn-site/0.6.2-incubating/odfdom/apidocs/">viewable online</a> or <a href="http://www.apache.org/dist/incubator/odftoolkit/docs/">downloadable as bundle</a> from the official Maven repository.</p>
+<p>Access <a href="/odftoolkit/0.6.2-incubating/odfdom/">JavaDocs online</a> or <a href="http://www.apache.org/dist/incubator/odftoolkit/docs/">JavaDoc as bundle</a> from the official Apache repository.</p>
 <p>There are <a href="http://www.langintro.com/odfdom_tutorials/">David's ODFDOM tutorials</a>. You'll find an introduction as well as sample code for creating text and spreadsheet documents. (Note: The tutorials might not yet be adapted to the latest version).</p>
 <p>When meeting with questions, check if <a href="FrequentQuestions.html">FAQs</a> can help you.</p>
 <h2 id="how-to-participate">How to Participate<a class="headerlink" href="#how-to-participate" title="Permanent link">&para;</a></h2>

Modified: websites/staging/odftoolkit/trunk/content/odftoolkit/simple/index.html
==============================================================================
--- websites/staging/odftoolkit/trunk/content/odftoolkit/simple/index.html (original)
+++ websites/staging/odftoolkit/trunk/content/odftoolkit/simple/index.html Tue Apr 11 13:56:38 2017
@@ -21,7 +21,7 @@
 
 <link href="/odftoolkit/css/odf.css" rel="stylesheet" type="text/css">
 
-<title>Apache ODF Toolkit(Incubating) - Simple API </title>
+<title>Apache ODF Toolkit(Incubating) - Simple API</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
 <script type="text/javascript">
@@ -50,7 +50,18 @@
   <div id="clear"></div>
   
   <div id="sidenav">
-    <h1 id="general">General</h1>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="general">General<a class="headerlink" href="#general" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/odftoolkit/index.html">About</a></li>
 <li><a href="/odftoolkit/downloads.html">Downloads</a></li>
@@ -58,21 +69,21 @@
 <li><a href="/odftoolkit/license.html">License</a></li>
 <li><a href="/odftoolkit/privacy.html">Privacy Policy</a></li>
 </ul>
-<h1 id="components">Components</h1>
+<h1 id="components">Components<a class="headerlink" href="#components" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/odftoolkit/odfdom/index.html">ODFDOM</a></li>
 <li><a href="/odftoolkit/simple/index.html">Simple API</a></li>
 <li><a href="/odftoolkit/conformance/ODFValidator.html">ODF Validator</a></li>
 <li><a href="/odftoolkit/xsltrunner/ODFXSLTRunner.html">XSLT Runner</a></li>
 </ul>
-<h1 id="community">Community</h1>
+<h1 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/odftoolkit/get-involved.html">Get Involved</a></li>
 <li><a href="/odftoolkit/mailing-lists.html">Mailing Lists</a></li>
 <li><a href="/odftoolkit/people.html">People</a></li>
 <li><a href="/odftoolkit/community-faqs.html">Community FAQs</a></li>
 </ul>
-<h1 id="development">Development</h1>
+<h1 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/odftoolkit/source.html">Source Code</a></li>
 <li><a href="https://issues.apache.org/jira/browse/ODFTOOLKIT">Bug Tracker</a></li>
@@ -80,13 +91,12 @@
 <li><a href="/odftoolkit/website-local.html">Website</a></li>
 <li><a href="/odftoolkit/developer-faqs.html">Developer FAQs</a></li>
 </ul>
-<h1 id="ppmc">PPMC</h1>
+<h1 id="ppmc">PPMC<a class="headerlink" href="#ppmc" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/odftoolkit/ppmc-faqs.html">PPMC FAQs</a></li>
-<li><a href="/odftoolkit/odftoolkit-release-guide.html">Release Guide</a> <br />
-</li>
+<li><a href="/odftoolkit/odftoolkit-release-guide.html">Release Guide</a>   </li>
 </ul>
-<h1 id="asf">ASF</h1>
+<h1 id="asf">ASF<a class="headerlink" href="#asf" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org">Apache Software Foundation</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -95,23 +105,33 @@
   </div>
   <div id="contenta">
   
-    <h1 class="title">Apache ODF Toolkit(Incubating) - Simple API </h1>
-    <h2 id="what-is-simple-api">What is Simple API?</h2>
+    <h1 class="title">Apache ODF Toolkit(Incubating) - Simple API</h1>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="what-is-simple-api">What is Simple API?<a class="headerlink" href="#what-is-simple-api" title="Permanent link">&para;</a></h2>
 <p>Simple API, also called Simple Java API for ODF, is a sub-project of ODF Toolkit Union. This is an <strong>easy-to-use</strong>, <strong>high-level</strong> Java API for creating, modifying and extracting data from <a href="http://en.wikipedia.org/wiki/OpenDocument">Open Document Format (ODF)</a> documents. It is written in pure Java and does not require users to install any document editor on their systems. It is a high level abstraction of the lower-level <a href="../odfdom/index.html">ODFDOM API</a>.</p>
-<h2 id="what-can-i-do-with-simple-api">What can I do with Simple API?</h2>
+<h2 id="what-can-i-do-with-simple-api">What can I do with Simple API?<a class="headerlink" href="#what-can-i-do-with-simple-api" title="Permanent link">&para;</a></h2>
 <p>We provide lots of interesting demos to show the ability of Simple API. You can see the <a href="demo/index.html">demo page</a>.</p>
-<h2 id="how-do-i-get-started">How do I get started?</h2>
+<h2 id="how-do-i-get-started">How do I get started?<a class="headerlink" href="#how-do-i-get-started" title="Permanent link">&para;</a></h2>
 <p>Firstly, you can see the <a href="gettingstartguide.html">getting started guide</a>.</p>
 <p>Secondly, we recommend <a href="document/cookbook/index.html">cookbook</a> and <a href="demo/index.html">demo</a>. Both of them supply lots of sample code.</p>
-<p>Lastly, please reference the newest <a href="/odftoolkit/mvn-site/0.8-incubating/simple-odf/apidocs/index.html">javadoc</a>, which supplies more details of Simple API.</p>
-<h2 id="where-can-i-get-simple-api">Where can I get Simple API?</h2>
-<p>You can go to <a href="../downloads.html">downloads page</a>. This page lists the jar, the javadoc and the source code packages. You can unzip and find Simple API in these packages.<br />
+<p>Lastly, please reference the newest <a href="/odftoolkit/0.6.2-incubating/simple/index.html">javadoc</a>, which supplies more details of Simple API.</p>
+<h2 id="where-can-i-get-simple-api">Where can I get Simple API?<a class="headerlink" href="#where-can-i-get-simple-api" title="Permanent link">&para;</a></h2>
+<p>You can go to <a href="../downloads.html">downloads page</a>. This page lists the jar, the javadoc and the source code packages. You can unzip and find Simple API in these packages.
 If you need the earlier versions before moved to Apache, please download <a href="downloads.html">here</a>.</p>
-<h2 id="need-more-infomation">Need More Infomation?</h2>
-<p>If you want to supply suggestion or feedback, please send <a href="mailto:devinhan@apache.org">e-mail</a> to us.</p>
+<h2 id="need-more-infomation">Need More Infomation?<a class="headerlink" href="#need-more-infomation" title="Permanent link">&para;</a></h2>
+<p>If you want to supply suggestion or feedback, please send <a href="mailto:odf-dev@incubator.apache.org">e-mail</a> to us.</p>
 <p>If you want to report a bug, please create issue on our <a href="https://issues.apache.org/jira/browse/ODFTOOLKIT">JIRA</a>.</p>
-<p>If you want to contribute code, please read the <a href="http://incubator.apache.org/odftoolkit/simple/document/faq.html">developer guide document</a>, which introduces how to build the development environment. <br />
-</p>
+<p>If you want to contribute code, please read the <a href="http://incubator.apache.org/odftoolkit/simple/document/faq.html">developer guide document</a>, which introduces how to build the development environment.</p>
 <p>If you want to dive into this project, please reference the <a href="document/index.html">document page</a>, which lists lots of useful materials.</p>
   </div>
 

Modified: websites/staging/odftoolkit/trunk/content/odftoolkit/xsltrunner/Home.html
==============================================================================
--- websites/staging/odftoolkit/trunk/content/odftoolkit/xsltrunner/Home.html (original)
+++ websites/staging/odftoolkit/trunk/content/odftoolkit/xsltrunner/Home.html Tue Apr 11 13:56:38 2017
@@ -50,7 +50,18 @@
   <div id="clear"></div>
   
   <div id="sidenav">
-    <h1 id="general">General</h1>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="general">General<a class="headerlink" href="#general" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/odftoolkit/index.html">About</a></li>
 <li><a href="/odftoolkit/downloads.html">Downloads</a></li>
@@ -58,21 +69,21 @@
 <li><a href="/odftoolkit/license.html">License</a></li>
 <li><a href="/odftoolkit/privacy.html">Privacy Policy</a></li>
 </ul>
-<h1 id="components">Components</h1>
+<h1 id="components">Components<a class="headerlink" href="#components" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/odftoolkit/odfdom/index.html">ODFDOM</a></li>
 <li><a href="/odftoolkit/simple/index.html">Simple API</a></li>
 <li><a href="/odftoolkit/conformance/ODFValidator.html">ODF Validator</a></li>
 <li><a href="/odftoolkit/xsltrunner/ODFXSLTRunner.html">XSLT Runner</a></li>
 </ul>
-<h1 id="community">Community</h1>
+<h1 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/odftoolkit/get-involved.html">Get Involved</a></li>
 <li><a href="/odftoolkit/mailing-lists.html">Mailing Lists</a></li>
 <li><a href="/odftoolkit/people.html">People</a></li>
 <li><a href="/odftoolkit/community-faqs.html">Community FAQs</a></li>
 </ul>
-<h1 id="development">Development</h1>
+<h1 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/odftoolkit/source.html">Source Code</a></li>
 <li><a href="https://issues.apache.org/jira/browse/ODFTOOLKIT">Bug Tracker</a></li>
@@ -80,13 +91,12 @@
 <li><a href="/odftoolkit/website-local.html">Website</a></li>
 <li><a href="/odftoolkit/developer-faqs.html">Developer FAQs</a></li>
 </ul>
-<h1 id="ppmc">PPMC</h1>
+<h1 id="ppmc">PPMC<a class="headerlink" href="#ppmc" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/odftoolkit/ppmc-faqs.html">PPMC FAQs</a></li>
-<li><a href="/odftoolkit/odftoolkit-release-guide.html">Release Guide</a> <br />
-</li>
+<li><a href="/odftoolkit/odftoolkit-release-guide.html">Release Guide</a>   </li>
 </ul>
-<h1 id="asf">ASF</h1>
+<h1 id="asf">ASF<a class="headerlink" href="#asf" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org">Apache Software Foundation</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
@@ -96,18 +106,34 @@
   <div id="contenta">
   
     <h1 class="title">ODF Conformance and other Tools</h1>
-    <p>This project develops tools for checking <a href="http://www.oasis-open.org/committees/office">ODF</a> conformance as well as tools that simplify the processing of ODF documents.</p>
-<h2 id="conformance-tools">Conformance Tools</h2>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<p>This project develops tools for checking <a href="http://www.oasis-open.org/committees/office">ODF</a> conformance as well as tools that simplify the processing of ODF documents.
+<a href="odftoolkit/0.6.2-incubating/odfvalidator/">Online JavaDoc is available</a></p>
+<h2 id="conformance-tools">Conformance Tools<a class="headerlink" href="#conformance-tools" title="Permanent link">&para;</a></h2>
 <p>Tools for validating and checking conformance of of ODF documents.</p>
 <ul>
 <li><strong>ODFValidator</strong>: A validating for ODF documents.</li>
 <li><a href="http://tools.odftoolkit.org/odfvalidator"><strong>Online ODF Validator</strong></a>: An online validator for ODF documents.</li>
 </ul>
-<h2 id="application-and-tools">Application and Tools</h2>
+<h2 id="application-and-tools">Application and Tools<a class="headerlink" href="#application-and-tools" title="Permanent link">&para;</a></h2>
 <p>Other tools for processing ODF documents.</p>
 <ul>
-<li><strong>ODF XSLT Runner</strong>: A tools that simplifies the application of XSLT stylesheets to ODF documents.</li>
-<li><strong>ODF XSLT Runner Task</strong>: An Ant task for the application of XSLT stylesheets to ODF documents.</li>
+<li>
+<p><strong>ODF XSLT Runner</strong>: A tools that simplifies the application of XSLT stylesheets to ODF documents. <a href="odftoolkit/0.6.2-incubating/xslt-runner/">Online JavaDoc is available</a></p>
+</li>
+<li>
+<p><strong>ODF XSLT Runner Task</strong>: An Ant task for the application of XSLT stylesheets to ODF documents.</p>
+</li>
 </ul>
   </div>