diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml
index 7c8fd34eb..e9c00f16d 100644
--- a/src/documentation/content/xdocs/book.xml
+++ b/src/documentation/content/xdocs/book.xml
@@ -50,7 +50,7 @@
The POI build system requires two components to perform a build. - Ant and + Ant and forrest.
diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml
index 9b3aded17..e478df0bd 100644
--- a/src/documentation/content/xdocs/index.xml
+++ b/src/documentation/content/xdocs/index.xml
@@ -21,19 +21,19 @@
After quite a wait, version 3.0 of Apache Jakarta POI has now been
- released. You can
+ After quite a wait, version 3.0 of Apache POI (formerly
+ Apache Jakarta POI) has now been released. You can
view the changelog, and
download
the source and binaries from your
@@ -58,8 +58,9 @@
provide this functionality. Examples include: Cocoon for
which there are serializers for HSSF;
Open Office.org with whom we collaborate in documenting the
- XLS format; and Lucene for which we'll soon have file
- format interpretors. When practical, we donate components directly to those projects for POI-enabling them.
+ XLS format; and Lucene
+ for which we provide format interpretors. When practical, we donate
+ components directly to those projects for POI-enabling them.
@@ -118,11 +119,8 @@
(title, author, date of last modification etc.), but they can be used
for application-specific purposes as well. HPSF supports reading and writing of properties. However, with the
- current POI release only reading is possible. In order to write
- properties, you'll have to fetch the latest POI version from the
- Subversion repository. HPSF supports reading and writing of properties. However, you will
+ need to be using version 3.0 of POI to utilise the write support. Please see the HPSF project
page for more information.
HSSF is the set of APIs
- for reading and writing Microsoft Excel 97(-XP) spreadsheet using (only) Java.
+ for reading and writing Microsoft Excel 97(-XP) spreadsheets using (only) Java.
HWPF is the set of APIs
- for reading and writing Microsoft Word 97(-XP) spreadsheet using (only) Java.
+ for reading and writing Microsoft Word 97(-XP) documents using (only) Java.
+
+ HSLF is the set of APIs
+ for reading and writing Microsoft PowerPoint 97(-XP) documents using (only) Java.