diff --git a/src/documentation/content/xdocs/overview.xml b/src/documentation/content/xdocs/overview.xml index 2dd51325d..0dc5054b2 100644 --- a/src/documentation/content/xdocs/overview.xml +++ b/src/documentation/content/xdocs/overview.xml @@ -249,7 +249,7 @@ poi-ooxml-schemas (*) - xmlbeans, geronimo-stax-api_1.0_spec + xmlbeans, stax-api-1.0.1 poi-ooxml-schemas-version-yyyymmdd.jar @@ -259,7 +259,7 @@ ooxml-schemas - xmlbeans, geronimo-stax-api_1.0_spec + xmlbeans, stax-api-1.0.1 ooxml-schemas-1.1.jar @@ -272,6 +272,12 @@ The larger ooxml-schemas jar is normally only required for development

+

+ + The OOXML jars require a stax implementation. Previously we suggested + "geronimo-stax-api_1.0_spec", but now "stax-api-1.0.1" is used for + better compatibilty with other Apache projects. Any compliant implementation + should work fine though.

Examples