From a110f31e4cea80c5f9e3b6baf8aa2ade27976194 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Mon, 4 Apr 2011 11:35:45 +0000 Subject: [PATCH] Update the stax dependency documentation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1088564 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/overview.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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