@@ -8,7 +8,7 @@ documents. Unlike other approaches which rely on runtime manipulation of heavy-w
88editors via an automation interface, the ODF Toolkit is lightweight and ideal for
99server use.
1010
11- The ODF Toolkit consists of four subcomponents:
11+ The ODF Toolkit consists of three subcomponents:
1212
13131 . ODFDOM (odfdom-java-* .jar)
1414 This is an Open Document Format (ODF) framework. Its purpose is to provide
@@ -17,20 +17,13 @@ The ODF Toolkit consists of four subcomponents:
1717 provide the ODF developer community with an easy, lightweight programming API
1818 portable to any object-oriented language.
1919
20- 2 . Simple API (deprecated) - (simple-odf-* .jar)
21- The Simple Java API for ODF is an easy-to-use, high-level Java API
22- for creating, modifying and extracting data from ODF 1.2 documents.
23- It is written in pure Java and does not require that you install any
24- document editor on your system. The Simple Java API for ODF is a high
25- level abstraction of the lower-level ODFDOM API
26-
27- 3 . ODF Validator (odfvalidator-* .war)
20+ 2 . ODF Validator (odfvalidator-* .war)
2821 This is a tool that validates Open Document Format (ODF) files and checks them
2922 for conformance according to the ODF Standard. ODF Validator is available as an
3023 online service and as a command line tool. This page primarily describes the
3124 command line tool. Please visit the [ ODF Validator documentation] ( https://tdf.github.io/odftoolkit/conformance/ODFValidator.html ) for details.
3225
33- 4 . ODF XSLT Runner(xslt-runner-* .jar, xslt-runner-task-* .jar)
26+ 3 . ODF XSLT Runner(xslt-runner-* .jar, xslt-runner-task-* .jar)
3427 ODF XSLT Runner is a small Java application that allows you to apply XSLT
3528 stylesheets to XML streams included in ODF packages without extracting them
3629 from the package. It can be used from the command line. A driver to use it
@@ -67,12 +60,12 @@ For more details see the [release notes](https://tdf.github.io/odftoolkit/Releas
6760
6861* [ The Home Page for the ODF Toolkit] ( https://tdf.github.io/odftoolkit )
6962* [ ODFDOM Getting Start Guide] ( https://tdf.github.io/odftoolkit/odfdom/index.html )
63+ * [ ODF Validator Getting Start Guide] ( https://tdf.github.io/odftoolkit/conformance/ODFValidator.html )
64+ * [ ODF XSLT Runner Getting Start Guide] ( https://tdf.github.io/odftoolkit/xsltrunner/ODFXSLTRunner.html )
7065* [ Simple API (deprecated) - Getting Start Guide] ( https://tdf.github.io/odftoolkit/simple/gettingstartguide.html )
7166* [ Simple API (deprecated) - Cookbook] ( https://tdf.github.io/odftoolkit/simple/document/cookbook/index.html )
7267* [ Simple API (deprecated) - Demos] ( https://tdf.github.io/odftoolkit/simple/demo/index.html )
7368* [ Simple API (deprecated) - Online JavaDoc] ( https://tdf.github.io/odftoolkit/simple/document/javadoc/index.html )
74- * [ ODF Validator Getting Start Guide] ( https://tdf.github.io/odftoolkit/conformance/ODFValidator.html )
75- * [ ODF XSLT Runner Getting Start Guide] ( https://tdf.github.io/odftoolkit/xsltrunner/ODFXSLTRunner.html )
7669
7770## Mailing Lists
7871
0 commit comments