diff --git a/src/documentation/content/xdocs/overview.xml b/src/documentation/content/xdocs/overview.xml index 6caec2239..0e6d1dc2a 100644 --- a/src/documentation/content/xdocs/overview.xml +++ b/src/documentation/content/xdocs/overview.xml @@ -247,9 +247,7 @@

This table maps artifacts into the jar file name. "version-yyyymmdd" is the POI version stamp. For the latest stable release it is - 3.9-20121203 - . For the latest beta release it is - 3.10-beta2-20130904 + 3.10.1 .

@@ -303,6 +301,13 @@ should normally be used (it is recommended for compatibility with other Apache projects), though any compliant implementation should work fine though.

+

+ The ooxml schemas jars are compiled with Apache XMLBeans 2.3, and so + can be used at runtime with any version of XMLBeans from 2.3 or newer. + Wherever possible though, we recommend that you use XMLBeans 2.6.0 + with Apache POI, and that is the version now shipped in the binary + release packages. +

Examples